Uses of Class
org.eclipse.mat.snapshot.model.FieldDescriptor
Packages that use FieldDescriptor
Package
Description
The implementation of key snapshot objects such as representing classes, arrays, and objects in the snapshot.
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 FieldDescriptorConstructors in org.eclipse.mat.parser.model with parameters of type FieldDescriptorModifierConstructorDescriptionClassImpl
(long address, String name, long superAddress, long loaderAddress, 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.modelMethods in org.eclipse.mat.snapshot.model that return types with arguments of type FieldDescriptorModifier and TypeMethodDescriptionIClass.getFieldDescriptors()
Returns field descriptors for all member variables of instances of this class.