Lines Matching defs:jj_scan_token

1242       if (jj_scan_token(INCR)) {
1286 if (jj_scan_token(LPAREN)) {
1309 if (jj_scan_token(RPAREN)) {
1352 if (jj_scan_token(LPAREN)) {
1364 if (jj_scan_token(LBRACKET)) {
1391 if (jj_scan_token(LPAREN)) {
1403 if (jj_scan_token(RPAREN)) {
1456 if (jj_scan_token(LPAREN)) {
1468 if (jj_scan_token(LBRACKET)) {
1474 if (jj_scan_token(RBRACKET)) {
1484 if (jj_scan_token(LBRACKET)) {
1490 if (jj_scan_token(RBRACKET)) {
1500 if (jj_scan_token(DOT)) {
1506 if (jj_scan_token(IDENTIFIER)) {
1516 if (jj_scan_token(LPAREN)) {
1564 if (jj_scan_token(IDENTIFIER)) {
1585 if (jj_scan_token(BANG)) {
1615 if (jj_scan_token(DOUBLE)) {
1635 if (jj_scan_token(FLOAT)) {
1645 if (jj_scan_token(TILDE)) {
1655 if (jj_scan_token(LONG)) {
1710 if (jj_scan_token(INT)) {
1720 if (jj_scan_token(REM)) {
1730 if (jj_scan_token(SHORT)) {
1740 if (jj_scan_token(BYTE)) {
1750 if (jj_scan_token(DECR)) {
1766 if (jj_scan_token(CHAR)) {
1823 if (jj_scan_token(BOOLEAN)) {
1833 if (jj_scan_token(LBRACKET)) {
1839 if (jj_scan_token(RBRACKET)) {
1859 if (jj_scan_token(SLASH)) {
1869 if (jj_scan_token(INCR)) {
1912 if (jj_scan_token(GE)) {
1922 if (jj_scan_token(MINUS)) {
1952 if (jj_scan_token(MINUS)) {
1972 if (jj_scan_token(PLUS)) {
1982 if (jj_scan_token(STAR)) {
2070 if (jj_scan_token(RUNSIGNEDSHIFT)) {
2080 if (jj_scan_token(LE)) {
2090 if (jj_scan_token(PLUS)) {
2131 if (jj_scan_token(RSIGNEDSHIFT)) {
2174 if (jj_scan_token(GT)) {
2184 if (jj_scan_token(LSHIFT)) {
2243 if (jj_scan_token(LBRACKET)) {
2255 if (jj_scan_token(RBRACKET)) {
2296 if (jj_scan_token(LT)) {
2360 if (jj_scan_token(NE)) {
2370 if (jj_scan_token(INSTANCEOF)) {
2407 if (jj_scan_token(NEW)) {
2436 if (jj_scan_token(NEW)) {
2475 if (jj_scan_token(COMMA)) {
2491 if (jj_scan_token(ORASSIGN)) {
2501 if (jj_scan_token(EQ)) {
2582 if (jj_scan_token(XORASSIGN)) {
2592 if (jj_scan_token(LPAREN)) {
2605 if (jj_scan_token(RPAREN)) {
2615 if (jj_scan_token(BIT_AND)) {
2652 if (jj_scan_token(ANDASSIGN)) {
2662 if (jj_scan_token(NULL)) {
2672 if (jj_scan_token(XOR)) {
2709 if (jj_scan_token(FALSE)) {
2719 if (jj_scan_token(RUNSIGNEDSHIFTASSIGN)) {
2729 if (jj_scan_token(TRUE)) {
2756 if (jj_scan_token(BIT_OR)) {
2793 if (jj_scan_token(RSIGNEDSHIFTASSIGN)) {
2833 if (jj_scan_token(STRING_LITERAL)) {
2843 if (jj_scan_token(SC_AND)) {
2880 if (jj_scan_token(LSHIFTASSIGN)) {
2890 if (jj_scan_token(NEW)) {
2900 if (jj_scan_token(CHARACTER_LITERAL)) {
2910 if (jj_scan_token(FLOATING_POINT_LITERAL)) {
2920 if (jj_scan_token(MINUSASSIGN)) {
2967 if (jj_scan_token(INTEGER_LITERAL)) {
2977 if (jj_scan_token(SC_OR)) {
3014 if (jj_scan_token(SUPER)) {
3024 if (jj_scan_token(PLUSASSIGN)) {
3044 if (jj_scan_token(DOT)) {
3050 if (jj_scan_token(IDENTIFIER)) {
3081 if (jj_scan_token(THIS)) {
3091 if (jj_scan_token(REMASSIGN)) {
3123 if (jj_scan_token(LBRACKET)) {
3135 if (jj_scan_token(RBRACKET)) {
3145 if (jj_scan_token(HOOK)) {
3157 if (jj_scan_token(COLON)) {
3183 if (jj_scan_token(SLASHASSIGN)) {
3203 if (jj_scan_token(LPAREN)) {
3215 if (jj_scan_token(RPAREN)) {
3225 if (jj_scan_token(LBRACKET)) {
3231 if (jj_scan_token(RBRACKET)) {
3241 if (jj_scan_token(SUPER)) {
3247 if (jj_scan_token(DOT)) {
3253 if (jj_scan_token(IDENTIFIER)) {
3263 if (jj_scan_token(STARASSIGN)) {
3290 if (jj_scan_token(THIS)) {
3300 if (jj_scan_token(IDENTIFIER)) {
3320 if (jj_scan_token(LBRACKET)) {
3326 if (jj_scan_token(RBRACKET)) {
3453 if (jj_scan_token(ASSIGN)) {
3463 if (jj_scan_token(LPAREN)) {
3510 if (jj_scan_token(BANG)) {
3520 if (jj_scan_token(DECR)) {
3552 if (jj_scan_token(LPAREN)) {
3575 if (jj_scan_token(RPAREN)) {
3591 if (jj_scan_token(TILDE)) {
3726 final private boolean jj_scan_token(int kind) {