public final class IntegerBinaryExpression extends AbstractExpression<Long> implements IntegerValue, BinaryExpression<Long>
| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
log |
concreteValue| Constructor and Description |
|---|
IntegerBinaryExpression(Expression<Long> left,
Operator op2,
Expression<Long> right,
Long con)
Constructor for IntegerBinaryExpression.
|
| 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> |
getLeftOperand()
getLeftOperand
|
Operator |
getOperator()
getOperator
|
Expression<Long> |
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 IntegerBinaryExpression(Expression<Long> left, Operator op2, Expression<Long> right, Long con)
Constructor for IntegerBinaryExpression.
left - a Expression object.op2 - a Operator object.right - a Expression object.con - a Long object.public Operator getOperator()
getOperator
getOperator in interface BinaryExpression<Long>Operator object.public Expression<Long> getLeftOperand()
getLeftOperand
getLeftOperand in interface BinaryExpression<Long>Expression object.public Expression<Long> getRightOperand()
getRightOperand
getRightOperand in interface BinaryExpression<Long>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.