public override void visit(OverflowMultExp n) { n.Scope = Scope; n.e1.accept(this); n.e2.accept(this); }
public void visit(OverflowMultExp n) { throw new NotImplementedException(); }
public ASTType visit(OverflowMultExp n) { return CheckTypes(n); }