public final class StringReaderExpr extends AbstractExpression<Long> implements IntegerValue
concreteValue| Constructor and Description |
|---|
StringReaderExpr(Long conc_value,
StringValue string) |
StringReaderExpr(Long conc_value,
StringValue string,
int readerPosition) |
| Modifier and Type | Method and Description |
|---|---|
<K,V> K |
accept(ExpressionVisitor<K,V> v,
V arg) |
boolean |
equals(Object obj) |
Set<Object> |
getConstants() |
int |
getReaderPosition() |
StringValue |
getString() |
Set<Variable<?>> |
getVariables() |
int |
hashCode() |
String |
toString() |
containsSymbolicVariable, getConcreteValue, getParent, getSize, setParentclone, finalize, getClass, notify, notifyAll, wait, wait, waitcontainsSymbolicVariable, getConcreteValue, getParent, getSize, setParentpublic StringReaderExpr(Long conc_value, StringValue string)
public StringReaderExpr(Long conc_value, StringValue string, int readerPosition)
public Set<Variable<?>> getVariables()
getVariables in interface Expression<Long>public int getReaderPosition()
public StringValue getString()
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.