Class ArrayValue

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

    public class ArrayValue
    extends ElementValue
    • Constructor Summary

      Constructors 
      Constructor Description
      ArrayValue​(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.Object getValue()  
      java.lang.String toString()  
      void write​(java.io.DataOutput out)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ArrayValue

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

      • getValue

        public java.lang.Object getValue()
      • write

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

        public java.lang.String toString()
        Specified by:
        toString in interface javax.lang.model.element.AnnotationValue
        Overrides:
        toString in class java.lang.Object
      • accept

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