public class FlowAnalysis extends Object
| Constructor and Description |
|---|
FlowAnalysis(PTA pta,
PotentialContextElement pce,
ObjectFlowGraph ofg) |
| Modifier and Type | Method and Description |
|---|---|
void |
analyze(SootMethod startMethod) |
void |
clear() |
Set<Node> |
getFlowNodes() |
ConcurrentDirectedGraphImpl<Node> |
getPFG() |
void |
initialize(Type type,
Set<SootMethod> inms,
Set<SootMethod> outms) |
int |
numberOfPFGEdges() |
int |
numberOfPFGNodes() |
public FlowAnalysis(PTA pta, PotentialContextElement pce, ObjectFlowGraph ofg)
public void initialize(Type type, Set<SootMethod> inms, Set<SootMethod> outms)
public void analyze(SootMethod startMethod)
public int numberOfPFGNodes()
public int numberOfPFGEdges()
public ConcurrentDirectedGraphImpl<Node> getPFG()
public void clear()
Copyright © 2024 Soot OSS. All rights reserved.