public class IntegerDivideOperator extends BinaryOperator
The implementation of the integer divide operator
| Modifier and Type | Field and Description |
|---|---|
static IntegerDivideOperator |
SINGLETON |
| Constructor and Description |
|---|
IntegerDivideOperator()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
Object |
apply(Object pLeft,
Object pRight)
Applies the operator to the given value
|
String |
getOperatorSymbol()
Returns the symbol representing the operator
|
shouldCoerceToBoolean, shouldEvaluatepublic static final IntegerDivideOperator SINGLETON
public IntegerDivideOperator()
public String getOperatorSymbol()
getOperatorSymbol in class BinaryOperatorpublic Object apply(Object pLeft, Object pRight) throws ELException
apply in class BinaryOperatorELExceptionCopyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.