public final class IntegerConstant extends AbstractExpression<Long> implements IntegerValue
concreteValue| Constructor and Description |
|---|
IntegerConstant(long longValue)
Constructor for IntegerConstant.
|
| Modifier and Type | Method and Description |
|---|---|
<K,V> K |
accept(ExpressionVisitor<K,V> v,
V arg) |
boolean |
equals(Object obj) |
Set<Variable<?>> |
getVariables() |
int |
hashCode() |
String |
toString() |
containsSymbolicVariable, getConcreteValue, getConstants, getParent, getSize, setParentclone, finalize, getClass, notify, notifyAll, wait, wait, waitcontainsSymbolicVariable, getConcreteValue, getConstants, getParent, getSize, setParentpublic IntegerConstant(long longValue)
Constructor for IntegerConstant.
longValue - a long.public Set<Variable<?>> getVariables()
getVariables in interface Expression<Long>public <K,V> K accept(ExpressionVisitor<K,V> v, V arg)
accept in interface Expression<Long>Copyright © 2010–2017 EvoSuite. All rights reserved.