Class AnnotationsAttribute.ElementValue

  • Enclosing class:
    AnnotationsAttribute

    public static class AnnotationsAttribute.ElementValue
    extends java.lang.Object
    • Field Detail

      • value

        private final java.lang.Object value
      • tag

        private final int tag
      • constantValueIndex

        private int constantValueIndex
    • Constructor Detail

      • ElementValue

        public ElementValue​(int tag,
                            java.lang.Object value)
    • Method Detail

      • getClassFileEntries

        public java.util.List<java.lang.Object> getClassFileEntries()
      • getLength

        public int getLength()
      • writeBody

        public void writeBody​(java.io.DataOutputStream dos)
                       throws java.io.IOException
        Throws:
        java.io.IOException