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