Class ClassFile.ConstantUtf8Info

    • Constructor Summary

      Constructors 
      Constructor Description
      ConstantUtf8Info​(java.lang.String s)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object o)  
      java.lang.String getString()  
      int hashCode()  
      boolean isWide()  
      void store​(java.io.DataOutputStream dos)  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ConstantUtf8Info

        public ConstantUtf8Info​(java.lang.String s)
    • Method Detail

      • getString

        public java.lang.String getString()
      • store

        public void store​(java.io.DataOutputStream dos)
                   throws java.io.IOException
        Specified by:
        store in class ClassFile.ConstantPoolInfo
        Throws:
        java.io.IOException
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object