public class FieldData extends Object
Modifier and Type | Method and Description |
---|---|
String |
contendedGroup()
Get contentded group of the field.
|
static FieldData |
create(String hostKlass,
String fieldName,
String fieldType)
Creates the synthetic field data.
|
String |
hostClass()
Answers the class for the field holder.
|
boolean |
isContended()
Answers whether the field has contentded annotation.
|
String |
name()
Answers the field name.
|
static FieldData |
parse(Field field)
Parses the field data from the existing field.
|
Field |
refField()
Get original Field.
|
String |
toString() |
String |
typeClass()
Answers the class for the field type
|
long |
vmOffset()
The VM offset for the field, as discovered.
|
public static FieldData create(String hostKlass, String fieldName, String fieldType)
hostKlass
- class name where the field is declaredfieldName
- field namefieldType
- string representation of field typepublic static FieldData parse(Field field)
field
- field to parsepublic String typeClass()
public String hostClass()
public String name()
public boolean isContended()
public String contendedGroup()
public Field refField()
public long vmOffset()
Copyright © 2017. All Rights Reserved.