public override void visit(Int32Literal n) { n.Scope = Scope; }
public void visit(Int32Literal n) { throw new NotImplementedException(); }
public ASTType visit(Int32Literal n) { return new Int32Type(); }