| Class | Description |
|---|---|
| AbstractOperator |
The class is the base for all operator handlers
|
| OperatorADD |
The class implements the ADD operator handler
|
| OperatorAND |
The class implements the AND operator handler
|
| OperatorDIV |
The class implements the DIV operator handler
|
| OperatorEQU |
The class implements the EQU operator handler
|
| OperatorGREAT |
The class implements the GREAT operator handler
|
| OperatorGREATEQU |
The class implements the GREATEQU operator handler
|
| OperatorLESS |
The class implements the LESS operator handler
|
| OperatorLESSEQU |
The class implements the LESSEQU operator handler
|
| OperatorMOD |
The class implements the MOD operator handler
|
| OperatorMUL |
The class implements the MOD operator handler
|
| OperatorNOT |
The class implements the NOT operator handler
|
| OperatorNOTEQU |
The class implements the NOTEQU operator handler
|
| OperatorOR |
The class implements the OR operator handler
|
| OperatorSUB |
The class implements the SUB operator handler
|
| OperatorXOR |
The class implements the XOR operator handler
|