public interface Field extends FieldReference, Member
Reference.InvalidReferenceException| Modifier and Type | Method and Description |
|---|---|
int |
getAccessFlags()
Gets the access flags for this field.
|
java.util.Set<? extends Annotation> |
getAnnotations()
Gets a set of the annotations that are applied to this field.
|
java.lang.String |
getDefiningClass()
Gets the type of the class that defines this field.
|
EncodedValue |
getInitialValue()
Gets the initial value for this field, if available.
|
java.lang.String |
getName()
Gets the name of this field.
|
java.lang.String |
getType()
Gets the type of this field.
|
compareTo, equals, hashCodevalidateReference@Nonnull java.lang.String getDefiningClass()
getDefiningClass in interface FieldReferencegetDefiningClass in interface Member@Nonnull java.lang.String getName()
getName in interface FieldReferencegetName in interface Member@Nonnull java.lang.String getType()
getType in interface FieldReferenceint getAccessFlags()
getAccessFlags in interface Member@Nullable EncodedValue getInitialValue()
@Nonnull java.util.Set<? extends Annotation> getAnnotations()
getAnnotations in interface Annotatable