| ArrayInitExpression |
Created by adinn on 27/05/15.
|
| AssignableExpression |
an expression which can appear on the left hand side of an assignment expression as well as in any
other expression context.
|
| BinaryOperExpression |
binary operators includes arithmetic and comparison operators
|
| BooleanExpression |
A binary arithmetic operator expression
|
| Expression |
abstract class representing an evaluable expression.
|
| OperExpression |
generic operator expression subsumes unary, binary and ternary operators
|
| TernaryOperExpression |
ternary operators includes conditional evaluation operator 'cond ? if_expr : else_expr'
|
| ThrowExpression.SuperIterator |
|
| UnaryOperExpression |
unary operators includes boolean NOT and arithmetic TWIDDLE
n.b.
|