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

/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/IPAcl/
H A DTokenMgrError.java40 static final int LEXICAL_ERROR = 0; field in class:TokenMgrError
H A DParserTokenManager.java1510 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 DTokenMgrError.java49 static final int LEXICAL_ERROR = 0; field in class:TokenMgrError
H A DExpressionParserTokenManager.java1762 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/rngom/parse/compact/
H A DTokenMgrError.java68 static final int LEXICAL_ERROR = 0; field in class:TokenMgrError
H A DCompactSyntaxTokenManager.java1840 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 DTokenMgrError.java38 static final int LEXICAL_ERROR = 0; field in class:TokenMgrError
H A DSCDParserTokenManager.java2454 throw new TokenMgrError(EOFSeen, curLexState, error_line, error_column, error_after, curChar, TokenMgrError.LEXICAL_ERROR);

Completed in 1197 milliseconds