Package gnu.bytecode

Class CpoolEntry

    • Field Detail

      • index

        public int index
        This entry's index in the constant pool.
    • Constructor Detail

      • CpoolEntry

        protected CpoolEntry()
      • CpoolEntry

        public CpoolEntry​(ConstantPool cpool,
                          int h)
    • Method Detail

      • getIndex

        public int getIndex()
      • getTag

        public abstract int getTag()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • print

        public abstract void print​(ClassTypeWriter dst,
                                   int verbosity)
        Print this constant pool entry. If verbosity==0, print very tersely (no extraneous text). If verbosity==1, prefix the type of the constant. If verbosity==2, add more descriptive text.