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 start local 1 0: aload 0
aload 1
invokespecial org.jruby.ir.instructions.Instr.<init>:(Lorg/jruby/ir/Operation;)V
1: return
end local 1 end local 0 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"