|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--soot.toolkits.scalar.SimpleLocalDefs
Analysis that provides an implementation of the LocalDefs interface.
Constructor Summary | |
SimpleLocalDefs(CompleteUnitGraph g)
Computes the analysis given a CompleteUnitGraph computed from a method body. |
Method Summary | |
java.util.List |
getDefsOfAt(Local l,
Unit s)
Returns the definition sites for a Local at a certain point (Unit) in a method. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SimpleLocalDefs(CompleteUnitGraph g)
g
- a graph on which to compute the analysis.CompleteUnitGraph
Method Detail |
public java.util.List getDefsOfAt(Local l, Unit s)
LocalDefs
getDefsOfAt
in interface LocalDefs
l
- the Local in question.s
- a unit that specifies the method context (location)
to query for the definitions of the Local.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |