Exemplo n.º 1
0
 public <ResType> ResType accept(JamValVisitor<ResType> jvv) {
   return jvv.forJamFun(this);
 }