Uses of Class
kala.compress.harmony.unpack200.bytecode.CodeAttribute
-
Packages that use CodeAttribute Package Description kala.compress.harmony.unpack200.bytecode Internal package.kala.compress.harmony.unpack200.bytecode.forms Internal package. -
-
Uses of CodeAttribute in kala.compress.harmony.unpack200.bytecode
Methods in kala.compress.harmony.unpack200.bytecode with parameters of type CodeAttribute Modifier and Type Method Description voidByteCode. 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. -
Uses of CodeAttribute in kala.compress.harmony.unpack200.bytecode.forms
Methods in kala.compress.harmony.unpack200.bytecode.forms with parameters of type CodeAttribute Modifier and Type Method Description voidByteCodeForm. 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.voidLabelForm. fixUpByteCodeTargets(ByteCode byteCode, CodeAttribute codeAttribute)voidSwitchForm. fixUpByteCodeTargets(ByteCode byteCode, CodeAttribute codeAttribute)
-