Package | Description |
---|---|
org.eclipse.mat.parser.model |
The implementation of key snapshot objects such as representing classes, arrays, and objects in the snapshot.
|
org.eclipse.mat.snapshot.model |
Snapshot entities, for example class, instances, class loaders, fields, GC roots.
|
Modifier and Type | Method and Description |
---|---|
List<FieldDescriptor> |
ClassImpl.getFieldDescriptors() |
Constructor and Description |
---|
ClassImpl(long address,
String name,
long superAddress,
long loaderAddress,
Field[] staticFields,
FieldDescriptor[] fields)
Construct a class object based on name, address and fields.
|
Modifier and Type | Class and Description |
---|---|
class |
Field
Describes a member variable, i.e.
|
Modifier and Type | Method and Description |
---|---|
List<FieldDescriptor> |
IClass.getFieldDescriptors()
Returns field descriptors for all member variables of instances of this
class.
|