Uses of Class
org.apache.commons.compress.harmony.unpack200.bytecode.ConstantPoolEntry
Package
Description
Internal package.
Internal package.
-
Uses of ConstantPoolEntry in org.apache.commons.compress.harmony.unpack200
Modifier and TypeMethodDescriptionSegmentConstantPool.getClassPoolEntry
(String name) Given the name of a class, answer the CPClass associated with that class.SegmentConstantPool.getClassSpecificPoolEntry
(int cp, long desiredIndex, String desiredClassName) Subset the constant pool of the specified type to be just that which has the specified class name.SegmentConstantPool.getConstantPoolEntry
(int cp, long value) SegmentConstantPool.getInitMethodPoolEntry
(int cp, long value, String desiredClassName) Answer the init method for the specified class. -
Uses of ConstantPoolEntry in org.apache.commons.compress.harmony.unpack200.bytecode
Modifier and TypeClassDescriptionclass
Constant pool entry for a classclass
Abstract superclass for constant pool constant entries such as numbers or Stringsclass
Abstract superclass for constant pool entries that are numbers.class
Double constant pool entry.class
Field reference constant pool entry.class
Float constant pool entry.class
Integer constant pool entry.class
Interface method reference constant pool entry.class
Long constant pool entry.class
Method reference constant pool entry.class
Name and Type pair constant pool entry.class
Abstract superclass for reference constant pool entries, such as a method or field reference.class
String constant pool entry.class
UTF8 constant pool entry, used for storing long Strings.