Uses of Class
org.eclipse.mat.snapshot.model.FieldDescriptor

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
 java.util.List<FieldDescriptor> ClassImpl.getFieldDescriptors()
           
 

Constructors in org.eclipse.mat.parser.model with parameters of type FieldDescriptor
ClassImpl(long address, java.lang.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
 java.util.List<FieldDescriptor> IClass.getFieldDescriptors()
          Returns field descriptors for all member variables of instances of this class.