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

/openjdk7/jaxws/src/share/jaxws_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);
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/IPAcl/
H A DParserTokenManager.java1404 curLexState = defaultLexState;
1425 curLexState = lexState;
1441 int curLexState = 0; field in class:ParserTokenManager
1510 throw new TokenMgrError(EOFSeen, curLexState, error_line, error_column, error_after, curChar, TokenMgrError.LEXICAL_ERROR);
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/expr/
H A DExpressionParserTokenManager.java1640 curLexState = defaultLexState;
1662 curLexState = lexState;
1679 int curLexState = 0; field in class:ExpressionParserTokenManager
1762 throw new TokenMgrError(EOFSeen, curLexState, error_line, error_column, error_after, curChar, TokenMgrError.LEXICAL_ERROR);
/openjdk7/jaxws/src/share/jaxws_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 46 milliseconds