Пример #1
0
 public void visit(SectionCode n)
 {
     throw new NotImplementedException();
 }
 public abstract void visit(SectionCode n);
Пример #3
0
 public virtual void visit(SectionCode n)
 {
     // Do nothing; leave the implementation to the main class
 }
Пример #4
0
 public override void visit(SectionCode n)
 {
     w(".text");
 }
Пример #5
0
 public ASTType visit(SectionCode n)
 {
     throw new NotImplementedException();
 }