Exemple #1
0
 public <ResType> ResType accept(JamFunVisitor<ResType> jfv) {
   return jfv.forJamClosure(this);
 }