JavaScript is disabled on your browser.
Skip navigation links
gnu.bytecode

Class CpoolEntry

    • Field Summary

      Fields
      Modifier and Type Field and Description
      int index
      This entry's index in the constant pool.
    • Method Summary

      All Methods
      Modifier and Type Method and Description
      int getIndex ()
      abstract int getTag ()
      int hashCode ()
      abstract void print (ClassTypeWriter dst, int verbosity)
      Print this constant pool entry.
      • Methods inherited from class java.lang.Object

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

      • index

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

      • CpoolEntry

        protected CpoolEntry()
    • Method Detail

      • getIndex

        public int getIndex()
      • getTag

        public abstract int getTag()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.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.
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /