Documentation of 'org.apache.bcel.classfile.Annotations' Java class
Annotations
org.apache.bcel.classfile

Class Annotations

    • Constructor Detail

      • Annotations

        public Annotations(byte annotationType,
                           int nameIndex,
                           int length,
                           AnnotationEntry[] annotationTable,
                           ConstantPool constantPool,
                           boolean isRuntimeVisible)
        Parameters:
        annotationType - the subclass type of the annotation
        nameIndex - Index pointing to the name Code
        length - Content length in bytes
        annotationTable - the actual annotations
        constantPool - Array of constants
    • Method Detail

      • accept

        public void accept(Visitor v)
        Called by objects that are traversing the nodes of the tree implicitely defined by the contents of a Java class. I.e., the hierarchy of methods, fields, attributes, etc. spawns a tree of objects.
        Specified by:
        accept in interface Node
        Specified by:
        accept in class Attribute
        Parameters:
        v - Visitor object
      • setAnnotationTable

        public final void setAnnotationTable(AnnotationEntry[] annotationTable)
        Parameters:
        annotationTable - the entries to set in this annotation
      • getAnnotationEntries

        public AnnotationEntry[] getAnnotationEntries()
        returns the array of annotation entries in this annotation
      • getNumAnnotations

        public final int getNumAnnotations()
        Returns:
        the number of annotation entries in this annotation
      • isRuntimeVisible

        public boolean isRuntimeVisible()

DataMelt 3.0 © DataMelt by jWork.ORG

Ads help maintain this website.