| Package | Description |
|---|---|
| org.apache.commons.compress.harmony.unpack200 | |
| org.apache.commons.compress.harmony.unpack200.bytecode |
| Modifier and Type | Method and Description |
|---|---|
CPClass |
CpBands.cpClassValue(int index) |
CPClass |
CpBands.cpClassValue(String string) |
CPClass[] |
BandSet.parseCPClassReferences(String name,
InputStream in,
BHSDCodec codec,
int count) |
| Modifier and Type | Method and Description |
|---|---|
CPClass |
ExceptionTableEntry.getCatchType() |
| Modifier and Type | Method and Description |
|---|---|
void |
InnerClassesAttribute.addInnerClassesEntry(CPClass innerClass,
CPClass outerClass,
CPUTF8 innerName,
int flags) |
| Constructor and Description |
|---|
CPFieldRef(CPClass className,
CPNameAndType descriptor,
int globalIndex) |
CPInterfaceMethodRef(CPClass className,
CPNameAndType descriptor,
int globalIndex) |
CPMethodRef(CPClass className,
CPNameAndType descriptor,
int globalIndex) |
CPRef(byte type,
CPClass className,
CPNameAndType descriptor,
int globalIndex)
Create a new CPRef
|
EnclosingMethodAttribute(CPClass cpClass,
CPNameAndType method) |
ExceptionsAttribute(CPClass[] exceptions) |
ExceptionTableEntry(int startPC,
int endPC,
int handlerPC,
CPClass catchType)
Create a new ExceptionTableEntry.
|
Copyright © 2002–2020 The Apache Software Foundation. All rights reserved.