Class ArithmeticOperator
java.lang.Object
org.apache.taglibs.standard.lang.jstl.BinaryOperator
org.apache.taglibs.standard.lang.jstl.ArithmeticOperator
- Direct Known Subclasses:
MinusOperator,MultiplyOperator,PlusOperator
This is the superclass for all binary arithmetic operators
- Version:
- $Change: 181177 $$DateTime: 2001/06/26 08:45:09 $$Author: kchung $
- Author:
- Nathan Abramson - Art Technology Group
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract doubleApplies the operator to the given double values, returning a doubleabstract longApplies the operator to the given double values, returning a doubleApplies the operator to the given valueMethods inherited from class org.apache.taglibs.standard.lang.jstl.BinaryOperator
getOperatorSymbol, shouldCoerceToBoolean, shouldEvaluate
-
Constructor Details
-
ArithmeticOperator
public ArithmeticOperator()
-
-
Method Details
-
apply
public Object apply(Object pLeft, Object pRight, Object pContext, Logger pLogger) throws ELException Applies the operator to the given value- Specified by:
applyin classBinaryOperator- Throws:
ELException
-
apply
Applies the operator to the given double values, returning a double -
apply
Applies the operator to the given double values, returning a double
-