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