public override void visit(OctalLiteral n)
 {
     n.Scope = Scope;
 }
 public void visit(OctalLiteral n)
 {
     throw new NotImplementedException();
 }
Esempio n. 3
0
 public ASTType visit(OctalLiteral n)
 {
     return new OctalType();
 }