open class OpAnd : Operator
Represents the boolean AND operation.
Author
Andy Clement
Author
Mark Fisher
Author
Oliver Becker
Since
3.0
OpAnd(pos: Int, vararg operands: SpelNodeImpl) |
open fun generateCode(mv: MethodVisitor, cf: CodeFlow): Unit |
|
open fun getValueInternal(state: ExpressionState): TypedValue |
|
open fun isCompilable(): Boolean |