Class AnnotationVal

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

    public class AnnotationVal
    extends ElementValue
    • Constructor Detail

      • AnnotationVal

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

      • write

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

        public java.lang.Object getValue()
      • 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)