public override int accept(IIntVI v) { return v.visit(this); }
public void accept(IIntVI v) { v.visit(this); }