open class Indexer : SpelNodeImpl
An Indexer can index into some proceeding structure to access a particular piece of it. Supported structures are: strings / collections (lists/sets) / arrays.
Author
Andy Clement
Author
Phillip Webb
Author
Stephane Nicoll
Since
3.0
Indexer(pos: Int, expr: SpelNodeImpl) |
open fun generateCode(mv: MethodVisitor, cf: CodeFlow): Unit |
|
open fun getValueInternal(state: ExpressionState): TypedValue |
|
open fun isCompilable(): Boolean |
|
open fun isWritable(expressionState: ExpressionState): Boolean |
|
open fun setValue(state: ExpressionState, newValue: Any): Unit |
|
open fun toStringAST(): String |