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 TypeClassDescriptionclassA CONSTANT_Class entry in the constant pool.classA CONSTANT_InvokeDynamic entry in the constant pool.classA CONSTANT_MethodHandle entry in the constant pool.classA CONSTANT_MethodType entry in the constant pool.classA CONSTANT_NameAndType entry in the constant pool.classA CONSTANT_{Field,Method,InterfaceMethod}Ref entry in the constant pool.classA CONSTANT_String entry in the constant pool.classA CONSTANT_Utf8 entry in the constant pool.classA CONSTANT_Integer or CONSTANT_Float entry in the constant pool.classA CONSTANT_Long or CONSTANT_Double entry in the constant pool.Methods in gnu.bytecode that return CpoolEntryModifier and TypeMethodDescriptionfinal CpoolEntryClassType.getConstant(int i) final CpoolEntryConstantPool.getPoolEntry(int index) Get the index'th entry in pool.Methods in gnu.bytecode with parameters of type CpoolEntryModifier and TypeMethodDescriptionfinal voidCodeAttr.emitPushConstant(CpoolEntry cnst) final voidClassTypeWriter.printOptionalIndex(CpoolEntry entry) final voidCodeAttr.putIndex2(CpoolEntry cnst)