Class ElementValueInfo


  • public class ElementValueInfo
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String name  
      java.lang.Object value  
    • Constructor Summary

      Constructors 
      Constructor Description
      ElementValueInfo​(java.lang.String name, java.lang.Object value)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) static ElementValueInfo read​(java.io.DataInput in, ConstantPool constant_pool)  
      (package private) static java.lang.Object readValue​(java.io.DataInput in, ConstantPool constant_pool)  
      java.lang.String toString()  
      (package private) static java.lang.String toString​(java.lang.Object value)  
      (package private) int value_length()  
      (package private) static int value_length​(java.lang.Object value)  
      (package private) void write​(java.io.DataOutput out, ConstantPool constant_pool)  
      (package private) static void writeValue​(java.io.DataOutput out, ConstantPool constant_pool, java.lang.Object value)  
      • Methods inherited from class java.lang.Object

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

      • name

        public final java.lang.String name
      • value

        public final java.lang.Object value
    • Constructor Detail

      • ElementValueInfo

        public ElementValueInfo​(java.lang.String name,
                                java.lang.Object value)
    • Method Detail

      • toString

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

        static java.lang.String toString​(java.lang.Object value)
      • read

        static ElementValueInfo read​(java.io.DataInput in,
                                     ConstantPool constant_pool)
                              throws java.io.IOException
        Throws:
        java.io.IOException
      • write

        void write​(java.io.DataOutput out,
                   ConstantPool constant_pool)
            throws java.io.IOException
        Throws:
        java.io.IOException
      • value_length

        int value_length()
      • readValue

        static java.lang.Object readValue​(java.io.DataInput in,
                                          ConstantPool constant_pool)
                                   throws java.io.IOException
        Throws:
        java.io.IOException
      • writeValue

        static void writeValue​(java.io.DataOutput out,
                               ConstantPool constant_pool,
                               java.lang.Object value)
                        throws java.io.IOException
        Throws:
        java.io.IOException
      • value_length

        static int value_length​(java.lang.Object value)