public <ARG, RET, EXN extends Exception> RET accept(VisitCmd<ARG, RET, EXN> vis, ARG arg) throws EXN { return vis.visit((DotMethodCallExp) this, arg); }
public <ARG, RET, EXN extends Exception> RET accept(VisitCmd<ARG, RET, EXN> vis, ARG arg) throws EXN { return vis.visit((CmdsInAList) this, arg); }