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