Class ClassInfoIndex

  • All Implemented Interfaces:
    javax.lang.model.element.AnnotationValue, Writable

    public class ClassInfoIndex
    extends ElementValue
    • Constructor Summary

      Constructors 
      Constructor Description
      ClassInfoIndex​(ClassFile classFile, int tag, java.io.DataInput in)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <R,​P>
      R
      accept​(javax.lang.model.element.AnnotationValueVisitor<R,​P> v, P p)  
      int getLength()  
      java.lang.String getReturnDescriptor()  
      java.lang.Object getValue()  
      void write​(java.io.DataOutput out)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface javax.lang.model.element.AnnotationValue

        toString
    • Field Detail

      • classInfoIndex

        private final int classInfoIndex
    • Constructor Detail

      • ClassInfoIndex

        public ClassInfoIndex​(ClassFile classFile,
                              int tag,
                              java.io.DataInput in)
                       throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • getReturnDescriptor

        public java.lang.String getReturnDescriptor()
      • write

        public void write​(java.io.DataOutput out)
                   throws java.io.IOException
        Throws:
        java.io.IOException
      • getValue

        public java.lang.Object getValue()
      • accept

        public <R,​P> R accept​(javax.lang.model.element.AnnotationValueVisitor<R,​P> v,
                                    P p)