Class OperatorNot

java.lang.Object
org.springframework.expression.spel.ast.SpelNodeImpl
org.springframework.expression.spel.ast.OperatorNot
All Implemented Interfaces:
Opcodes, SpelNode

public class OperatorNot extends SpelNodeImpl
Represents a NOT operation.
Since:
3.0
Author:
Andy Clement, Mark Fisher, Oliver Becker