/* Production 59, chapter 3.4 corba 2.3.1 */ public void unsigned_int() { /*@bgen(jjtree) unsigned_int */ ASTunsigned_int jjtn000 = new ASTunsigned_int(this, IDLParserTreeConstants.JJTUNSIGNED_INT); bool jjtc000 = true; jjtree.openNodeScope(jjtn000); try { if (jj_2_21(3)) { unsigned_longlong_int(); } else if (jj_2_22(3)) { unsigned_long_int(); } else { switch ((jj_ntk==-1)?jj_ntk_calc():jj_ntk) { case 54: unsigned_short_int(); break; default: jj_la1[61] = jj_gen; jj_consume_token(-1); throw new ParseException(); break; } } } catch (Exception jjte000) { if (jjtc000) { jjtree.clearNodeScope(jjtn000); jjtc000 = false; } else { jjtree.popNode(); } {if (true) throw ;} } finally { if (jjtc000) { jjtree.closeNodeScope(jjtn000, true); } } }
/** * @see parser.IDLParserVisitor#visit(ASTunsigned_int, Object) * @param data unused * @return a TypeContainer for the type represented by this node */ public Object visit(ASTunsigned_int node, Object data) { return node.jjtGetChild(0).jjtAccept(this, data); }