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