See: Description
| Class | Description |
|---|---|
| InternalSpelExpressionParser |
Hand written SpEL parser.
|
| SpelCompiler |
A SpelCompiler will take a regular parsed expression and create (and load) a class
containing byte code that does the same thing as that expression.
|
| SpelCompiler.ChildClassLoader |
A ChildClassLoader will load the generated compiled expression classes.
|
| SpelExpression |
A
SpelExpression represents a parsed (valid) expression that is ready to be
evaluated in a specified context. |
| SpelExpressionParser |
SpEL parser.
|
| Token |
Holder for a kind of token, the associated data and its position in the input data
stream (start/end).
|
| Tokenizer |
Lex some input data into a stream of tokens that can then be parsed.
|
| Enum | Description |
|---|---|
| TokenKind |
Token Kinds.
|