Klasse FieldInfoWithAnnotation

Alle implementierten Schnittstellen:
Comparable, IBinaryField, IGenericField
Bekannte direkte Unterklassen:
FieldInfoWithTypeAnnotation

public class FieldInfoWithAnnotation extends FieldInfo
  • Methodendetails

    • getAnnotations

      public IBinaryAnnotation[] getAnnotations()
      Beschreibung aus Schnittstelle kopiert: IBinaryField
      Answer the runtime visible and invisible annotations for this field or null if none.
      Angegeben von:
      getAnnotations in Schnittstelle IBinaryField
      Setzt außer Kraft:
      getAnnotations in Klasse FieldInfo
      Gibt zurück:
      the annotations or null if there is none.
    • initialize

      protected void initialize()
      Beschreibung aus Klasse kopiert: FieldInfo
      This method is used to fully initialize the contents of the receiver. All methodinfos, fields infos will be therefore fully initialized and we can get rid of the bytes.
      Setzt außer Kraft:
      initialize in Klasse FieldInfo
    • reset

      protected void reset()
      Setzt außer Kraft:
      reset in Klasse ClassFileStruct
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse FieldInfo