Package | Description |
---|---|
com.espertech.esper.epl.expression.ops |
Operator expressions.
|
com.espertech.esper.type |
Internal primitive, enum and other type representations
|
Modifier and Type | Method and Description |
---|---|
MathArithTypeEnum |
ExprMathNode.getMathArithTypeEnum()
Returns the type of math.
|
Constructor and Description |
---|
ExprMathNode(MathArithTypeEnum mathArithTypeEnum,
boolean isIntegerDivision,
boolean isDivisionByZeroReturnsNull)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
static MathArithTypeEnum |
MathArithTypeEnum.parseOperator(String operator)
Returns the math operator for the string.
|
static MathArithTypeEnum |
MathArithTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MathArithTypeEnum[] |
MathArithTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|