Class | Description |
---|---|
BooleanValue |
Used to store the value of a boolean value used by the expresion evalutor
|
ExpressionEval |
This class is used to evaluate expressions
|
ExpressionLexer | |
ExpressionParser | |
ExpressionParser.additiveExpression_return | |
ExpressionParser.booleanAndExpression_return | |
ExpressionParser.equalityExpression_return | |
ExpressionParser.logicalExpression_return | |
ExpressionParser.multiplicativeExpression_return | |
ExpressionParser.parse_return | |
ExpressionParser.primaryExpression_return | |
ExpressionParser.relationalExpression_return | |
ExpressionParser.unaryExpression_return | |
IntegerValue |
Used to store integer values for the
ExpressionEval |
Messages |
Message bundle class
|
OperationHelper |
Used to help with expression evaluation operations
|
StringValue |
Used to store the value of a string value used by the expression evaluator
|
Value |
This class is the base class for Values returned by the expersion evaluator
|
ValueFactory |
Used to create values
|
Enum | Description |
---|---|
Operation |
Allowed operations in the expression evaluator
|
ValueType |
Used to repesent types of values allowed in the expression evaulator
|
Exception | Description |
---|---|
ExpressionParserException |
This exception is thrown by the antlr generated code.
|