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

OpOr

open class OpOr : Operator

Represents the boolean OR operation.

Author
Andy Clement

Author
Mark Fisher

Author
Oliver Becker

Since
3.0

Constructors

<init>

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