| Package | Description |
|---|---|
| com.mpobjects.bdparsii.eval |
| Modifier and Type | Method and Description |
|---|---|
BinaryOperation.Op |
BinaryOperation.getOp()
Returns the operation performed by this binary operation.
|
static BinaryOperation.Op |
BinaryOperation.Op.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BinaryOperation.Op[] |
BinaryOperation.Op.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected Expression |
Parser.reOrder(Expression left,
Expression right,
BinaryOperation.Op op) |
protected void |
Parser.replaceLeft(BinaryOperation target,
Expression newLeft,
BinaryOperation.Op op) |
| Constructor and Description |
|---|
BinaryOperation(MathContext mathContext,
BinaryOperation.Op op,
Expression left,
Expression right)
Creates a new binary operator for the given operator and operands.
|
Copyright © 2019. All rights reserved.