public final class RealUnaryExpression extends AbstractExpression<Double> implements RealValue, UnaryExpression<Double>
| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
log |
concreteValue| Constructor and Description |
|---|
RealUnaryExpression(Expression<Double> e,
Operator op2,
Double con)
Constructor for RealUnaryExpression.
|
| 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> |
getOperand()
getOperand
|
Operator |
getOperator()
getOperator
|
Set<Variable<?>> |
getVariables() |
int |
hashCode() |
String |
toString() |
containsSymbolicVariable, getConcreteValue, getParent, getSize, setParentclone, finalize, getClass, notify, notifyAll, wait, wait, waitcontainsSymbolicVariable, getConcreteValue, getParent, getSize, setParentpublic RealUnaryExpression(Expression<Double> e, Operator op2, Double con)
Constructor for RealUnaryExpression.
e - a Expression object.op2 - a Operator object.con - a Double object.public Expression<Double> getOperand()
getOperand
getOperand in interface UnaryExpression<Double>Expression object.public Operator getOperator()
getOperator
getOperator in interface UnaryExpression<Double>Operator 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.