Interface Fixup

All Known Implementing Classes:
ControlFlowFixup

public interface Fixup
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    applyTo(Graph g, Map<org.objectweb.asm.tree.AbstractInsnNode,Map<org.objectweb.asm.tree.AbstractInsnNode,EdgeType>> incomingEdgesPerLabel)
     
  • Method Details

    • applyTo

      void applyTo(Graph g, Map<org.objectweb.asm.tree.AbstractInsnNode,Map<org.objectweb.asm.tree.AbstractInsnNode,EdgeType>> incomingEdgesPerLabel)