Uses of Class
org.openjdk.jol.info.FieldData
Packages that use FieldData
-
Uses of FieldData in org.openjdk.jol.info
Fields in org.openjdk.jol.info declared as FieldDataFields in org.openjdk.jol.info with type parameters of type FieldDataMethods in org.openjdk.jol.info that return FieldDataModifier and TypeMethodDescriptionstatic FieldData
Creates the synthetic field data.static FieldData
FieldData.create
(String hostKlass, String fieldName, String fieldType, boolean isContended, String contendedGroup) Creates the field data.(package private) FieldData
FieldLayout.data()
static FieldData
Parses the field data from the existing field.Methods in org.openjdk.jol.info that return types with arguments of type FieldDataModifier and TypeMethodDescriptionClassData.fields()
Get the fields' data, including all the fields in the hierarchy.Get the fields' data for the given class.ClassData.ownFields()
Get the fields' of the own fields.Methods in org.openjdk.jol.info with parameters of type FieldDataModifier and TypeMethodDescriptionvoid
Add the field data.Constructors in org.openjdk.jol.info with parameters of type FieldDataModifierConstructorDescriptionFieldLayout
(FieldData fieldData, long offset, long size) Construct field layout with discovered offset and field size. -
Uses of FieldData in org.openjdk.jol.layouters
Methods in org.openjdk.jol.layouters with parameters of type FieldDataModifier and TypeMethodDescription(package private) static FieldAllocationType
FieldAllocationType.allocationTypeFor
(FieldData field)