public class PlusOperator extends ArithmeticOperator
The implementation of the plus operator
| Modifier and Type | Field and Description |
|---|---|
static PlusOperator |
SINGLETON |
| Constructor and Description |
|---|
PlusOperator()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
double |
apply(double pLeft,
double pRight,
Logger pLogger)
Applies the operator to the given double values, returning a double
|
long |
apply(long pLeft,
long pRight,
Logger pLogger)
Applies the operator to the given double values, returning a double
|
String |
getOperatorSymbol()
Returns the symbol representing the operator
|
applyshouldCoerceToBoolean, shouldEvaluatepublic static final PlusOperator SINGLETON
public String getOperatorSymbol()
getOperatorSymbol in class BinaryOperatorpublic double apply(double pLeft,
double pRight,
Logger pLogger)
apply in class ArithmeticOperatorpublic long apply(long pLeft,
long pRight,
Logger pLogger)
apply in class ArithmeticOperatorCopyright © 2017 JBoss, a division of Red Hat, Inc.. All Rights Reserved.