public override void visit(UInt64Literal n)
 {
     n.Scope = Scope;
 }
 public void visit(UInt64Literal n)
 {
     throw new NotImplementedException();
 }
Пример #3
0
 public ASTType visit(UInt64Literal n)
 {
     return new UInt64Type();
 }