This package provides following class of operators to construct an expression.
All the operators extend the base class Operator
and implement either BinaryOperator
or UnaryOperator
depending on the type of operator (binary or unary).
Some of the operators in Miscellaneous category are If, MethodCall, etc
An interface for concrete binary operator classes. |
|
An interface for concrete unary operator classes. |
Implementation of the ClassForName operator. |
|
Implementation of the ClassGetName operator. |
|
Implementation of the ClassNewInstance operator. |
|
Implementation of the If operator. |
|
Implementation of the Instanceof operator. |
|
Implementation of the MethodCall operator. |
|
Implementation of the ObjectGetClass operator. |
|
Implementation of the ObjectHashCode operator. |
|
Implementation of the ObjectToString operator. |
|
Base class for all Operators in the expression package. |
|
Implementation of the SystemCurrentTimeMillis operator. |
|
Implementation of the SystemGetProperty operator. |
|
Implementation of the Variable operator. |