Uses of Class
org.openjdk.jol.info.FieldData

Packages that use FieldData
org.openjdk.jol.info   
 

Uses of FieldData in org.openjdk.jol.info
 

Methods in org.openjdk.jol.info that return FieldData
static FieldData FieldData.create(String hostKlass, String fieldName, String fieldType)
          Creates the synthetic field data.
static FieldData FieldData.parse(Field field)
          Parses the field data from the existing field.
 

Methods in org.openjdk.jol.info that return types with arguments of type FieldData
 Collection<FieldData> ClassData.fields()
          Get the fields' data, including all the fields in the hierarchy.
 Collection<FieldData> ClassData.fieldsFor(String klass)
          Get the fields' data for the given class.
 

Methods in org.openjdk.jol.info with parameters of type FieldData
 void ClassData.addField(FieldData fieldData)
          Add the field data.
 

Constructors in org.openjdk.jol.info with parameters of type FieldData
FieldLayout(FieldData fieldData, int offset, int size)
          Construct field layout with discovered offset and field size.
 



Copyright © 2013. All Rights Reserved.