public interface org.jruby.ir.instructions.JumpTargetInstr
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: org.jruby.ir.instructions.JumpTargetInstr
super_class: java.lang.Object
{
public abstract org.jruby.ir.operands.Label getJumpTarget();
descriptor: ()Lorg/jruby/ir/operands/Label;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract void setJumpTarget(org.jruby.ir.operands.Label);
descriptor: (Lorg/jruby/ir/operands/Label;)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
target
}
SourceFile: "JumpTargetInstr.java"