Generated by
JDiff

Package org.springframework.expression.spel.ast

Added Classes
InlineMap Represent a map in an expression, e.g.
Operator.DescriptorComparison A descriptor comparison encapsulates the result of comparing descriptor for two operands and describes at what level they are compatible.
 

Changed Classes
CompoundExpression Represents a DOT separated expression sequence, such as 'property1.property2.methodOne()'
InlineList Represent a list in an expression, e.g.
MethodReference Expression language AST node that represents a method reference.
OpModulus Implements the modulus operator.
Operator Common supertype for operators that operate on either one or two operands.
PropertyOrFieldReference Represents a simple property or field reference.
SpelNodeImpl The common supertype of all AST nodes in a parsed Spring Expression Language format expression.