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

OpEQ

open class OpEQ : Operator

Implements the equality operator.

Author
Andy Clement

Since
3.0

Constructors

<init>

OpEQ(pos: Int, vararg operands: SpelNodeImpl)

Functions

generateCode

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

getValueInternal

open fun getValueInternal(state: ExpressionState): BooleanTypedValue

isCompilable

open fun isCompilable(): Boolean