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

OperatorNot

open class OperatorNot : SpelNodeImpl

Represents a NOT operation.

Author
Andy Clement

Author
Mark Fisher

Author
Oliver Becker

Since
3.0

Constructors

<init>

OperatorNot(pos: Int, operand: SpelNodeImpl)

Functions

generateCode

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

getValueInternal

open fun getValueInternal(state: ExpressionState): BooleanTypedValue

isCompilable

open fun isCompilable(): Boolean

toStringAST

open fun toStringAST(): String