Class ConstantInfo.Ref

    • Field Detail

      • class_index

        private int class_index
      • name_and_type_index

        private int name_and_type_index
    • Constructor Detail

      • Ref

        public Ref​(int tag,
                   int class_index,
                   int name_and_type_index)
      • Ref

        public Ref​(int tag,
                   java.io.DataInput in)
            throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • initialize

        protected void initialize​(java.io.DataInput in)
                           throws java.io.IOException
        Specified by:
        initialize in class ConstantInfo
        Throws:
        java.io.IOException
      • write

        public void write​(java.io.DataOutput out)
                   throws java.io.IOException
        Specified by:
        write in interface Writable
        Overrides:
        write in class ConstantInfo
        Throws:
        java.io.IOException
      • getClass_index

        public int getClass_index()
      • getName_and_type_index

        public int getName_and_type_index()
      • equals

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

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