| Class | Description |
|---|---|
| EQExpression |
This class expression performs the equal operation on values.
|
| GTEExpression |
Performs the greater than equal operations.
|
| GTExpression |
Performs the greater than operation.
|
| LTEExpression |
Performs the less than equal to operation
|
| LTExpression |
Performs the less than operation.
|
| NEExpression |
This class expression performs the not equal operation on values.
|