Uses of Class
org.apache.commons.compress.harmony.unpack200.bytecode.ConstantPoolEntry
Packages that use ConstantPoolEntry
Package
Description
Internal package.
Internal package.
-
Uses of ConstantPoolEntry in org.apache.commons.compress.harmony.unpack200
Methods in org.apache.commons.compress.harmony.unpack200 that return ConstantPoolEntryModifier and TypeMethodDescriptionSegmentConstantPool.getClassPoolEntry(String name) Gets the CPClass associated with a class name.SegmentConstantPool.getClassSpecificPoolEntry(int cp, long desiredIndex, String desiredClassName) Gets the subset constant pool of the specified type to be just that which has the specified class name.SegmentConstantPool.getConstantPoolEntry(int type, long index) Gets the constant pool entry of the given type and index.SegmentConstantPool.getInitMethodPoolEntry(int cp, long value, String desiredClassName) Gets theinitmethod for the specified class. -
Uses of ConstantPoolEntry in org.apache.commons.compress.harmony.unpack200.bytecode
Subclasses of ConstantPoolEntry in org.apache.commons.compress.harmony.unpack200.bytecodeModifier and TypeClassDescriptionclassConstant pool entry for a classclassAbstract superclass for constant pool constant entries such as numbers or StringsclassAbstract superclass for constant pool entries that are numbers.classDouble constant pool entry.classField reference constant pool entry.classFloat constant pool entry.classInteger constant pool entry.classInterface method reference constant pool entry.classLong constant pool entry.classMethod reference constant pool entry.className and Type pair constant pool entry.classAbstract superclass for reference constant pool entries, such as a method or field reference.classString constant pool entry.classUTF8 constant pool entry, used for storing long Strings.