Interface | Description |
---|---|
ELParserConstants |
Token literal values and constants.
|
ELParserTreeConstants | |
Node | |
NodeVisitor |
Class | Description |
---|---|
ArithmeticNode | |
AstAnd | |
AstBracketSuffix | |
AstChoice | |
AstCompositeExpression | |
AstDeferredExpression | |
AstDiv | |
AstDotSuffix | |
AstDynamicExpression | |
AstEmpty | |
AstEqual | |
AstFalse | |
AstFloatingPoint | |
AstFunction | |
AstGreaterThan | |
AstGreaterThanEqual | |
AstIdentifier | |
AstInteger | |
AstLessThan | |
AstLessThanEqual | |
AstLiteralExpression | |
AstMethodParameters | |
AstMinus | |
AstMod | |
AstMult | |
AstNegative | |
AstNot | |
AstNotEqual | |
AstNull | |
AstOr | |
AstPlus | |
AstString | |
AstTrue | |
AstValue | |
AstValue.Target | |
BooleanNode | |
ELParser | |
ELParserTokenManager |
Token Manager.
|
JJTELParserState | |
SimpleCharStream |
An implementation of interface CharStream, where the stream is assumed to
contain only ASCII characters (without unicode processing).
|
SimpleNode | |
Token |
Describes the input token stream.
|
Exception | Description |
---|---|
ParseException |
This exception is thrown when parse errors are encountered.
|
Error | Description |
---|---|
TokenMgrError |
Token Manager Error.
|
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.