Class ElementValuePair


  • public class ElementValuePair
    extends java.lang.Object
    an annotation's element value pair
    Since:
    6.0
    • Constructor Detail

      • ElementValuePair

        public ElementValuePair​(int elementNameIndex,
                                ElementValue elementValue,
                                ConstantPool constantPool)
    • Method Detail

      • getNameString

        public java.lang.String getNameString()
      • getNameIndex

        public int getNameIndex()
      • toShortString

        public java.lang.String toShortString()
      • dump

        protected void dump​(java.io.DataOutputStream dos)
                     throws java.io.IOException
        Throws:
        java.io.IOException