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.classfiles. -
-
Uses of CpoolEntry in gnu.bytecode
Subclasses of CpoolEntry in gnu.bytecode Modifier and Type Class Description classCpoolClassA CONSTANT_Class entry in the constant pool.classCpoolInvokeDynamicA CONSTANT_InvokeDynamic entry in the constant pool.classCpoolMethodHandleA CONSTANT_MethodHandle entry in the constant pool.classCpoolMethodTypeA CONSTANT_MethodType entry in the constant pool.classCpoolNameAndTypeA CONSTANT_NameAndType entry in the constant pool.classCpoolRefA CONSTANT_{Field,Method,InterfaceMethod}Ref entry in the constant pool.classCpoolStringA CONSTANT_String entry in the constant pool.classCpoolUtf8A CONSTANT_Utf8 entry in the constant pool.classCpoolValue1A CONSTANT_Integer or CONSTANT_Float entry in the constant pool.classCpoolValue2A CONSTANT_Long or CONSTANT_Double entry in the constant pool.Methods in gnu.bytecode that return CpoolEntry Modifier and Type Method Description CpoolEntryClassType. getConstant(int i)CpoolEntryConstantPool. getPoolEntry(int index)Get the index'th entry in pool.Methods in gnu.bytecode with parameters of type CpoolEntry Modifier and Type Method Description voidCodeAttr. emitPushConstant(CpoolEntry cnst)voidClassTypeWriter. printOptionalIndex(CpoolEntry entry)voidCodeAttr. putIndex2(CpoolEntry cnst)
-