| Package | Description | 
|---|---|
| org.springframework.expression.spel.ast | SpEL's abstract syntax tree. | 
| org.springframework.expression.spel.support | SpEL's default implementations for various core abstractions. | 
| Modifier and Type | Method and Description | 
|---|---|
| TypedValue | Literal. getValueInternal(ExpressionState state) | 
| TypedValue | VariableReference. getValueInternal(ExpressionState state) | 
| ValueRef | VariableReference. getValueRef(ExpressionState state) | 
| boolean | VariableReference. isWritable(ExpressionState expressionState) | 
| boolean | Indexer. isWritable(ExpressionState expressionState) | 
| void | VariableReference. setValue(ExpressionState state,
        Object value) | 
| Modifier and Type | Method and Description | 
|---|---|
| int | StandardTypeComparator. compare(Object left,
       Object right) | 
| static boolean | ReflectionHelper. convertAllArguments(TypeConverter converter,
                   Object[] arguments,
                   Method method)Convert a supplied set of arguments into the requested types. |