Package org.apache.commons.el
Class NotOperator
java.lang.Object
org.apache.commons.el.UnaryOperator
org.apache.commons.el.NotOperator
The implementation of the not operator
- Version:
- $Change: 181177 $$DateTime: 2001/06/26 08:45:09 $$Author: luehe $
- Author:
- Nathan Abramson - Art Technology Group
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
SINGLETON
-
-
Constructor Details
-
NotOperator
public NotOperator()Constructor
-
-
Method Details
-
getOperatorSymbol
Returns the symbol representing the operator- Specified by:
getOperatorSymbol
in classUnaryOperator
-
apply
Applies the operator to the given value- Specified by:
apply
in classUnaryOperator
- Throws:
javax.servlet.jsp.el.ELException
-