class org.jruby.RubyEnumerator$2 implements org.jruby.runtime.BlockCallback
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.jruby.RubyEnumerator$2
super_class: java.lang.Object
{
final org.jruby.RubyEnumerator this$0;
descriptor: Lorg/jruby/RubyEnumerator;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private final org.jruby.runtime.Block val$block;
descriptor: Lorg/jruby/runtime/Block;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
void <init>(org.jruby.RubyEnumerator, org.jruby.runtime.Block);
descriptor: (Lorg/jruby/RubyEnumerator;Lorg/jruby/runtime/Block;)V
flags: (0x0000)
Code:
stack=2, locals=3, args_size=3
start local 0 0: aload 0
aload 1
putfield org.jruby.RubyEnumerator$2.this$0:Lorg/jruby/RubyEnumerator;
aload 0
aload 2
putfield org.jruby.RubyEnumerator$2.val$block:Lorg/jruby/runtime/Block;
aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jruby/RubyEnumerator$2;
MethodParameters:
Name Flags
this$0 final
val$block final
public org.jruby.runtime.builtin.IRubyObject call(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject[], org.jruby.runtime.Block);
descriptor: (Lorg/jruby/runtime/ThreadContext;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=6, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
getfield org.jruby.RubyEnumerator$2.val$block:Lorg/jruby/runtime/Block;
aload 1
aload 2
invokevirtual org.jruby.runtime.Block.yieldValues:(Lorg/jruby/runtime/ThreadContext;[Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
astore 4
start local 4 1: aload 0
getfield org.jruby.RubyEnumerator$2.this$0:Lorg/jruby/RubyEnumerator;
getfield org.jruby.RubyEnumerator.feedValue:Lorg/jruby/RubyEnumerator$FeedValue;
aload 1
invokevirtual org.jruby.RubyEnumerator$FeedValue.use_value:(Lorg/jruby/runtime/ThreadContext;)Lorg/jruby/runtime/builtin/IRubyObject;
astore 5
start local 5 2: aload 5
invokeinterface org.jruby.runtime.builtin.IRubyObject.isNil:()Z
ifeq 3
aload 4
goto 4
StackMap locals: org.jruby.runtime.builtin.IRubyObject org.jruby.runtime.builtin.IRubyObject
StackMap stack:
3: aload 5
StackMap locals:
StackMap stack: org.jruby.runtime.builtin.IRubyObject
4: areturn
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/jruby/RubyEnumerator$2;
0 5 1 context Lorg/jruby/runtime/ThreadContext;
0 5 2 args [Lorg/jruby/runtime/builtin/IRubyObject;
0 5 3 blk Lorg/jruby/runtime/Block;
1 5 4 ret Lorg/jruby/runtime/builtin/IRubyObject;
2 5 5 val Lorg/jruby/runtime/builtin/IRubyObject;
MethodParameters:
Name Flags
context final
args final
blk final
}
SourceFile: "RubyEnumerator.java"
EnclosingMethod: org.jruby.RubyEnumerator.__each__:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
NestHost: org.jruby.RubyEnumerator
InnerClasses:
org.jruby.RubyEnumerator$2
public FeedValue = org.jruby.RubyEnumerator$FeedValue of org.jruby.RubyEnumerator