685686687688689690691692
* @param node the node being exited * * @return the node to add to the parse tree */ protected Node exitRealType(Production node) { node.addValue(new RealType()); return node; }