Esempio n. 1
0
 public <ResType> ResType accept(PrimFunVisitor<ResType> pfv) {
   return pfv.forRestPrim();
 }
Esempio n. 2
0
 public <ResType> ResType accept(PrimFunVisitor<ResType> pfv) {
   return pfv.forFunctionPPrim();
 }