Package | Description |
---|---|
org.apache.commons.compress.harmony.unpack200.bytecode | |
org.apache.commons.compress.harmony.unpack200.bytecode.forms |
Modifier and Type | Method and Description |
---|---|
void |
ByteCode.applyByteCodeTargetFixup(CodeAttribute codeAttribute)
Some ByteCodes (in particular, those with labels need to be fixed up after all the bytecodes in the CodeAttribute
have been added.
|
Modifier and Type | Method and Description |
---|---|
void |
ByteCodeForm.fixUpByteCodeTargets(ByteCode byteCode,
CodeAttribute codeAttribute)
The ByteCodeForm knows how to fix up a bytecode if it needs to be fixed up because it holds a Label bytecode.
|
void |
LabelForm.fixUpByteCodeTargets(ByteCode byteCode,
CodeAttribute codeAttribute) |
void |
SwitchForm.fixUpByteCodeTargets(ByteCode byteCode,
CodeAttribute codeAttribute) |