|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--soot.jimple.toolkits.invoke.VariableTypeAnalysis
An implementation of Variable Type Analysis (as defined in Vijay Sundaresan's thesis).
Constructor Summary | |
VariableTypeAnalysis(InvokeGraph ig)
Constructs a VariableTypeAnalysis object for the given InvokeGraph. |
Method Summary | |
java.util.List |
getReachingTypesOf(java.lang.Object o)
|
void |
trimActiveInvokeGraph()
Uses the results of this analysis to trim the active invoke graph. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public VariableTypeAnalysis(InvokeGraph ig)
Method Detail |
public java.util.List getReachingTypesOf(java.lang.Object o)
public void trimActiveInvokeGraph()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |