Class ConstantPoolEntry

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static byte CP_Class
      The constant 7 for a constant pool class.
      static byte CP_Double
      The constant 6 for a constant pool double.
      static byte CP_Fieldref
      The constant 9 for a constant pool field reference.
      static byte CP_Float
      The constant 4 for a constant pool float.
      static byte CP_Integer
      The constant 3 for a constant pool int.
      static byte CP_InterfaceMethodref
      The constant 11 for a constant pool interface method reference.
      static byte CP_Long
      The constant 5 for a constant pool long.
      static byte CP_Methodref
      The constant 10 for a constant pool method reference.
      static byte CP_NameAndType
      The constant 12 for a constant pool name and type.
      static byte CP_String
      The constant 8 for a constant pool string.
      static byte CP_UTF8
      The constant 1 for a constant pool UTF8.
      protected int globalIndex
      Global index.
      • Fields inherited from class org.apache.commons.compress.harmony.unpack200.bytecode.ClassFileEntry

        NONE