Class ControlFlowFixup
java.lang.Object
de.mirkosertic.bytecoder.core.parser.ControlFlowFixup
- All Implemented Interfaces:
Fixup
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Frame
private final Projection
private final org.objectweb.asm.tree.AbstractInsnNode
private final org.objectweb.asm.tree.AbstractInsnNode
-
Constructor Summary
ConstructorsConstructorDescriptionControlFlowFixup
(org.objectweb.asm.tree.AbstractInsnNode sourceInstruction, Frame frame, Projection projection, org.objectweb.asm.tree.AbstractInsnNode targetInstruction) -
Method Summary
-
Field Details
-
sourceInstruction
private final org.objectweb.asm.tree.AbstractInsnNode sourceInstruction -
projection
-
targetInstruction
private final org.objectweb.asm.tree.AbstractInsnNode targetInstruction -
frame
-
-
Constructor Details
-
ControlFlowFixup
public ControlFlowFixup(org.objectweb.asm.tree.AbstractInsnNode sourceInstruction, Frame frame, Projection projection, org.objectweb.asm.tree.AbstractInsnNode targetInstruction)
-
-
Method Details
-
assignableTypes
private boolean assignableTypes(org.objectweb.asm.Type a, org.objectweb.asm.Type b) -
applyTo
-