| Package | Description |
|---|---|
| qilin.pta.toolkits.common | |
| qilin.pta.toolkits.conch | |
| qilin.pta.toolkits.turner | |
| qilin.util.graph |
| Modifier and Type | Class and Description |
|---|---|
class |
DebloatedOAG |
class |
OAG
Implementation of Object Allocation Graph (OAG).
|
| Modifier and Type | Class and Description |
|---|---|
class |
CSDG |
class |
SMPAG |
| Modifier and Type | Class and Description |
|---|---|
class |
MethodLevelCallGraph |
| Modifier and Type | Class and Description |
|---|---|
class |
ConcurrentDirectedGraphImpl<N> |
class |
DirectedGraphImpl<N> |
class |
SCCMergedGraph<N> |
| Modifier and Type | Method and Description |
|---|---|
List<N> |
TopologicalSorter.sort(DirectedGraph<N> graph) |
List<N> |
TopologicalSorter.sort(DirectedGraph<N> graph,
boolean reverse) |
| Constructor and Description |
|---|
Reachability(DirectedGraph<N> graph) |
SCCMergedGraph(DirectedGraph<N> graph) |
StronglyConnectedComponents(DirectedGraph<N> graph) |
Copyright © 2024 Soot OSS. All rights reserved.