Class ClassFile.ConstantNameAndTypeInfo

    • Constructor Summary

      Constructors 
      Constructor Description
      ConstantNameAndTypeInfo​(short nameIndex, short descriptorIndex)  
    • Constructor Detail

      • ConstantNameAndTypeInfo

        public ConstantNameAndTypeInfo​(short nameIndex,
                                       short descriptorIndex)
    • Method Detail

      • getDescriptorIndex

        public short getDescriptorIndex()
      • 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