Uses of Class
gnu.bytecode.CpoolEntry

Packages that use CpoolEntry
gnu.bytecode Contains classes to generate, read, write, and print Java bytecode in the form of .class files. 
 

Uses of CpoolEntry in gnu.bytecode
 

Subclasses of CpoolEntry in gnu.bytecode
 class CpoolClass
          A CONSTANT_Class entry in the constant pool.
 class CpoolFloat
          A CONSTANT_Float entry in the constant pool.
 class CpoolNameAndType
          A CONSTANT_NameAndType entry in the constant pool.
 class CpoolRef
          A CONSTANT_{Field,Method,InterfaceMethod}Ref entry in the constant pool.
 class CpoolString
          A CONSTANT_String entry in the constant pool.
 class CpoolUtf8
           
 class CpoolValue1
          A CONSTANT_Integer or CONSTANT_Float entry in the constant pool.
 class CpoolValue2
          A CONSTANT_Long or CONSTANT_Double entry in the constant pool.
 

Methods in gnu.bytecode that return CpoolEntry
 CpoolEntry ClassType.getConstant(int i)
           
 CpoolEntry ConstantPool.getPoolEntry(int index)
          Get the index'th entry in pool.
 

Methods in gnu.bytecode with parameters of type CpoolEntry
 void CodeAttr.emitPushConstant(CpoolEntry cnst)
           
 void ClassTypeWriter.printOptionalIndex(CpoolEntry entry)
           
 void CodeAttr.putIndex2(CpoolEntry cnst)