Uses of Package
org.springframework.expression.spel.ast
Packages that use org.springframework.expression.spel.ast
Package
Description
SpEL's abstract syntax tree.
SpEL's standard parser implementation.
-
Classes in org.springframework.expression.spel.ast used by org.springframework.expression.spel.astClassDescriptionCommon 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 entry that represents all reference (non-primitive) types.Represents a reference to a value.
-
Classes in org.springframework.expression.spel.ast used by org.springframework.expression.spel.standardClassDescriptionThe common supertype of all AST nodes in a parsed Spring Expression Language format expression.