Class ControlFlow


  • public class ControlFlow
    extends java.lang.Object
    • Field Detail

      • currentNode

        final org.objectweb.asm.tree.AbstractInsnNode currentNode
      • visitedLabels

        private final java.util.List<org.objectweb.asm.tree.AbstractInsnNode> visitedLabels
    • Constructor Detail

      • ControlFlow

        public ControlFlow​(org.objectweb.asm.tree.AbstractInsnNode currentNode,
                           GraphParserState graphParserState)
      • ControlFlow

        ControlFlow​(org.objectweb.asm.tree.AbstractInsnNode currentNode,
                    java.util.List<org.objectweb.asm.tree.AbstractInsnNode> visitedLabels,
                    GraphParserState graphParserState)
    • Method Detail

      • visited

        public boolean visited​(org.objectweb.asm.tree.AbstractInsnNode node)
      • addInstructionAndContinueWith

        public ControlFlow addInstructionAndContinueWith​(org.objectweb.asm.tree.AbstractInsnNode instruction,
                                                         org.objectweb.asm.tree.AbstractInsnNode next)
      • continueWith

        public ControlFlow continueWith​(org.objectweb.asm.tree.AbstractInsnNode next)