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

OpAnd

open class OpAnd : Operator

Represents the boolean AND operation.

Author
Andy Clement

Author
Mark Fisher

Author
Oliver Becker

Since
3.0

Constructors

<init>

OpAnd(pos: Int, vararg operands: SpelNodeImpl)

Functions

generateCode

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

getValueInternal

open fun getValueInternal(state: ExpressionState): TypedValue

isCompilable

open fun isCompilable(): Boolean