public void visit(Label n)
 {
     throw new NotImplementedException();
 }
 public abstract void visit(Label n);
 public virtual void visit(Label n)
 {
     // Do nothing; leave the implementation to the main class
 }
Beispiel #4
0
 public override void visit(Label n)
 {
     wn(n.Method + ":");
 }
 public ASTType visit(Label n)
 {
     throw new NotImplementedException();
 }