| Class | Description |
|---|---|
| ArgumentExpression |
This is the argument expression used by the function expression.
|
| FunctionExpression |
This is the function expression to call the functions.
|
| PropertyExpression |
This is the property expression to access the property of any java object.
|
| UnaryPropertyExpression |
This is the unary expression which access the property of a java object,
and assume this java object with context object
|