public final class OperatorValueFactory
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static Value |
newBinaryOperator(java.lang.String operatorId,
java.math.BigInteger operand1,
Value operand2) |
static Value |
newBinaryOperator(java.lang.String operatorId,
Value operand1,
java.math.BigInteger operand2) |
static Value |
newBinaryOperator(java.lang.String operatorId,
Value operand1,
Value operand2) |
static Value |
newUnaryOperator(java.lang.String operatorId,
Value operand) |
public static Value newBinaryOperator(java.lang.String operatorId, Value operand1, Value operand2)
public static Value newBinaryOperator(java.lang.String operatorId, java.math.BigInteger operand1, Value operand2)
public static Value newBinaryOperator(java.lang.String operatorId, Value operand1, java.math.BigInteger operand2)