| Package | Description |
|---|---|
| qilin.core.builder | |
| qilin.core.builder.callgraph | |
| qilin.core.pag | |
| qilin.util.queue |
An efficient queue implementation to be used generally within Soot.
|
| Modifier and Type | Method and Description |
|---|---|
QueueReader<SootMethod> |
CallGraphBuilder.dispatch(Type type,
VirtualCallSite site) |
| Modifier and Type | Field and Description |
|---|---|
protected QueueReader<Edge> |
OnFlyCallGraph.reader |
| Modifier and Type | Method and Description |
|---|---|
QueueReader<Edge> |
OnFlyCallGraph.listener()
Returns a QueueReader object containing all edges added so far, and which will be informed of
any new edges that are later added to the graph.
|
QueueReader<Edge> |
OnFlyCallGraph.newListener()
Returns a QueueReader object which will contain ONLY NEW edges which will be added to the
graph.
|
| Modifier and Type | Method and Description |
|---|---|
QueueReader<Node> |
PAG.edgeReader() |
QueueReader<Node> |
MethodPAG.getInternalReader() |
| Modifier and Type | Method and Description |
|---|---|
QueueReader<E> |
QueueReader.clone() |
QueueReader<E> |
ChunkedQueue.reader()
Create reader which will read objects from the queue.
|
Copyright © 2024 Soot OSS. All rights reserved.