|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ParserException | |
com.neoworks.jukex.query | JukeXQL query language support. |
com.neoworks.rdc | Recursive descent compiler implementation. |
Uses of ParserException in com.neoworks.jukex.query |
Methods in com.neoworks.jukex.query that throw ParserException | |
Query |
JukeXParser.parse()
Parse the string. |
Expression |
JukeXParser.expression()
Parse an expression |
Expression |
JukeXParser.logicalop()
Parse a logical operation |
Expression |
JukeXParser.prefixop()
Parse a prefix operation. |
Expression |
JukeXParser.relopexpression()
Parse a relational operation. |
Uses of ParserException in com.neoworks.rdc |
Methods in com.neoworks.rdc that throw ParserException | |
protected void |
Parser.match()
Match any token from the input stream. |
protected void |
Parser.match(int tokenType)
Match a token from the input stream with a given type. |
protected void |
Parser.match(int tokenType,
int tokenValue)
Match a token from the input stream with a given type and value. |
protected void |
Parser.parseError()
Simple parse error on the current token |
protected void |
Parser.parseError(java.lang.String errorString)
Simple parse error on the current token with additional error string |
protected void |
Parser.parseError(int errorToken)
Generate a parss error for the given token index |
protected void |
Parser.parseError(int errorTokenIndex,
java.lang.String errorString)
Generate a parss error for the given token index with additional error string |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |