Class AnnotationData<T extends MemberData>

All Implemented Interfaces:
Printable
Direct Known Subclasses:
TypeAnnotationData

public class AnnotationData<T extends MemberData> extends MemberData
  • Field Details

    • visibleAnnotationToken

      protected String visibleAnnotationToken
    • invisibleAnnotationToken

      protected String invisibleAnnotationToken
    • dataName

      protected String dataName
    • annotationElements

      private final ArrayList<AnnotationElement> annotationElements
    • type_cpx

      private int type_cpx
    • invisible

      private final boolean invisible
  • Constructor Details

    • AnnotationData

      public AnnotationData(T data, boolean invisible)
  • Method Details