public final class StringConstant extends AbstractExpression<String> implements StringValue
StringConstant class.
concreteValue| Constructor and Description |
|---|
StringConstant(String stringValue)
Constructor for StringConstant.
|
| Modifier and Type | Method and Description |
|---|---|
<K,V> K |
accept(ExpressionVisitor<K,V> v,
V arg) |
boolean |
equals(Object obj) |
Set<Variable<?>> |
getVariables() |
int |
hashCode() |
String |
toString() |
containsSymbolicVariable, getConcreteValue, getConstants, getParent, getSize, setParentclone, finalize, getClass, notify, notifyAll, wait, wait, waitcontainsSymbolicVariable, getConcreteValue, getConstants, getParent, getSize, setParentpublic Set<Variable<?>> getVariables()
getVariables in interface Expression<String>public <K,V> K accept(ExpressionVisitor<K,V> v, V arg)
accept in interface Expression<String>Copyright © 2010–2017 EvoSuite. All rights reserved.