Uses of Class
kala.compress.harmony.unpack200.bytecode.ConstantPoolEntry
-
Packages that use ConstantPoolEntry Package Description kala.compress.harmony.unpack200 Internal package.kala.compress.harmony.unpack200.bytecode Internal package. -
-
Uses of ConstantPoolEntry in kala.compress.harmony.unpack200
Methods in kala.compress.harmony.unpack200 that return ConstantPoolEntry Modifier and Type Method Description ConstantPoolEntrySegmentConstantPool. getClassPoolEntry(java.lang.String name)Given the name of a class, answer the CPClass associated with that class.ConstantPoolEntrySegmentConstantPool. getClassSpecificPoolEntry(int cp, long desiredIndex, java.lang.String desiredClassName)Subset the constant pool of the specified type to be just that which has the specified class name.ConstantPoolEntrySegmentConstantPool. getConstantPoolEntry(int cp, long value)ConstantPoolEntrySegmentConstantPool. getInitMethodPoolEntry(int cp, long value, java.lang.String desiredClassName)Answer the init method for the specified class. -
Uses of ConstantPoolEntry in kala.compress.harmony.unpack200.bytecode
Subclasses of ConstantPoolEntry in kala.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.Fields in kala.compress.harmony.unpack200.bytecode with type parameters of type ConstantPoolEntry Modifier and Type Field Description private java.util.List<ConstantPoolEntry>InnerClassesAttribute. nestedClassFileEntries
-