class org.jruby.ir.IRBuilder$RescueBlockInfo
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.jruby.ir.IRBuilder$RescueBlockInfo
super_class: java.lang.Object
{
org.jruby.ir.operands.Label entryLabel;
descriptor: Lorg/jruby/ir/operands/Label;
flags: (0x0000)
org.jruby.ir.operands.Variable savedExceptionVariable;
descriptor: Lorg/jruby/ir/operands/Variable;
flags: (0x0000)
public void <init>(org.jruby.ir.operands.Label, org.jruby.ir.operands.Variable);
descriptor: (Lorg/jruby/ir/operands/Label;Lorg/jruby/ir/operands/Variable;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=3
start local 0 // org.jruby.ir.IRBuilder$RescueBlockInfo this
start local 1 // org.jruby.ir.operands.Label l
start local 2 // org.jruby.ir.operands.Variable v
0: .line 138
aload 0 /* this */
invokespecial java.lang.Object.<init>:()V
1: .line 139
aload 0 /* this */
aload 1 /* l */
putfield org.jruby.ir.IRBuilder$RescueBlockInfo.entryLabel:Lorg/jruby/ir/operands/Label;
2: .line 140
aload 0 /* this */
aload 2 /* v */
putfield org.jruby.ir.IRBuilder$RescueBlockInfo.savedExceptionVariable:Lorg/jruby/ir/operands/Variable;
3: .line 141
return
end local 2 // org.jruby.ir.operands.Variable v
end local 1 // org.jruby.ir.operands.Label l
end local 0 // org.jruby.ir.IRBuilder$RescueBlockInfo this
LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/jruby/ir/IRBuilder$RescueBlockInfo;
0 4 1 l Lorg/jruby/ir/operands/Label;
0 4 2 v Lorg/jruby/ir/operands/Variable;
MethodParameters:
Name Flags
l
v
}
SourceFile: "IRBuilder.java"
NestHost: org.jruby.ir.IRBuilder
InnerClasses:
private RescueBlockInfo = org.jruby.ir.IRBuilder$RescueBlockInfo of org.jruby.ir.IRBuilder