Class AnnotatedMethodAttribute

  • All Implemented Interfaces:
    VMConstants

    public class AnnotatedMethodAttribute
    extends ClassAttribute
    AnnotatedMethodAttribute represents a class level attribute class file which identifies the level of annotation of the class.
    • Constructor Detail

      • AnnotatedMethodAttribute

        public AnnotatedMethodAttribute​(ConstUtf8 nameAttr,
                                        short version,
                                        short annFlags,
                                        InsnTarget[] annRanges)
        Constructor
    • Method Detail

      • getVersion

        public short getVersion()
      • setVersion

        public void setVersion​(short version)
      • getFlags

        public short getFlags()
      • setFlags

        public void setFlags​(short flags)
      • getAnnotationRanges

        public InsnTarget[] getAnnotationRanges()
      • setAnnotationRanges

        public void setAnnotationRanges​(InsnTarget[] ranges)