| Package | Description |
|---|---|
| qilin.core.context | |
| qilin.core.pag |
| Modifier and Type | Class and Description |
|---|---|
class |
TypeContextElement
Type based context element in the points to analysis.
|
| Modifier and Type | Method and Description |
|---|---|
ContextElement |
ContextElements.get(int i) |
ContextElement[] |
ContextElements.getElements() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ContextElements.contains(ContextElement heap) |
static ContextElements |
ContextElements.newContext(ContextElements c,
ContextElement ce,
int depth)
Compose a new context by a given context and a heap.
|
| Constructor and Description |
|---|
ContextElements(ContextElement[] array,
int s) |
| Modifier and Type | Class and Description |
|---|---|
class |
AllocNode
Represents an allocation site node in the pointer assignment graph.
|
class |
CallSite
callsite based context element in the points to analysis.
|
class |
ClassConstantNode
Represents an allocation site node the represents a known java.lang.Class object.
|
class |
ConstantNode |
class |
ContextAllocNode |
class |
StringConstantNode
Represents an allocation site node the represents a constant string.
|
class |
VirtualCallSite
Holds relevant information about a particular virtual call site.
|
Copyright © 2024 Soot OSS. All rights reserved.