public final class RealBinaryExpression extends AbstractExpression<Double> implements RealValue, BinaryExpression<Double>
| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
log |
concreteValue| Constructor and Description |
|---|
RealBinaryExpression(Expression<Double> left,
Operator op2,
Expression<?> right,
Double con)
Constructor for RealBinaryExpression.
|
| Modifier and Type | Method and Description |
|---|---|
<K,V> K |
accept(ExpressionVisitor<K,V> v,
V arg) |
boolean |
equals(Object obj) |
Set<Object> |
getConstants() |
Expression<Double> |
getLeftOperand()
getLeftOperand
|
Operator |
getOperator()
getOperator
|
Expression<?> |
getRightOperand()
getRightOperand
|
Set<Variable<?>> |
getVariables() |
int |
hashCode() |
String |
toString() |
containsSymbolicVariable, getConcreteValue, getParent, getSize, setParentclone, finalize, getClass, notify, notifyAll, wait, wait, waitcontainsSymbolicVariable, getConcreteValue, getParent, getSize, setParentpublic RealBinaryExpression(Expression<Double> left, Operator op2, Expression<?> right, Double con)
Constructor for RealBinaryExpression.
left - a Expression object.op2 - a Operator object.right - a Expression object.con - a Double object.public Operator getOperator()
getOperator
getOperator in interface BinaryExpression<Double>Operator object.public Expression<Double> getLeftOperand()
getLeftOperand
getLeftOperand in interface BinaryExpression<Double>Expression object.public Expression<?> getRightOperand()
getRightOperand
getRightOperand in interface BinaryExpression<Double>Expression object.public Set<Variable<?>> getVariables()
getVariables in interface Expression<Double>public Set<Object> getConstants()
getConstants in interface Expression<Double>getConstants in class AbstractExpression<Double>public <K,V> K accept(ExpressionVisitor<K,V> v, V arg)
accept in interface Expression<Double>Copyright © 2010–2017 EvoSuite. All rights reserved.