Esempio n. 1
0
 public void visit(MakeGlobal n)
 {
     throw new NotImplementedException();
 }
 public abstract void visit(MakeGlobal n);
 public virtual void visit(MakeGlobal n)
 {
     // Do nothing; leave the implementation to the main class
 }
Esempio n. 4
0
 public override void visit(MakeGlobal n)
 {
     w(".globl\t" + n.Method);
 }
Esempio n. 5
0
 public ASTType visit(MakeGlobal n)
 {
     throw new NotImplementedException();
 }