|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object soot.jimple.toolkits.infoflow.AbstractDataSource
public class AbstractDataSource
Constructor Summary | |
---|---|
AbstractDataSource(Object sourcename)
|
Method Summary | |
---|---|
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 |
getUseBoxes()
Returns a List of boxes corresponding to Values which are used by (ie contained within) this Value. |
String |
toString()
|
void |
toString(UnitPrinter up)
|
Methods inherited from class java.lang.Object |
---|
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AbstractDataSource(Object sourcename)
Method Detail |
---|
public List getUseBoxes()
Value
getUseBoxes
in interface Value
public Object clone()
clone
in interface Value
clone
in class Object
public boolean equivTo(Object c)
equivTo
in interface EquivTo
public boolean equals(Object c)
equals
in class Object
public int equivHashCode()
equivHashCode
in interface EquivTo
public void toString(UnitPrinter up)
toString
in interface Value
public Type getType()
Value
getType
in interface Value
public void apply(Switch sw)
Switchable
apply
in interface Switchable
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |