Class ControlFlowFixup
java.lang.Object
de.mirkosertic.bytecoder.core.parser.ControlFlowFixup
- All Implemented Interfaces:
Fixup
-
Constructor Summary
ConstructorsConstructorDescriptionControlFlowFixup(org.objectweb.asm.tree.AbstractInsnNode sourceInstruction, Frame frame, Projection projection, org.objectweb.asm.tree.AbstractInsnNode targetInstruction) -
Method Summary
-
Constructor Details
-
ControlFlowFixup
public ControlFlowFixup(org.objectweb.asm.tree.AbstractInsnNode sourceInstruction, Frame frame, Projection projection, org.objectweb.asm.tree.AbstractInsnNode targetInstruction)
-
-
Method Details
-
applyTo
-