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