Uses of Class
org.apache.commons.compress.harmony.unpack200.bytecode.ClassConstantPool
-
Packages that use ClassConstantPool Package Description org.apache.commons.compress.harmony.unpack200 org.apache.commons.compress.harmony.unpack200.bytecode -
-
Uses of ClassConstantPool in org.apache.commons.compress.harmony.unpack200
Methods in org.apache.commons.compress.harmony.unpack200 with parameters of type ClassConstantPool Modifier and Type Method Description IcTuple[]
IcBands. getRelevantIcTuples(java.lang.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
Fields in org.apache.commons.compress.harmony.unpack200.bytecode declared as ClassConstantPool Modifier and Type Field Description ClassConstantPool
ClassFile. pool
Methods in org.apache.commons.compress.harmony.unpack200.bytecode with parameters of type ClassConstantPool Modifier and Type Method Description protected 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
LineNumberTableAttribute. 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)
-