public final class StringBinaryToIntegerExpression extends AbstractExpression<Long> implements IntegerValue, BinaryExpression<String>
StringBinaryExpression class.
| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
log |
concreteValue| Constructor and Description |
|---|
StringBinaryToIntegerExpression(Expression<String> left2,
Operator op2,
Expression<?> right2,
Long con)
Constructor for StringBinaryExpression.
|
| 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
|
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 StringBinaryToIntegerExpression(Expression<String> left2, Operator op2, Expression<?> right2, Long con)
Constructor for StringBinaryExpression.
left2 - a Expression object.op2 - a Operator object.right2 - a Expression object.con - a String object.public Operator getOperator()
getOperator
getOperator in interface BinaryExpression<String>Operator object.public Expression<String> getLeftOperand()
getLeftOperand
getLeftOperand in interface BinaryExpression<String>Expression object.public Expression<?> getRightOperand()
getRightOperand
getRightOperand in interface BinaryExpression<String>Expression object.public Set<Variable<?>> getVariables()
getVariables in interface Expression<Long>public Set<Object> getConstants()
getConstants in interface Expression<Long>getConstants in class AbstractExpression<Long>public <K,V> K accept(ExpressionVisitor<K,V> v, V arg)
accept in interface Expression<Long>Copyright © 2010–2017 EvoSuite. All rights reserved.