public interface IBinaryField extends IGenericField
| Modifier and Type | Method and Description |
|---|---|
IBinaryAnnotation[] |
getAnnotations()
Answer the runtime visible and invisible annotations for this field or null if none.
|
Constant |
getConstant() |
char[] |
getGenericSignature()
Answer the receiver's FieldSignature, which describes the field's type
as specified in "4.7.9.1 Signatures" of the Java SE 8 VM spec.
|
char[] |
getName()
Answer the name of the field.
|
long |
getTagBits()
Answer the tagbits set according to the bits for annotations.
|
IBinaryTypeAnnotation[] |
getTypeAnnotations()
Answer the runtime visible and invisible type annotations for this field or null if none.
|
char[] |
getTypeName()
Answer the resolved name of the receiver's type in the
class file format as specified in section 4.3.2 of the Java 2 VM spec.
|
getModifiersIBinaryAnnotation[] getAnnotations()
IBinaryTypeAnnotation[] getTypeAnnotations()
Constant getConstant()
char[] getGenericSignature()
char[] getName()
long getTagBits()
char[] getTypeName()