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