Example #1
0
 public <ResType> ResType accept(JamFunVisitor<ResType> v) {
   return v.forPrimFun(this);
 }
Example #2
0
 public <ResType> ResType accept(JamFunVisitor<ResType> jfv) {
   return jfv.forJamClosure(this);
 }