Uses of Package
org.springframework.expression.spel.ast
Package
Description
SpEL's abstract syntax tree.
SpEL's standard parser implementation.
-
ClassDescriptionCommon superclass for nodes representing literals (boolean, string, number, etc).Common supertype for operators that operate on either one or two operands.A descriptor comparison encapsulates the result of comparing descriptor for two operands and describes at what level they are compatible.The common supertype of all AST nodes in a parsed Spring Expression Language format expression.Captures primitive types and their corresponding class objects, plus one special
TypeCode.OBJECT
entry that represents all reference (non-primitive) types.Represents a reference to a value. -
ClassDescriptionThe common supertype of all AST nodes in a parsed Spring Expression Language format expression.