public final class StringVariable extends AbstractExpression<String> implements StringValue, Variable<String>
StringVariable class.
concreteValue| Constructor and Description |
|---|
StringVariable(String name,
String concVal)
Constructor for StringVariable.
|
| Modifier and Type | Method and Description |
|---|---|
<K,V> K |
accept(ExpressionVisitor<K,V> v,
V arg) |
boolean |
equals(Object obj) |
Set<Object> |
getConstants() |
String |
getMaxValue()
getMaxValue
|
String |
getMinValue()
getMinValue
|
String |
getName()
getName
|
Set<Variable<?>> |
getVariables() |
int |
hashCode() |
void |
setConcreteValue(String concValue)
setConcreteValue
|
void |
setMaxValue(String maxValue)
Setter for the field
maxValue. |
String |
toString() |
containsSymbolicVariable, getConcreteValue, getParent, getSize, setParentclone, finalize, getClass, notify, notifyAll, wait, wait, waitcontainsSymbolicVariable, getConcreteValue, getParent, getSize, setParentpublic void setConcreteValue(String concValue)
setConcreteValue
concValue - the concValue to setpublic String getMaxValue()
getMaxValue
getMaxValue in interface Variable<String>public void setMaxValue(String maxValue)
Setter for the field maxValue.
maxValue - the maxValue to setpublic String getName()
getName
public Set<Variable<?>> getVariables()
getVariables in interface Expression<String>public Set<Object> getConstants()
getConstants in interface Expression<String>getConstants in class AbstractExpression<String>public String getMinValue()
VariablegetMinValue
getMinValue in interface Variable<String>public <K,V> K accept(ExpressionVisitor<K,V> v, V arg)
accept in interface Expression<String>Copyright © 2010–2017 EvoSuite. All rights reserved.