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