spring-framework / org.springframework.expression.spel.ast / InlineList

InlineList

open class InlineList : SpelNodeImpl

Represent a list in an expression, e.g. '{1,2,3}'

Author
Andy Clement

Since
3.0.4

Constructors

<init>

InlineList(pos: Int, vararg args: SpelNodeImpl)

Functions

generateCode

open fun generateCode(mv: MethodVisitor, codeflow: CodeFlow): Unit

getConstantValue

open fun getConstantValue(): MutableList<Any>

getValueInternal

open fun getValueInternal(expressionState: ExpressionState): TypedValue

isCompilable

open fun isCompilable(): Boolean

isConstant

open fun isConstant(): Boolean

Return whether this list is a constant value.

toStringAST

open fun toStringAST(): String