| Interface | Description |
|---|---|
| SparkField |
Represents a field.
|
| Class | Description |
|---|---|
| AllocNode |
Represents an allocation site node in the pointer assignment graph.
|
| ArrayElement |
Represents an array element.
|
| CallSite |
callsite based context element in the points to analysis.
|
| ClassConstantNode |
Represents an allocation site node the represents a known java.lang.Class object.
|
| ConstantNode | |
| ContextAllocNode | |
| ContextField | |
| ContextMethod | |
| ContextVarNode | |
| ExceptionThrowSite | |
| Field |
a wrapper of normal field.
|
| FieldRefNode |
Represents a field reference node in the pointer assignment graph.
|
| FieldValNode | |
| GlobalVarNode |
Represents a simple variable node in the pointer assignment graph that is not associated with any
particular method invocation.
|
| LocalVarNode | |
| MergedNewExpr | |
| MethodPAG |
Part of a pointer assignment graph for a single method.
|
| Node |
Represents every node in the pointer assignment graph.
|
| PAG |
Pointer assignment graph.
|
| Parm |
Represents a method parameter.
|
| StringConstantNode |
Represents an allocation site node the represents a constant string.
|
| ValNode |
Represents a simple of pointer node in the pointer assignment graph.
|
| VarNode |
Represents a simple variable node in the pointer assignment graph.
|
| VirtualCallSite |
Holds relevant information about a particular virtual call site.
|
Copyright © 2024 Soot OSS. All rights reserved.