soot.jimple.toolkits.infoflow
Class ClassInfoFlowAnalysis
java.lang.Object
soot.jimple.toolkits.infoflow.ClassInfoFlowAnalysis
- public class ClassInfoFlowAnalysis
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
methodCount
public static int methodCount
ClassInfoFlowAnalysis
public ClassInfoFlowAnalysis(SootClass sootClass,
InfoFlowAnalysis dfa)
getMethodInfoFlowAnalysis
public SmartMethodInfoFlowAnalysis getMethodInfoFlowAnalysis(SootMethod method)
getMethodInfoFlowSummary
public MutableDirectedGraph getMethodInfoFlowSummary(SootMethod method)
getMethodInfoFlowSummary
public MutableDirectedGraph getMethodInfoFlowSummary(SootMethod method,
boolean doFullAnalysis)
triviallyConservativeInfoFlowAnalysis
public MutableDirectedGraph triviallyConservativeInfoFlowAnalysis(SootMethod sm)
- Does not require the method to have a body