|
Spring Framework | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.expression.spel.ast.SpelNodeImpl
org.springframework.expression.spel.ast.InlineList
public class InlineList
Represent a list in an expression, e.g. '{1,2,3}'
| Field Summary |
|---|
| Fields inherited from class org.springframework.expression.spel.ast.SpelNodeImpl |
|---|
children, pos |
| Constructor Summary | |
|---|---|
InlineList(int pos,
SpelNodeImpl... args)
|
|
| Method Summary | |
|---|---|
TypedValue |
getValueInternal(ExpressionState expressionState)
|
boolean |
isConstant()
|
java.lang.String |
toStringAST()
|
| Methods inherited from class org.springframework.expression.spel.ast.SpelNodeImpl |
|---|
getChild, getChildCount, getEndPosition, getObjectClass, getPreviousChild, getStartPosition, getTypedValue, getValue, getValue, isWritable, nextChildIs, setValue |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InlineList(int pos,
SpelNodeImpl... args)
| Method Detail |
|---|
public TypedValue getValueInternal(ExpressionState expressionState)
throws EvaluationException
getValueInternal in class SpelNodeImplEvaluationExceptionpublic java.lang.String toStringAST()
toStringAST in interface SpelNodetoStringAST in class SpelNodeImplpublic boolean isConstant()
|
Spring Framework | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||