| Package | Description |
|---|---|
| org.springframework.expression.spel.ast | |
| org.springframework.expression.spel.standard |
| Class and Description |
|---|
| Literal
Common superclass for nodes representing literals (boolean, string, number, etc).
|
| Operator
Common supertype for operators that operate on either one or two operands.
|
| SpelNodeImpl
The common supertype of all AST nodes in a parsed Spring Expression Language format expression.
|
| TypeCode
Captures primitive types and their corresponding class objects, plus one special entry that represents all reference
(non-primitive) types.
|
| ValueRef
Represents a reference to a value.
|
| Class and Description |
|---|
| SpelNodeImpl
The common supertype of all AST nodes in a parsed Spring Expression Language format expression.
|
Copyright © 2015. All rights reserved.