public Type accept(TypeVisitor v) {
   return v.visit(this);
 }
package syntaxtree;
Example #3
0
package syntaxtree;
Example #4
0
package syntaxtree;