Пример #1
0
 public void accept(ParseTreeVisitor v) throws ParseTreeException {
   v.visit(this);
 }