public abstract class org.jruby.ir.instructions.NoOperandResultBaseInstr extends org.jruby.ir.instructions.ResultBaseInstr
minor version: 0
major version: 59
flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
this_class: org.jruby.ir.instructions.NoOperandResultBaseInstr
super_class: org.jruby.ir.instructions.ResultBaseInstr
{
public void <init>(org.jruby.ir.Operation, org.jruby.ir.operands.Variable);
descriptor: (Lorg/jruby/ir/Operation;Lorg/jruby/ir/operands/Variable;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
aload 2
invokespecial org.jruby.ir.instructions.ResultBaseInstr.<init>:(Lorg/jruby/ir/Operation;Lorg/jruby/ir/operands/Variable;)V
1: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/jruby/ir/instructions/NoOperandResultBaseInstr;
0 2 1 operation Lorg/jruby/ir/Operation;
0 2 2 result Lorg/jruby/ir/operands/Variable;
MethodParameters:
Name Flags
operation
result
public org.jruby.ir.operands.Operand[] getOperands();
descriptor: ()[Lorg/jruby/ir/operands/Operand;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: getstatic org.jruby.ir.instructions.Instr.EMPTY_OPERANDS:[Lorg/jruby/ir/operands/Operand;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jruby/ir/instructions/NoOperandResultBaseInstr;
public void setOperand(int, org.jruby.ir.operands.Operand);
descriptor: (ILorg/jruby/ir/operands/Operand;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=3, args_size=3
start local 0 start local 1 start local 2 0: new java.lang.IllegalArgumentException
dup
new java.lang.StringBuilder
dup
ldc "No such operand to set at index: "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
iload 1
invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jruby/ir/instructions/NoOperandResultBaseInstr;
0 1 1 i I
0 1 2 operand Lorg/jruby/ir/operands/Operand;
MethodParameters:
Name Flags
i
operand
}
SourceFile: "NoOperandResultBaseInstr.java"