|
Class Summary
|
| And |
The 'and' operation expression executer. |
| Bool |
The 'boolean()' operation expression executer. |
| Div |
The 'div' operation expression executer. |
| Equals |
The '=' operation expression executer. |
| Gt |
The '>' operation expression executer. |
| Gte |
The '>=' operation expression executer. |
| Lt |
The '<' operation expression executer. |
| Lte |
The '<=' operation expression executer. |
| Minus |
The binary '-' operation expression executer. |
| Mod |
The 'mod' operation expression executer. |
| Mult |
The '*' operation expression executer. |
| Neg |
The unary '-' operation expression executer. |
| NotEquals |
The '!=' operation expression executer. |
| Number |
The 'number()' operation expression executer. |
| Operation |
The baseclass for a binary operation. |
| Or |
The 'or' operation expression executer. |
| Plus |
The '+' operation expression executer. |
| Quo |
The 'quo' operation expression executer. |
| String |
The 'string()' operation expression executer. |
| UnaryOperation |
The unary operation base class. |
| Variable |
The variable reference expression executer. |