|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Parser.ParseException | |
|---|---|
| org.ow2.opensuit.cel.impl.tree.impl | |
| Uses of Parser.ParseException in org.ow2.opensuit.cel.impl.tree.impl |
|---|
| Methods in org.ow2.opensuit.cel.impl.tree.impl that throw Parser.ParseException | |
|---|---|
protected AstNode |
Parser.add(boolean required)
add := add ( |
protected AstNode |
Parser.and(boolean required)
|
protected AstNode |
Parser.cmp(boolean required)
cmp := add ( |
protected Scanner.Token |
Parser.consumeToken()
consume current token (get next token). |
protected Scanner.Token |
Parser.consumeToken(Scanner.Symbol expected)
consume current token (get next token); throw exception if the current token doesn't match the expected symbol. |
protected AstNode |
Parser.eq(boolean required)
eq := cmp ( |
protected AstEval |
Parser.eval()
eval := dynamic | deferred |
protected AstEval |
Parser.eval(boolean required,
boolean deferred)
dynmamic := |
protected AstNode |
Parser.expr(boolean required)
expr := or ( |
protected void |
Parser.fail(Scanner.Symbol expected)
throw exception |
protected void |
Parser.fail(java.lang.String expected)
throw exception |
protected java.util.List<AstNode> |
Parser.list()
list := expr ( |
protected AstNode |
Parser.literal()
literal := |
protected Scanner.Token |
Parser.lookahead(int index)
get lookahead symbol. |
protected AstNode |
Parser.mul(boolean required)
mul := unary ( unary | |
protected AstNode |
Parser.nonliteral()
nonliteral := |
protected AstNode |
Parser.or(boolean required)
or := and ( |
IExprNode |
Parser.parse()
tree := text? |
protected java.lang.Number |
Parser.parseFloat(java.lang.String string)
Parse a floating point literal. |
protected java.lang.Number |
Parser.parseInteger(java.lang.String string)
Parse an integer literal. |
protected AstNode |
Parser.text()
text := |
protected AstNode |
Parser.unary(boolean required)
unary := |
protected AstNode |
Parser.value()
value := (nonliteral | literal) ( |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||