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

Identifier

open class Identifier : SpelNodeImpl

Author
Andy Clement

Since
3.0

Constructors

<init>

Identifier(payload: String, pos: Int)

Functions

getValueInternal

open fun getValueInternal(state: ExpressionState): TypedValue

toStringAST

open fun toStringAST(): String