public class

OperatorNot

extends SpelNodeImpl
java.lang.Object
   ↳ org.springframework.expression.spel.ast.SpelNodeImpl
     ↳ org.springframework.expression.spel.ast.OperatorNot

Class Overview

Represents a NOT operation.

Summary

[Expand]
Inherited Fields
From class org.springframework.expression.spel.ast.SpelNodeImpl
Public Constructors
OperatorNot(int pos, SpelNodeImpl operand)
Public Methods
BooleanTypedValue getValueInternal(ExpressionState state)
String toStringAST()
[Expand]
Inherited Methods
From class org.springframework.expression.spel.ast.SpelNodeImpl
From class java.lang.Object
From interface org.springframework.expression.spel.SpelNode

Public Constructors

public OperatorNot (int pos, SpelNodeImpl operand)

Public Methods

public BooleanTypedValue getValueInternal (ExpressionState state)

public String toStringAST ()