public class org.jruby.ir.instructions.boxing.UnboxInstr extends org.jruby.ir.instructions.NOperandResultBaseInstr
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.jruby.ir.instructions.boxing.UnboxInstr
super_class: org.jruby.ir.instructions.NOperandResultBaseInstr
{
public void <init>(org.jruby.ir.Operation, org.jruby.ir.operands.Variable, org.jruby.ir.operands.Operand);
descriptor: (Lorg/jruby/ir/Operation;Lorg/jruby/ir/operands/Variable;Lorg/jruby/ir/operands/Operand;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=7, locals=4, args_size=4
start local 0 // org.jruby.ir.instructions.boxing.UnboxInstr this
start local 1 // org.jruby.ir.Operation op
start local 2 // org.jruby.ir.operands.Variable result
start local 3 // org.jruby.ir.operands.Operand value
0: .line 12
aload 0 /* this */
aload 1 /* op */
aload 2 /* result */
iconst_1
anewarray org.jruby.ir.operands.Operand
dup
iconst_0
aload 3 /* value */
aastore
invokespecial org.jruby.ir.instructions.NOperandResultBaseInstr.<init>:(Lorg/jruby/ir/Operation;Lorg/jruby/ir/operands/Variable;[Lorg/jruby/ir/operands/Operand;)V
1: .line 13
return
end local 3 // org.jruby.ir.operands.Operand value
end local 2 // org.jruby.ir.operands.Variable result
end local 1 // org.jruby.ir.Operation op
end local 0 // org.jruby.ir.instructions.boxing.UnboxInstr this
LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/jruby/ir/instructions/boxing/UnboxInstr;
0 2 1 op Lorg/jruby/ir/Operation;
0 2 2 result Lorg/jruby/ir/operands/Variable;
0 2 3 value Lorg/jruby/ir/operands/Operand;
MethodParameters:
Name Flags
op
result
value
public org.jruby.ir.operands.Operand getValue();
descriptor: ()Lorg/jruby/ir/operands/Operand;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 // org.jruby.ir.instructions.boxing.UnboxInstr this
0: .line 16
aload 0 /* this */
invokevirtual org.jruby.ir.instructions.boxing.UnboxInstr.getOperands:()[Lorg/jruby/ir/operands/Operand;
iconst_0
aaload
areturn
end local 0 // org.jruby.ir.instructions.boxing.UnboxInstr this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jruby/ir/instructions/boxing/UnboxInstr;
public org.jruby.ir.instructions.Instr clone(org.jruby.ir.transformations.inlining.CloneInfo);
descriptor: (Lorg/jruby/ir/transformations/inlining/CloneInfo;)Lorg/jruby/ir/instructions/Instr;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 // org.jruby.ir.instructions.boxing.UnboxInstr this
start local 1 // org.jruby.ir.transformations.inlining.CloneInfo info
0: .line 21
new java.lang.UnsupportedOperationException
dup
invokespecial java.lang.UnsupportedOperationException.<init>:()V
athrow
end local 1 // org.jruby.ir.transformations.inlining.CloneInfo info
end local 0 // org.jruby.ir.instructions.boxing.UnboxInstr this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jruby/ir/instructions/boxing/UnboxInstr;
0 1 1 info Lorg/jruby/ir/transformations/inlining/CloneInfo;
MethodParameters:
Name Flags
info
}
SourceFile: "UnboxInstr.java"