Class MinusOperator
java.lang.Object
org.apache.taglibs.standard.lang.jstl.BinaryOperator
org.apache.taglibs.standard.lang.jstl.ArithmeticOperator
org.apache.taglibs.standard.lang.jstl.MinusOperator
The implementation of the minus operator
- Version:
- $Change: 181177 $$DateTime: 2001/06/26 08:45:09 $$Author: kchung $
- Author:
- Nathan Abramson - Art Technology Group
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoubleApplies the operator to the given double values, returning a doublelongApplies the operator to the given double values, returning a doubleReturns the symbol representing the operatorMethods inherited from class org.apache.taglibs.standard.lang.jstl.ArithmeticOperator
applyMethods inherited from class org.apache.taglibs.standard.lang.jstl.BinaryOperator
shouldCoerceToBoolean, shouldEvaluate
-
Field Details
-
SINGLETON
-
-
Constructor Details
-
MinusOperator
public MinusOperator()Constructor
-
-
Method Details
-
getOperatorSymbol
Returns the symbol representing the operator- Specified by:
getOperatorSymbolin classBinaryOperator
-
apply
Applies the operator to the given double values, returning a double- Specified by:
applyin classArithmeticOperator
-
apply
Applies the operator to the given double values, returning a double- Specified by:
applyin classArithmeticOperator
-