|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | 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).
Field Summary |
Fields inherited from interface soot.jimple.spark.PointsToAnalysis |
ARRAY_ELEMENTS_NODE, CAST_NODE, EXCEPTION_NODE, RETURN_NODE, RETURN_STRING_CONSTANT_NODE, STRING_ARRAY_NODE, STRING_ARRAY_NODE_LOCAL, STRING_NODE, STRING_NODE_LOCAL, THIS_NODE, THROW_NODE |
Constructor Summary | |
VariableTypeAnalysis(InvokeGraph ig)
Constructs a VariableTypeAnalysis object for the given InvokeGraph. |
Method Summary | |
java.util.List |
getReachingTypesOf(java.lang.Object o)
|
PointsToSet |
reachingObjects(SootMethod m,
Stmt stmt,
Local l)
Returns the set of objects reaching variable l before stmt in method. |
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()
public PointsToSet reachingObjects(SootMethod m, Stmt stmt, Local l)
PointsToAnalysis
reachingObjects
in interface PointsToAnalysis
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |