class org.jruby.ir.IRBuilder$IRLoop
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.jruby.ir.IRBuilder$IRLoop
super_class: java.lang.Object
{
public final org.jruby.ir.IRScope container;
descriptor: Lorg/jruby/ir/IRScope;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
public final org.jruby.ir.IRBuilder$IRLoop parentLoop;
descriptor: Lorg/jruby/ir/IRBuilder$IRLoop;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
public final org.jruby.ir.operands.Label loopStartLabel;
descriptor: Lorg/jruby/ir/operands/Label;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
public final org.jruby.ir.operands.Label loopEndLabel;
descriptor: Lorg/jruby/ir/operands/Label;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
public final org.jruby.ir.operands.Label iterStartLabel;
descriptor: Lorg/jruby/ir/operands/Label;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
public final org.jruby.ir.operands.Label iterEndLabel;
descriptor: Lorg/jruby/ir/operands/Label;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
public final org.jruby.ir.operands.Variable loopResult;
descriptor: Lorg/jruby/ir/operands/Variable;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
public void <init>(org.jruby.ir.IRScope, org.jruby.ir.IRBuilder$IRLoop, org.jruby.ir.operands.Variable);
descriptor: (Lorg/jruby/ir/IRScope;Lorg/jruby/ir/IRBuilder$IRLoop;Lorg/jruby/ir/operands/Variable;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield org.jruby.ir.IRBuilder$IRLoop.container:Lorg/jruby/ir/IRScope;
2: aload 0
aload 2
putfield org.jruby.ir.IRBuilder$IRLoop.parentLoop:Lorg/jruby/ir/IRBuilder$IRLoop;
3: aload 0
aload 1
ldc "_LOOP_BEGIN"
invokevirtual org.jruby.ir.IRScope.getNewLabel:(Ljava/lang/String;)Lorg/jruby/ir/operands/Label;
putfield org.jruby.ir.IRBuilder$IRLoop.loopStartLabel:Lorg/jruby/ir/operands/Label;
4: aload 0
aload 1
ldc "_LOOP_END"
invokevirtual org.jruby.ir.IRScope.getNewLabel:(Ljava/lang/String;)Lorg/jruby/ir/operands/Label;
putfield org.jruby.ir.IRBuilder$IRLoop.loopEndLabel:Lorg/jruby/ir/operands/Label;
5: aload 0
aload 1
ldc "_ITER_BEGIN"
invokevirtual org.jruby.ir.IRScope.getNewLabel:(Ljava/lang/String;)Lorg/jruby/ir/operands/Label;
putfield org.jruby.ir.IRBuilder$IRLoop.iterStartLabel:Lorg/jruby/ir/operands/Label;
6: aload 0
aload 1
ldc "_ITER_END"
invokevirtual org.jruby.ir.IRScope.getNewLabel:(Ljava/lang/String;)Lorg/jruby/ir/operands/Label;
putfield org.jruby.ir.IRBuilder$IRLoop.iterEndLabel:Lorg/jruby/ir/operands/Label;
7: aload 0
aload 3
putfield org.jruby.ir.IRBuilder$IRLoop.loopResult:Lorg/jruby/ir/operands/Variable;
8: aload 1
invokevirtual org.jruby.ir.IRScope.setHasLoops:()V
9: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 10 0 this Lorg/jruby/ir/IRBuilder$IRLoop;
0 10 1 s Lorg/jruby/ir/IRScope;
0 10 2 outerLoop Lorg/jruby/ir/IRBuilder$IRLoop;
0 10 3 result Lorg/jruby/ir/operands/Variable;
MethodParameters:
Name Flags
s
outerLoop
result
}
SourceFile: "IRBuilder.java"
NestHost: org.jruby.ir.IRBuilder
InnerClasses:
private IRLoop = org.jruby.ir.IRBuilder$IRLoop of org.jruby.ir.IRBuilder