| Class | Description |
|---|---|
| AndExpression |
This is the expression class for AND operatiorn.
|
| ConditionTernaryExpression |
This expression manage the '?' operator of ternary expression,
more specifically condition part of the ternary operator.
|
| NotExpression |
This is the logical not operator expression.
|
| OrExpression |
This class expression performs the or operation.
|
| ResultTernaryExpression |
This expression manage the ':' operator of ternary expression,
more specifically result part of the ternary operator.
|