| Class | Description |
|---|---|
| ArgListExpr |
This is a special expression that is created when we have an adapter that has multiple
parameters.
|
| BitShiftExpr | |
| BracketExpr | |
| BuiltInVariableExpr | |
| CallbackArgExpr |
This expressions that are used to reference arguments in callbacks.
|
| CallbackExprModel |
Callbacks are evaluated when event happens, not when execute pending is run.
|
| CastExpr | |
| ComparisonExpr | |
| Dependency | |
| Expr | |
| ExprModel | |
| FieldAccessExpr | |
| FieldAssignmentExpr |
This is used by inverse field access expressions to assign back to the field.
|
| IdentifierExpr | |
| InstanceOfExpr | |
| LambdaExpr | |
| ListenerExpr |
This wraps an expression, but makes it unique for a particular event listener type.
|
| MathExpr | |
| MethodBaseExpr | |
| MethodCallExpr | |
| MethodReferenceExpr | |
| ResourceExpr | |
| StaticIdentifierExpr | |
| SymbolExpr | |
| TernaryExpr | |
| TwoWayListenerExpr |
TwoWayListenerExpr is used to set the event listener for a two-way binding expression.
|
| UnaryExpr | |
| ViewFieldExpr |
| Enum | Description |
|---|---|
| BracketExpr.BracketAccessor | |
| TernaryExpr.Type |