public final class StringUnaryExpression extends AbstractExpression<String> implements StringValue, UnaryExpression<String>
StringUnaryExpression class.
| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
log |
concreteValue| Constructor and Description |
|---|
StringUnaryExpression(Expression<String> param,
Operator op2,
String con)
Constructor for StringUnaryExpression.
|
| Modifier and Type | Method and Description |
|---|---|
<K,V> K |
accept(ExpressionVisitor<K,V> v,
V arg) |
boolean |
equals(Object obj) |
Set<Object> |
getConstants() |
Expression<String> |
getOperand()
getOperand
|
Operator |
getOperator()
getOperator
|
Set<Variable<?>> |
getVariables() |
int |
hashCode() |
String |
toString() |
containsSymbolicVariable, getConcreteValue, getParent, getSize, setParentclone, finalize, getClass, notify, notifyAll, wait, wait, waitcontainsSymbolicVariable, getConcreteValue, getParent, getSize, setParentpublic StringUnaryExpression(Expression<String> param, Operator op2, String con)
Constructor for StringUnaryExpression.
param - a Expression object.op2 - a Operator object.con - a String object.public Operator getOperator()
getOperator
getOperator in interface UnaryExpression<String>Operator object.public Expression<String> getOperand()
getOperand
getOperand in interface UnaryExpression<String>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.