Class UnaryOperator
java.lang.Object
org.apache.taglibs.standard.lang.jstl.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: kchung $
- 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:
ELException
-