package

org.springframework.expression.spel

Interfaces

SpelNode Represents a node in the Ast for a parsed expression. 

Classes

ExpressionState An 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. 
SpelParserConfiguration Configuration object for the SpEL expression parser. 

Enums

SpelMessage Contains all the messages that can be produced by the Spring Expression Language. 
SpelMessage.Kind  

Exceptions

InternalParseException Wraps a real parse exception. 
SpelEvaluationException Root exception for Spring EL related exceptions. 
SpelParseException Root exception for Spring EL related exceptions.