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

/openjdk10/jaxws/src/jdk.xml.bind/share/classes/com/sun/xml/internal/rngom/parse/compact/
H A DCompactSyntaxTokenManager.java1686 curLexState = defaultLexState;
1711 curLexState = lexState;
1738 int curLexState = 0; field in class:CompactSyntaxTokenManager
1770 switch(curLexState)
1797 curLexState = jjnewLexState[jjmatchedKind];
1817 curLexState = jjnewLexState[jjmatchedKind];
1840 throw new TokenMgrError(EOFSeen, curLexState, error_line, error_column, error_after, curChar, TokenMgrError.LEXICAL_ERROR);
/openjdk10/jdk/src/jdk.jdi/share/classes/com/sun/tools/example/debug/expr/
H A DExpressionParserTokenManager.java1446 curLexState = defaultLexState;
1471 curLexState = lexState;
1498 int curLexState = 0; field in class:ExpressionParserTokenManager
1580 throw new TokenMgrError(EOFSeen, curLexState, error_line, error_column, error_after, curChar, TokenMgrError.LEXICAL_ERROR);
/openjdk10/jaxws/src/jdk.xml.bind/share/classes/com/sun/xml/internal/xsom/impl/scd/
H A DSCDParserTokenManager.java2348 curLexState = defaultLexState;
2369 curLexState = lexState;
2385 int curLexState = 0; field in class:SCDParserTokenManager
2454 throw new TokenMgrError(EOFSeen, curLexState, error_line, error_column, error_after, curChar, TokenMgrError.LEXICAL_ERROR);

Completed in 103 milliseconds