程序包的使用
cn.taketoday.expression.spel
程序包
说明
SpEL's central implementation package.
SpEL's abstract syntax tree.
SpEL's standard parser implementation.
SpEL's default implementations for various core abstractions.
-
类说明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.A new scope is entered when a function is called and it is used to hold the parameters to the function call.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.
-
类说明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.
-
类说明Base superclass for compiled expressions.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.Wraps a real parse exception.Contains all the messages that can be produced by the Spring Expression Language.Represents a node in the AST for a parsed expression.Configuration object for the SpEL expression parser.
-
类说明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.