Ejemplo n.º 1
0
 protected void updateASTContext(SimpleNode node) throws Exception {
   before(node);
   traverse(node);
   after();
 }