Package org.apache.commons.el
Class UnaryOperator
java.lang.Object
org.apache.commons.el.UnaryOperator
- Direct Known Subclasses:
EmptyOperator
,NotOperator
,UnaryMinusOperator
This is the superclass for all unary operators
- Version:
- $Change: 181177 $$DateTime: 2001/06/26 08:45:09 $$Author: luehe $
- Author:
- Nathan Abramson - Art Technology Group
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
UnaryOperator
public UnaryOperator()Constructor
-
-
Method Details
-
getOperatorSymbol
Returns the symbol representing the operator -
apply
Applies the operator to the given value- Throws:
javax.servlet.jsp.el.ELException
-