public final class RealToStringCast extends AbstractExpression<String> implements StringValue, Cast<Double>
| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
log |
concreteValue| Constructor and Description |
|---|
RealToStringCast(Expression<Double> _expr,
String concVal) |
| Modifier and Type | Method and Description |
|---|---|
<K,V> K |
accept(ExpressionVisitor<K,V> v,
V arg) |
boolean |
equals(Object obj) |
Expression<Double> |
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 RealToStringCast(Expression<Double> _expr, String concVal)
public Expression<Double> getArgument()
getConcreteObject
getArgument in interface Cast<Double>Expression object.public Set<Variable<?>> getVariables()
getVariables in interface Expression<String>public Set<Object> getConstants()
getConstants in interface Expression<String>getConstants in class AbstractExpression<String>public <K,V> K accept(ExpressionVisitor<K,V> v, V arg)
accept in interface Expression<String>Copyright © 2010–2017 EvoSuite. All rights reserved.