public interface Expression<T> extends Serializable
| Modifier and Type | Method and Description |
|---|---|
<K,V> K |
accept(ExpressionVisitor<K,V> v,
V arg) |
boolean |
containsSymbolicVariable()
Returns true iif
|
T |
getConcreteValue()
getConcreteValue
|
Set<Object> |
getConstants() |
Expression<?> |
getParent()
getParent
|
int |
getSize()
getSize
|
Set<Variable<?>> |
getVariables() |
void |
setParent(Expression<?> expr)
setParent
|
Expression<?> getParent()
getParent
T - a T object.Expression object.void setParent(Expression<?> expr)
setParent
expr - a Expression object.int getSize()
getSize
boolean containsSymbolicVariable()
<K,V> K accept(ExpressionVisitor<K,V> v, V arg)
Copyright © 2010–2017 EvoSuite. All rights reserved.