Uses of Class
gnu.bytecode.CpoolEntry
-
Packages that use CpoolEntry Package Description 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 Modifier and Type Class Description class
CpoolClass
A CONSTANT_Class entry in the constant pool.class
CpoolInvokeDynamic
A CONSTANT_InvokeDynamic entry in the constant pool.class
CpoolMethodHandle
A CONSTANT_MethodHandle entry in the constant pool.class
CpoolMethodType
A CONSTANT_MethodType 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
A CONSTANT_Utf8 entry in the constant pool.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 Modifier and Type Method Description 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 Modifier and Type Method Description void
CodeAttr. emitPushConstant(CpoolEntry cnst)
void
ClassTypeWriter. printOptionalIndex(CpoolEntry entry)
void
CodeAttr. putIndex2(CpoolEntry cnst)
-