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 theinit
method 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 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.