|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FieldDescriptor | |
---|---|
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. |
Uses of FieldDescriptor in org.eclipse.mat.parser.model |
---|
Methods in org.eclipse.mat.parser.model that return types with arguments of type FieldDescriptor | |
---|---|
List<FieldDescriptor> |
ClassImpl.getFieldDescriptors()
|
Constructors in org.eclipse.mat.parser.model with parameters of type FieldDescriptor | |
---|---|
ClassImpl(long address,
String name,
long superId,
long loaderId,
Field[] staticFields,
FieldDescriptor[] fields)
Construct a class object based on name, address and fields. |
Uses of FieldDescriptor in org.eclipse.mat.snapshot.model |
---|
Subclasses of FieldDescriptor in org.eclipse.mat.snapshot.model | |
---|---|
class |
Field
Describes a member variable, i.e. |
Methods in org.eclipse.mat.snapshot.model that return types with arguments of type FieldDescriptor | |
---|---|
List<FieldDescriptor> |
IClass.getFieldDescriptors()
Returns field descriptors for all member variables of instances of this class. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |