Class ElementValue

    • Constructor Detail

      • ElementValue

        protected ElementValue​(int type,
                               ConstantPool cpool)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • getElementValueType

        public int getElementValueType()
      • stringifyValue

        public abstract java.lang.String stringifyValue()
      • dump

        public abstract void dump​(java.io.DataOutputStream dos)
                           throws java.io.IOException
        Throws:
        java.io.IOException
      • readElementValue

        public static ElementValue readElementValue​(java.io.DataInput input,
                                                    ConstantPool cpool)
                                             throws java.io.IOException
        Throws:
        java.io.IOException
      • toShortString

        public java.lang.String toShortString()