Class OperatorValueFactory
- java.lang.Object
-
- ru.ispras.microtesk.test.template.OperatorValueFactory
-
public final class OperatorValueFactory extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method 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)
-
-
-
Method Detail
-
newBinaryOperator
public static Value newBinaryOperator(java.lang.String operatorId, Value operand1, Value operand2)
-
newBinaryOperator
public static Value newBinaryOperator(java.lang.String operatorId, java.math.BigInteger operand1, Value operand2)
-
newBinaryOperator
public static Value newBinaryOperator(java.lang.String operatorId, Value operand1, java.math.BigInteger operand2)
-
-