Uses of Package
org.springframework.expression.spel
Package
Description
Expression parsing support within a Spring application context.
SpEL's central implementation package.
SpEL's abstract syntax tree.
SpEL's standard parser implementation.
SpEL's default implementations for various core abstractions.
-
ClassDescriptionManages the class being generated by the compilation process.A compilable property accessor is able to generate bytecode that represents the access operation, facilitating compilation to bytecode of expressions that use the accessor.
-
ClassDescriptionManages the class being generated by the compilation process.Interface used to generate
clinit
static initializer blocks.Interface used to generate fields.ExpressionState is for maintaining per-expression-evaluation state: any changes to it are not seen by other expressions, but it gives a place to hold local variables and for component expressions in a compound expression to communicate state.Captures the possible configuration settings for a compiler that can be used when evaluating expressions.Contains all the messages that can be produced by the Spring Expression Language.Message kinds.Represents a node in the AST for a parsed expression.Root exception for Spring EL related exceptions.Configuration object for the SpEL expression parser. -
ClassDescriptionManages the class being generated by the compilation process.ExpressionState is for maintaining per-expression-evaluation state: any changes to it are not seen by other expressions, but it gives a place to hold local variables and for component expressions in a compound expression to communicate state.Root exception for Spring EL related exceptions.Represents a node in the AST for a parsed expression.
-
ClassDescriptionBase superclass for compiled expressions.Represents a node in the AST for a parsed expression.Configuration object for the SpEL expression parser.
-
ClassDescriptionManages the class being generated by the compilation process.A compilable property accessor is able to generate bytecode that represents the access operation, facilitating compilation to bytecode of expressions that use the accessor.Root exception for Spring EL related exceptions.