Class InstructionsBuilder.Jump

  • Enclosing class:
    InstructionsBuilder

    private static class InstructionsBuilder.Jump
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int branch  
      private Instruction source  
      private org.objectweb.asm.Label target  
    • Constructor Summary

      Constructors 
      Constructor Description
      Jump​(Instruction source, org.objectweb.asm.Label target, int branch)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) void wire()  
      • Methods inherited from class java.lang.Object

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

      • target

        private final org.objectweb.asm.Label target
      • branch

        private final int branch
    • Constructor Detail

      • Jump

        Jump​(Instruction source,
             org.objectweb.asm.Label target,
             int branch)
    • Method Detail

      • wire

        void wire()