Class FlowAnalysis
java.lang.Object
qilin.pta.toolkits.zipper.flowgraph.FlowAnalysis
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
analyze
(SootMethod startMethod) void
clear()
getPFG()
void
initialize
(Type type, Set<SootMethod> inms, Set<SootMethod> outms) int
int
-
Constructor Details
-
FlowAnalysis
-
-
Method Details
-
initialize
-
analyze
-
getFlowNodes
-
numberOfPFGNodes
public int numberOfPFGNodes() -
numberOfPFGEdges
public int numberOfPFGEdges() -
getPFG
-
clear
public void clear()
-