Changed Classes |
AstUtils
|
Utilities methods for use in the Ast classes. |
CompoundExpression
|
Represents a DOT separated expression sequence, such as 'property1.property2.methodOne()'
|
Indexer
|
An Indexer can index into some proceeding structure to access a particular
piece of it. |
MethodReference
|
@author Andy Clement
|
OpDivide
|
Implements division operator. |
OpMultiply
|
Implements the {@code multiply} operator. |
Projection
|
Represents projection, where a given operation is performed on all elements in some input sequence, returning
a new sequence of the same size. |
PropertyOrFieldReference
|
Represents a simple property or field reference. |
Selection
|
Represents selection over a map or collection. |
SpelNodeImpl
|
The common supertype of all AST nodes in a parsed Spring Expression Language format expression. |
VariableReference
|
Represents a variable reference, eg. |