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