|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.taglibs.standard.lang.jstl.BinaryOperator
org.apache.taglibs.standard.lang.jstl.ArithmeticOperator
public abstract class ArithmeticOperator
This is the superclass for all binary arithmetic operators
Constructor Summary | |
---|---|
ArithmeticOperator()
|
Method Summary | |
---|---|
abstract double |
apply(double pLeft,
double pRight,
Logger pLogger)
Applies the operator to the given double values, returning a double |
abstract long |
apply(long pLeft,
long pRight,
Logger pLogger)
Applies the operator to the given double values, returning a double |
Object |
apply(Object pLeft,
Object pRight,
Object pContext,
Logger pLogger)
Applies the operator to the given value |
Methods inherited from class org.apache.taglibs.standard.lang.jstl.BinaryOperator |
---|
getOperatorSymbol, shouldCoerceToBoolean, shouldEvaluate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ArithmeticOperator()
Method Detail |
---|
public Object apply(Object pLeft, Object pRight, Object pContext, Logger pLogger) throws ELException
apply
in class BinaryOperator
ELException
public abstract double apply(double pLeft, double pRight, Logger pLogger)
public abstract long apply(long pLeft, long pRight, Logger pLogger)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |