コード例 #1
0
 public <ARG, RET, EXN extends Exception> RET accept(Visitor<ARG, RET, EXN> vis, ARG arg)
     throws EXN {
   return vis.visit((DotMethodCallExp) this, arg);
 }
コード例 #2
0
 public <ARG, RET, EXN extends Exception> RET accept(Visitor<ARG, RET, EXN> vis, ARG arg)
     throws EXN {
   return vis.visit((PostExpArgs) this, arg);
 }
コード例 #3
0
 public <ARG, RET, EXN extends Exception> RET accept(Visitor<ARG, RET, EXN> vis, ARG arg)
     throws EXN {
   return vis.visit((ClsPatDef) this, arg);
 }