class org.jruby.ir.IRBuilder$4 implements org.jruby.ir.IRBuilder$CodeBlock
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.jruby.ir.IRBuilder$4
super_class: java.lang.Object
{
final org.jruby.ir.IRBuilder this$0;
descriptor: Lorg/jruby/ir/IRBuilder;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private final org.jruby.ir.operands.Variable val$errInfo;
descriptor: Lorg/jruby/ir/operands/Variable;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
void <init>(org.jruby.ir.IRBuilder, org.jruby.ir.operands.Variable);
descriptor: (Lorg/jruby/ir/IRBuilder;Lorg/jruby/ir/operands/Variable;)V
flags: (0x0000)
Code:
stack=2, locals=3, args_size=3
start local 0 // org.jruby.ir.IRBuilder$4 this
0: .line 1838
aload 0 /* this */
aload 1
putfield org.jruby.ir.IRBuilder$4.this$0:Lorg/jruby/ir/IRBuilder;
aload 0 /* this */
aload 2
putfield org.jruby.ir.IRBuilder$4.val$errInfo:Lorg/jruby/ir/operands/Variable;
aload 0 /* this */
invokespecial java.lang.Object.<init>:()V
return
end local 0 // org.jruby.ir.IRBuilder$4 this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jruby/ir/IRBuilder$4;
MethodParameters:
Name Flags
this$0 final
val$errInfo final
public org.jruby.ir.operands.Operand run();
descriptor: ()Lorg/jruby/ir/operands/Operand;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=1, args_size=1
start local 0 // org.jruby.ir.IRBuilder$4 this
0: .line 1841
aload 0 /* this */
getfield org.jruby.ir.IRBuilder$4.this$0:Lorg/jruby/ir/IRBuilder;
new org.jruby.ir.instructions.defined.RestoreErrorInfoInstr
dup
aload 0 /* this */
getfield org.jruby.ir.IRBuilder$4.val$errInfo:Lorg/jruby/ir/operands/Variable;
invokespecial org.jruby.ir.instructions.defined.RestoreErrorInfoInstr.<init>:(Lorg/jruby/ir/operands/Operand;)V
invokevirtual org.jruby.ir.IRBuilder.addInstr:(Lorg/jruby/ir/instructions/Instr;)V
1: .line 1842
aload 0 /* this */
getfield org.jruby.ir.IRBuilder$4.this$0:Lorg/jruby/ir/IRBuilder;
getfield org.jruby.ir.IRBuilder.manager:Lorg/jruby/ir/IRManager;
invokevirtual org.jruby.ir.IRManager.getNil:()Lorg/jruby/ir/operands/Nil;
areturn
end local 0 // org.jruby.ir.IRBuilder$4 this
LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/jruby/ir/IRBuilder$4;
}
SourceFile: "IRBuilder.java"
EnclosingMethod: org.jruby.ir.IRBuilder.buildGetDefinition:(Lorg/jruby/ast/Node;)Lorg/jruby/ir/operands/Operand;
NestHost: org.jruby.ir.IRBuilder
InnerClasses:
org.jruby.ir.IRBuilder$4
abstract CodeBlock = org.jruby.ir.IRBuilder$CodeBlock of org.jruby.ir.IRBuilder