Class Region


  • public class Region
    extends Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      org.objectweb.asm.tree.AbstractInsnNode end  
      org.objectweb.asm.tree.AbstractInsnNode start  
    • Constructor Summary

      Constructors 
      Constructor Description
      Region​(org.objectweb.asm.tree.AbstractInsnNode start, org.objectweb.asm.tree.AbstractInsnNode end)  
    • Field Detail

      • start

        public final org.objectweb.asm.tree.AbstractInsnNode start
      • end

        public final org.objectweb.asm.tree.AbstractInsnNode end
    • Constructor Detail

      • Region

        public Region​(org.objectweb.asm.tree.AbstractInsnNode start,
                      org.objectweb.asm.tree.AbstractInsnNode end)