|
Class Summary |
| AndExpression |
A composite expression that AND:s the expressions and returns the result. |
| CompositeExpression |
An expression that consists of two other expressions and:ed/or:ed or xor:ed together. |
| LogicalExpression |
A generic evaluation of something. |
| NandExpression |
A composite expression that NOT AND:ed the expressions and returns the result. |
| OrExpression |
A composite expression that OR:es the expressions and returns the result. |
| StaticExpression |
An expression that always return the boolean from the constructor. |
| XorExpression |
A composite expression that XOR:s the expressions and returns the result. |