Package de.mirkosertic.bytecoder.core.ir
Interface Fixup
-
- All Known Implementing Classes:
ControlFlowFixup
public interface Fixup
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
applyTo(Graph g, java.util.Map<org.objectweb.asm.tree.AbstractInsnNode,java.util.Map<org.objectweb.asm.tree.AbstractInsnNode,EdgeType>> incomingEdgesPerLabel)
-