| Package | Description |
|---|---|
| qilin.core.context | |
| qilin.pta.toolkits.bean |
| Modifier and Type | Method and Description |
|---|---|
static ContextElements |
ContextElements.newContext(ContextElements c,
ContextElement ce,
int depth)
Compose a new context by a given context and a heap.
|
| Modifier and Type | Method and Description |
|---|---|
static ContextElements |
ContextElements.newContext(ContextElements c,
ContextElement ce,
int depth)
Compose a new context by a given context and a heap.
|
| Modifier and Type | Field and Description |
|---|---|
protected Map<Pair<ContextElements,AllocNode>,Set<Pair<ContextElements,AllocNode>>> |
ContextSelector.allocation |
protected Map<Pair<ContextElements,AllocNode>,Set<Pair<ContextElements,AllocNode>>> |
ContextSelector.allocation |
protected Map<AllocNode,Set<ContextElements>> |
ContextSelector.contextMap |
| Modifier and Type | Method and Description |
|---|---|
Set<Pair<ContextElements,AllocNode>> |
ContextSelector.allocatedBy(ContextElements ctx,
AllocNode heap) |
Set<ContextElements> |
ContextSelector.contextsOf(AllocNode heap) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ContextSelector.addAllocation(ContextElements ctx,
AllocNode heap,
ContextElements newCtx,
AllocNode succ) |
Set<Pair<ContextElements,AllocNode>> |
ContextSelector.allocatedBy(ContextElements ctx,
AllocNode heap) |
Copyright © 2024 Soot OSS. All rights reserved.