Uses of Class
gnu.bytecode.CpoolEntry
Packages that use CpoolEntry
Package
Description
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.bytecodeModifier and TypeClassDescriptionclass
A CONSTANT_Class entry in the constant pool.class
A CONSTANT_InvokeDynamic entry in the constant pool.class
A CONSTANT_MethodHandle entry in the constant pool.class
A CONSTANT_MethodType entry in the constant pool.class
A CONSTANT_NameAndType entry in the constant pool.class
A CONSTANT_{Field,Method,InterfaceMethod}Ref entry in the constant pool.class
A CONSTANT_String entry in the constant pool.class
A CONSTANT_Utf8 entry in the constant pool.class
A CONSTANT_Integer or CONSTANT_Float entry in the constant pool.class
A CONSTANT_Long or CONSTANT_Double entry in the constant pool.Methods in gnu.bytecode that return CpoolEntryModifier and TypeMethodDescriptionfinal CpoolEntry
ClassType.getConstant
(int i) final CpoolEntry
ConstantPool.getPoolEntry
(int index) Get the index'th entry in pool.Methods in gnu.bytecode with parameters of type CpoolEntryModifier and TypeMethodDescriptionfinal void
CodeAttr.emitPushConstant
(CpoolEntry cnst) final void
ClassTypeWriter.printOptionalIndex
(CpoolEntry entry) final void
CodeAttr.putIndex2
(CpoolEntry cnst)