Uses of Class
org.apache.commons.compress.harmony.unpack200.bytecode.ConstantPoolEntry
-
Packages that use ConstantPoolEntry Package Description org.apache.commons.compress.harmony.unpack200 Internal package.org.apache.commons.compress.harmony.unpack200.bytecode Internal package. -
-
Uses of ConstantPoolEntry in org.apache.commons.compress.harmony.unpack200
Methods in org.apache.commons.compress.harmony.unpack200 that return ConstantPoolEntry Modifier and Type Method Description ConstantPoolEntrySegmentConstantPool. getClassPoolEntry(java.lang.String name)Gets the CPClass associated with a class name.ConstantPoolEntrySegmentConstantPool. getClassSpecificPoolEntry(int cp, long desiredIndex, java.lang.String desiredClassName)Gets the subset constant pool of the specified type to be just that which has the specified class name.ConstantPoolEntrySegmentConstantPool. getConstantPoolEntry(int type, long index)Gets the constant pool entry of the given type and index.ConstantPoolEntrySegmentConstantPool. getInitMethodPoolEntry(int cp, long value, java.lang.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.bytecode Modifier and Type Class Description classCPClassConstant pool entry for a classclassCPConstantAbstract superclass for constant pool constant entries such as numbers or StringsclassCPConstantNumberAbstract superclass for constant pool entries that are numbers.classCPDoubleDouble constant pool entry.classCPFieldRefField reference constant pool entry.classCPFloatFloat constant pool entry.classCPIntegerInteger constant pool entry.classCPInterfaceMethodRefInterface method reference constant pool entry.classCPLongLong constant pool entry.classCPMethodRefMethod reference constant pool entry.classCPNameAndTypeName and Type pair constant pool entry.classCPRefAbstract superclass for reference constant pool entries, such as a method or field reference.classCPStringString constant pool entry.classCPUTF8UTF8 constant pool entry, used for storing long Strings.
-