|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--soot.jimple.ReachingTypeDumper
Dumps the reaching types of each local variable to a file in a format that can be easily compared with results of other analyses, such as VTA.
Field Summary | |
protected PointsToAnalysis |
pa
|
Constructor Summary | |
ReachingTypeDumper(PointsToAnalysis pa)
|
Method Summary | |
void |
dump()
|
protected void |
handleClass(java.io.PrintWriter out,
SootClass c)
|
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
protected PointsToAnalysis pa
Constructor Detail |
public ReachingTypeDumper(PointsToAnalysis pa)
Method Detail |
public void dump()
protected void handleClass(java.io.PrintWriter out, SootClass c)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |