Uses of Package
org.springframework.expression.spel
Packages that use 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.
-
Classes in org.springframework.expression.spel used by org.springframework.context.expressionClassDescriptionManages 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.
-
Classes in org.springframework.expression.spel used by org.springframework.expression.spelClassDescriptionManages 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. -
Classes in org.springframework.expression.spel used by org.springframework.expression.spel.astClassDescriptionManages 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.
-
Classes in org.springframework.expression.spel used by org.springframework.expression.spel.standardClassDescriptionBase superclass for compiled expressions.Represents a node in the AST for a parsed expression.Configuration object for the SpEL expression parser.
-
Classes in org.springframework.expression.spel used by org.springframework.expression.spel.supportClassDescriptionManages 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.