Class ControlFlowFixup

  • All Implemented Interfaces:
    Fixup

    public class ControlFlowFixup
    extends java.lang.Object
    implements Fixup
    • Constructor Summary

      Constructors 
      Constructor Description
      ControlFlowFixup​(org.objectweb.asm.tree.AbstractInsnNode sourceInstruction, Frame frame, Projection projection, org.objectweb.asm.tree.AbstractInsnNode targetInstruction)  
    • Method Summary

      All Methods Instance Methods Concrete 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>> incomingEdgesPerInstruction)  
      private boolean assignableTypes​(org.objectweb.asm.Type a, org.objectweb.asm.Type b)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • sourceInstruction

        private final org.objectweb.asm.tree.AbstractInsnNode sourceInstruction
      • targetInstruction

        private final org.objectweb.asm.tree.AbstractInsnNode targetInstruction
      • frame

        private final Frame frame
    • Constructor Detail

      • ControlFlowFixup

        public ControlFlowFixup​(org.objectweb.asm.tree.AbstractInsnNode sourceInstruction,
                                Frame frame,
                                Projection projection,
                                org.objectweb.asm.tree.AbstractInsnNode targetInstruction)
    • Method Detail

      • assignableTypes

        private boolean assignableTypes​(org.objectweb.asm.Type a,
                                        org.objectweb.asm.Type b)
      • applyTo

        public void applyTo​(Graph g,
                            java.util.Map<org.objectweb.asm.tree.AbstractInsnNode,​java.util.Map<org.objectweb.asm.tree.AbstractInsnNode,​EdgeType>> incomingEdgesPerInstruction)
        Specified by:
        applyTo in interface Fixup