|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Scanner.ScanException | |
|---|---|
| org.ow2.opensuit.cel.impl.tree.impl | |
| Uses of Scanner.ScanException in org.ow2.opensuit.cel.impl.tree.impl |
|---|
| Methods in org.ow2.opensuit.cel.impl.tree.impl that throw Scanner.ScanException | |
|---|---|
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 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 | |
Scanner.Token |
Scanner.next()
Scan next token. |
protected Scanner.Token |
Scanner.nextEval()
token inside an eval expression |
protected Scanner.Token |
Scanner.nextNumber()
number token |
protected Scanner.Token |
Scanner.nextString()
string token |
protected Scanner.Token |
Scanner.nextText()
text token |
protected Scanner.Token |
Scanner.nextToken()
|
protected AstNode |
Parser.nonliteral()
nonliteral := |
protected AstNode |
Parser.or(boolean required)
or := and ( |
IExprNode |
Parser.parse()
tree := text? |
protected AstNode |
Parser.text()
text := |
protected AstNode |
Parser.unary(boolean required)
unary := |
protected AstNode |
Parser.value()
value := (nonliteral | literal) ( |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||