FileDocCategorySizeDatePackage
ArithmeticOperator.javaAPI DocGlassfish v2 API3190Sat May 05 19:17:26 BST 2007org.apache.taglibs.standard.lang.jstl

ArithmeticOperator

public abstract class ArithmeticOperator extends BinaryOperator

This is the superclass for all binary arithmetic operators

author
Nathan Abramson - Art Technology Group
version
$Change: 181177 $$DateTime: 2001/06/26 08:45:09 $$Author: tcfujii $

Fields Summary
Constructors Summary
Methods Summary
public java.lang.Objectapply(java.lang.Object pLeft, java.lang.Object pRight, java.lang.Object pContext, Logger pLogger)
Applies the operator to the given value

    return Coercions.applyArithmeticOperator (pLeft, pRight, this, pLogger);
  
public abstract doubleapply(double pLeft, double pRight, Logger pLogger)
Applies the operator to the given double values, returning a double

public abstract longapply(long pLeft, long pRight, Logger pLogger)
Applies the operator to the given double values, returning a double