Uses of Class
org.apache.commons.compress.harmony.unpack200.bytecode.ClassConstantPool
Package
Description
Internal package.
Internal package.
-
Uses of ClassConstantPool in org.apache.commons.compress.harmony.unpack200
Modifier and TypeMethodDescriptionIcTuple[]
IcBands.getRelevantIcTuples
(String className, ClassConstantPool cp) Answer the relevant IcTuples for the specified className and class constant pool. -
Uses of ClassConstantPool in org.apache.commons.compress.harmony.unpack200.bytecode
Modifier and TypeMethodDescriptionprotected void
AnnotationDefaultAttribute.resolve
(ClassConstantPool pool) void
AnnotationsAttribute.Annotation.resolve
(ClassConstantPool pool) void
AnnotationsAttribute.ElementValue.resolve
(ClassConstantPool pool) protected void
Attribute.resolve
(ClassConstantPool pool) protected void
ByteCode.resolve
(ClassConstantPool pool) protected void
ClassFileEntry.resolve
(ClassConstantPool pool) Allows the constant pool entries to resolve their nested entries.protected void
CodeAttribute.resolve
(ClassConstantPool pool) protected void
ConstantValueAttribute.resolve
(ClassConstantPool pool) protected void
CPClass.resolve
(ClassConstantPool pool) protected void
CPFieldRef.resolve
(ClassConstantPool pool) protected void
CPMember.resolve
(ClassConstantPool pool) protected void
CPNameAndType.resolve
(ClassConstantPool pool) protected void
CPRef.resolve
(ClassConstantPool pool) protected void
CPString.resolve
(ClassConstantPool pool) Allows the constant pool entries to resolve their nested entriesprotected void
EnclosingMethodAttribute.resolve
(ClassConstantPool pool) protected void
ExceptionsAttribute.resolve
(ClassConstantPool pool) void
ExceptionTableEntry.resolve
(ClassConstantPool pool) protected void
InnerClassesAttribute.resolve
(ClassConstantPool pool) protected void
LocalVariableTableAttribute.resolve
(ClassConstantPool pool) protected void
LocalVariableTypeTableAttribute.resolve
(ClassConstantPool pool) protected void
NewAttribute.resolve
(ClassConstantPool pool) protected void
RuntimeVisibleorInvisibleAnnotationsAttribute.resolve
(ClassConstantPool pool) void
RuntimeVisibleorInvisibleParameterAnnotationsAttribute.ParameterAnnotation.resolve
(ClassConstantPool pool) protected void
RuntimeVisibleorInvisibleParameterAnnotationsAttribute.resolve
(ClassConstantPool pool) protected void
SignatureAttribute.resolve
(ClassConstantPool pool) protected void
SourceFileAttribute.resolve
(ClassConstantPool pool)