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