Package org.eclipse.mat.parser.model
package org.eclipse.mat.parser.model
The implementation of key snapshot objects such as representing classes, arrays, and objects in the snapshot.
This is for use by the parser, not by queries.
-
ClassDescriptionThe general implementation of any Java array object (primitive array, object array).The general implementation of any Java object (plain object, array, class, classloader).Implementation of a Java object representing a java.lang.Class object.Implementation of a Java object representing a java.lang.ClassLoader object.Implementation of a plain Java object.Implementation of a Java object array.Implementation of a primitive array of type byte[], short[], int[], long[], boolean, char[], float[], double[].Holds details about a class, the number of instances and the shallow and retained sizes.Accumulated data about a class loader, including classes and shallow and retained sizes.Holds details about a garbage collection root.Basic information about the snapshot which can be updated as data is read from the dump.