public abstract class org.jruby.ir.instructions.BranchInstr extends org.jruby.ir.instructions.Instr implements org.jruby.ir.instructions.JumpTargetInstr
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.jruby.ir.instructions.BranchInstr
  super_class: org.jruby.ir.instructions.Instr
{
  public void <init>(org.jruby.ir.Operation);
    descriptor: (Lorg/jruby/ir/Operation;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.ir.instructions.BranchInstr this
        start local 1 // org.jruby.ir.Operation op
         0: .line 8
            aload 0 /* this */
            aload 1 /* op */
            invokespecial org.jruby.ir.instructions.Instr.<init>:(Lorg/jruby/ir/Operation;)V
         1: .line 9
            return
        end local 1 // org.jruby.ir.Operation op
        end local 0 // org.jruby.ir.instructions.BranchInstr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/jruby/ir/instructions/BranchInstr;
            0    2     1    op  Lorg/jruby/ir/Operation;
    MethodParameters:
      Name  Flags
      op    

  public abstract org.jruby.ir.operands.Label getJumpTarget();
    descriptor: ()Lorg/jruby/ir/operands/Label;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "BranchInstr.java"