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