Class ConstantPool.StringInfo

    • Field Summary

      Fields 
      Modifier and Type Field Description
      int string_index  
    • Constructor Summary

      Constructors 
      Constructor Description
      StringInfo​(int string_index)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int tag()  
      java.lang.String toString()  
      void write​(java.io.DataOutput out)  
      • Methods inherited from class java.lang.Object

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

      • string_index

        public final int string_index
    • Constructor Detail

      • StringInfo

        public StringInfo​(int string_index)
    • Method Detail

      • write

        public void write​(java.io.DataOutput out)
                   throws java.io.IOException
        Specified by:
        write in interface ConstantPool.Info
        Throws:
        java.io.IOException
      • toString

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