Uses of Class
org.eclipse.mat.snapshot.model.Field
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 Field in org.eclipse.mat.parser.model
ModifierConstructorDescriptionClassImpl
(long address, String name, long superAddress, long loaderAddress, Field[] staticFields, FieldDescriptor[] fields) Construct a class object based on name, address and fields.ModifierConstructorDescriptionClassLoaderImpl
(int objectId, long address, ClassImpl clazz, List<Field> fields) Constructs a class loader object.InstanceImpl
(int objectId, long address, ClassImpl clazz, List<Field> fields) Construct a representation of plain java object in the snapshot. -
Uses of Field in org.eclipse.mat.snapshot.model
Modifier and TypeMethodDescriptionReturns the field identified by the name.