open class InlineList : SpelNodeImpl
Represent a list in an expression, e.g. '{1,2,3}'
Author
Andy Clement
Since
3.0.4
InlineList(pos: Int, vararg args: SpelNodeImpl) |
open fun generateCode(mv: MethodVisitor, codeflow: CodeFlow): Unit |
|
open fun getConstantValue(): MutableList<Any> |
|
open fun getValueInternal(expressionState: ExpressionState): TypedValue |
|
open fun isCompilable(): Boolean |
|
open fun isConstant(): Boolean
Return whether this list is a constant value. |
|
open fun toStringAST(): String |