Interface | Description |
---|---|
HeapAnalyzedListener |
Listener to be called after the heap is analyzed.
|
Class | Description |
---|---|
JavaResolver |
The JavaResolver classes allow to apply the blacklist directly during the heap analysis phase, instead
of only afterwards.
|
JavaResolver.ResolvableStackFrame |
Allows applying the blacklist to a stack frame.
|
JavaResolver.ResolvableValue |
Allows applying the blacklist to Java JDI values.
|
JavaResolver.ResolvableVariable |
Allows applying the blacklist to Java JDI variables.
|
PrimitiveUtil |
Allows to convert
IValue to primitive values, if they are primitive. |
ProgramHeapVisitor |
The ProgramHeapVisitor is responsible for visiting the heap starting at some given value.
|
VisualizationInput |
Enum | Description |
---|---|
VisualizationInput.AnalysisReason |
Describes the reason for heap analysis to be performed.
|