| Package | Description |
|---|---|
| soot.jimple.toolkits.infoflow | |
| soot.toolkits.graph |
Toolkit to produce and manipulate various types of control flow
graphs.
|
| Modifier and Type | Method and Description |
|---|---|
protected MutableDirectedGraph |
InfoFlowAnalysis.getInvokeAbbreviatedInfoFlowGraph(InvokeExpr ie,
SootMethod context) |
MutableDirectedGraph |
SimpleMethodInfoFlowAnalysis.getMethodInfoFlowSummary() |
MutableDirectedGraph |
ClassInfoFlowAnalysis.getMethodInfoFlowSummary(SootMethod method) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ReversibleGraph
DirectedGraph which can be reversed and re-reversed.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HashMutableDirectedGraph
HashMap based implementation of a MutableBlockGraph.
|
class |
HashReversibleGraph
A reversible version of HashMutableDirectedGraph
|
class |
MemoryEfficientGraph
A memory efficient version of HashMutableDirectedGraph, in the sense
that throw-away objects passed as arguments will not be kept in the
process of adding edges.
|
| Modifier and Type | Method and Description |
|---|---|
MutableDirectedGraph |
MutableEdgeLabelledDirectedGraph.getEdgesForLabel(java.lang.Object label)
Returns a MutableDirectedGraph consisting of
all edges with the given label and their nodes.
|
MutableDirectedGraph |
HashMutableEdgeLabelledDirectedGraph.getEdgesForLabel(java.lang.Object label) |
Copyright © 2012-2019 RoboVM AB. All Rights Reserved.