Esempio n. 1
0
 public <ResType> ResType accept(JamValVisitor<ResType> jv) {
   return jv.forBoolConstant(this);
 }