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

OpGE

open class OpGE : Operator

Implements greater-than-or-equal operator.

Author
Andy Clement

Author
Juergen Hoeller

Author
Giovanni Dall'Oglio Risso

Since
3.0

Constructors

<init>

OpGE(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