| Interface | Description |
|---|---|
| ExpressionParserConstants |
Token literal values and constants.
|
| ExpressionParserTreeConstants | |
| ExpressionParserVisitor | |
| Node |
| Class | Description |
|---|---|
| ASTAddNode | |
| ASTBitwiseAndNode | |
| ASTBitwiseComplNode | |
| ASTBitwiseNotNode | |
| ASTBitwiseOrNode | |
| ASTBitwiseXorNode | |
| ASTConditionalNode | |
| ASTDivNode | |
| ASTEQNode | |
| ASTFalseNode | |
| ASTFloatConstNode | |
| ASTFunctionNode | |
| ASTGENode | |
| ASTGTNode | |
| ASTIdNode | |
| ASTLeftShiftNode | |
| ASTLENode | |
| ASTLogicalAndNode | |
| ASTLogicalNotNode | |
| ASTLogicalOrNode | |
| ASTLongConstNode | |
| ASTLTNode | |
| ASTModNode | |
| ASTMulNode | |
| ASTNENode | |
| ASTNotNode | |
| ASTNullNode | |
| ASTRegexMatchNode | |
| ASTRightShiftNode | |
| ASTStart | |
| ASTStringConstNode | |
| ASTSubtractNode | |
| ASTTrueNode | |
| ASTUnaryNode | |
| ASTUnsignedRightShiftNode | |
| ASTValueReferenceNode | |
| ExpressionNode | |
| ExpressionParser | |
| ExpressionParserTokenManager |
Token Manager.
|
| JJTExpressionParserState | |
| NodeEvaluationDetails | |
| 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.
|