Home | History | Annotate | Download | only in parser

Lines Matching defs:jjmatchedKind

45    jjmatchedKind = kind;
51 jjmatchedKind = kind;
215 jjmatchedKind = kind;
240 jjmatchedKind = kind;
336 jjmatchedKind = kind;
361 jjmatchedKind = kind;
470 jjmatchedKind = kind;
495 jjmatchedKind = kind;
591 jjmatchedKind = kind;
673 Token t = Token.newToken(jjmatchedKind);
674 t.kind = jjmatchedKind;
675 String im = jjstrLiteralImages[jjmatchedKind];
689 int jjmatchedKind;
707 jjmatchedKind = 0;
720 jjmatchedKind = 0x7fffffff;
725 jjmatchedKind = 0x7fffffff;
730 jjmatchedKind = 0x7fffffff;
735 jjmatchedKind = 0x7fffffff;
740 if (jjmatchedKind != 0x7fffffff)
744 if ((jjtoToken[jjmatchedKind >> 6] & (1L << (jjmatchedKind & 077))) != 0L)
749 if (jjnewLexState[jjmatchedKind] != -1)
750 curLexState = jjnewLexState[jjmatchedKind];
753 else if ((jjtoSkip[jjmatchedKind >> 6] & (1L << (jjmatchedKind & 077))) != 0L)
755 if ((jjtoSpecial[jjmatchedKind >> 6] & (1L << (jjmatchedKind & 077))) != 0L)
766 if (jjnewLexState[jjmatchedKind] != -1)
767 curLexState = jjnewLexState[jjmatchedKind];
771 if (jjnewLexState[jjmatchedKind] != -1)
772 curLexState = jjnewLexState[jjmatchedKind];
774 jjmatchedKind = 0x7fffffff;
808 switch(jjmatchedKind)
865 switch(jjmatchedKind)