public final class IntegerToRealCast extends AbstractExpression<Double> implements RealValue, Cast<Long>
concreteValue| Constructor and Description |
|---|
IntegerToRealCast(IntegerValue _expr,
Double _concValue)
Constructor for IntegerToRealCast.
|
| Modifier and Type | Method and Description |
|---|---|
<K,V> K |
accept(ExpressionVisitor<K,V> v,
V arg) |
boolean |
equals(Object obj) |
Expression<Long> |
getArgument()
getConcreteObject
|
Set<Object> |
getConstants() |
Set<Variable<?>> |
getVariables() |
int |
hashCode() |
String |
toString() |
containsSymbolicVariable, getConcreteValue, getParent, getSize, setParentclone, finalize, getClass, notify, notifyAll, wait, wait, waitcontainsSymbolicVariable, getConcreteValue, getParent, getSize, setParentpublic IntegerToRealCast(IntegerValue _expr, Double _concValue)
Constructor for IntegerToRealCast.
_expr - a Expression object._concValue - a Double object.public Expression<Long> getArgument()
getConcreteObject
getArgument in interface Cast<Long>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.