867868869870871872873874
* @param node the node being exited * * @return the node to add to the parse tree */ protected Node exitChoiceType(Production node) { node.addValue(new ChoiceType(getChildValues(node))); return node; }