public final class StringMultipleExpression extends AbstractExpression<String> implements StringValue, MultipleExpression<String>
StringMultipleExpression class.
| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
log |
concreteValue| Constructor and Description |
|---|
StringMultipleExpression(Expression<String> _left,
Operator _op,
Expression<?> _right,
ArrayList<Expression<?>> _other,
String con)
Constructor for StringMultipleExpression.
|
| 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> |
getLeftOperand()
getLeftOperand
|
Operator |
getOperator()
getOperator
|
ArrayList<Expression<?>> |
getOther()
getOther
|
Expression<?> |
getRightOperand()
getRightOperand
|
Set<Variable<?>> |
getVariables() |
int |
hashCode() |
String |
toString() |
containsSymbolicVariable, getConcreteValue, getParent, getSize, setParentclone, finalize, getClass, notify, notifyAll, wait, wait, waitcontainsSymbolicVariable, getConcreteValue, getParent, getSize, setParentpublic StringMultipleExpression(Expression<String> _left, Operator _op, Expression<?> _right, ArrayList<Expression<?>> _other, String con)
Constructor for StringMultipleExpression.
_left - a Expression object._op - a Operator object._right - a Expression object._other - a ArrayList object.con - a String object.public ArrayList<Expression<?>> getOther()
getOther
getOther in interface MultipleExpression<String>public Operator getOperator()
getOperator
getOperator in interface MultipleExpression<String>Operator object.public Expression<String> getLeftOperand()
getLeftOperand
getLeftOperand in interface MultipleExpression<String>Expression object.public Expression<?> getRightOperand()
getRightOperand
getRightOperand in interface MultipleExpression<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.