/* Production 26, chapter 3.4, CORBA 2.3.1 */ public void init_param_attribute() { /*@bgen(jjtree) init_param_attribute */ ASTinit_param_attribute jjtn000 = new ASTinit_param_attribute(this, IDLParserTreeConstants.JJTINIT_PARAM_ATTRIBUTE); bool jjtc000 = true; jjtree.openNodeScope(jjtn000); try { jj_consume_token(31); } finally { if (jjtc000) { jjtree.closeNodeScope(jjtn000, true); } } }
/** * @see parser.IDLParserVisitor#visit(ASTinit_param_attribute, Object) */ public Object visit(ASTinit_param_attribute node, Object data) { // always in return ParameterSpec.ParameterDirection.s_in; }