Searched refs:curLexState (Results 1 - 1 of 1) sorted by relevance

/opengrok/jrcs/src/main/java/org/apache/commons/jrcs/rcs/
H A DArchiveParserTokenManager.java678 curLexState = defaultLexState;
699 curLexState = lexState;
715 int curLexState = 0; field in class:ArchiveParserTokenManager
743 switch(curLexState)
774 curLexState = jjnewLexState[jjmatchedKind];
780 curLexState = jjnewLexState[jjmatchedKind];
803 throw new TokenMgrError(EOFSeen, curLexState, error_line, error_column, error_after, curChar, TokenMgrError.LEXICAL_ERROR);

Completed in 236 milliseconds