public class AbstractDataSource extends Object implements Value
Constructor and Description |
---|
AbstractDataSource(Object sourcename) |
Modifier and Type | Method and Description |
---|---|
void |
apply(Switch sw)
Called when this object is visited.
|
Object |
clone()
Clones the object.
|
boolean |
equals(Object c) |
int |
equivHashCode()
Returns a hash code consistent with structural equality for this object.
|
boolean |
equivTo(Object c)
Returns true if this object is structurally equivalent to c.
|
Type |
getType()
Returns the Soot type of this Value.
|
List<ValueBox> |
getUseBoxes()
Returns a List of boxes corresponding to Values
which are used by (ie contained within) this Value.
|
String |
toString() |
void |
toString(UnitPrinter up) |
public AbstractDataSource(Object sourcename)
public List<ValueBox> getUseBoxes()
Value
getUseBoxes
in interface Value
public Object clone()
public boolean equivTo(Object c)
public int equivHashCode()
equivHashCode
in interface EquivTo
public void toString(UnitPrinter up)
public Type getType()
Value
public void apply(Switch sw)
Switchable
apply
in interface Switchable