683684685686687688689690691692693
} throw new Error("Missing return statement in function"); } final public JField<JType> Field() throws ParseException { JType jt; Token name; Token ordinal; int modifiers = 0; switch ((jj_ntk == -1) ? jj_ntk() : jj_ntk) { case 47:
708709710711712713714715716717718
} throw new Error("Missing return statement in function"); } final public JType Type() throws ParseException { JType jt; Token t; String rname; switch ((jj_ntk == -1) ? jj_ntk() : jj_ntk) { case MAP_TKN: jt = Map();
820821822823824825826827828829830831
} throw new Error("Missing return statement in function"); } final public JMap Map() throws ParseException { JType jt1; JType jt2; jj_consume_token(MAP_TKN); jj_consume_token(LT_TKN); jt1 = Type(); jj_consume_token(COMMA_TKN); jt2 = Type();
836837838839840841842843844845846
} throw new Error("Missing return statement in function"); } final public JVector Vector() throws ParseException { JType jt; jj_consume_token(VECTOR_TKN); jj_consume_token(LT_TKN); jt = Type(); jj_consume_token(GT_TKN); {