class org.jruby.RubyIO$2 implements org.jruby.util.io.Getline$Callback<org.jruby.RubyIO, org.jruby.runtime.builtin.IRubyObject>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.jruby.RubyIO$2
super_class: java.lang.Object
{
void <init>();
descriptor: ()V
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jruby/RubyIO$2;
public org.jruby.runtime.builtin.IRubyObject getline(org.jruby.runtime.ThreadContext, org.jruby.RubyIO, org.jruby.runtime.builtin.IRubyObject, int, boolean, org.jruby.runtime.Block);
descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/RubyIO;Lorg/jruby/runtime/builtin/IRubyObject;IZLorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=8, args_size=7
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 0: aload 2
aload 1
aload 3
iload 4
iload 5
invokevirtual org.jruby.RubyIO.getlineImpl:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;IZ)Lorg/jruby/runtime/builtin/IRubyObject;
astore 7
start local 7 1: aload 7
aload 1
getfield org.jruby.runtime.ThreadContext.nil:Lorg/jruby/runtime/builtin/IRubyObject;
if_acmpeq 2
aload 1
aload 7
invokevirtual org.jruby.runtime.ThreadContext.setLastLine:(Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
pop
2: StackMap locals: org.jruby.runtime.builtin.IRubyObject
StackMap stack:
aload 7
areturn
end local 7 end local 6 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 3 0 this Lorg/jruby/RubyIO$2;
0 3 1 context Lorg/jruby/runtime/ThreadContext;
0 3 2 self Lorg/jruby/RubyIO;
0 3 3 rs Lorg/jruby/runtime/builtin/IRubyObject;
0 3 4 limit I
0 3 5 chomp Z
0 3 6 block Lorg/jruby/runtime/Block;
1 3 7 result Lorg/jruby/runtime/builtin/IRubyObject;
MethodParameters:
Name Flags
context
self
rs
limit
chomp
block
public org.jruby.runtime.builtin.IRubyObject getline(org.jruby.runtime.ThreadContext, java.lang.Object, org.jruby.runtime.builtin.IRubyObject, int, boolean, org.jruby.runtime.Block);
descriptor: (Lorg/jruby/runtime/ThreadContext;Ljava/lang/Object;Lorg/jruby/runtime/builtin/IRubyObject;IZLorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=7, locals=7, args_size=7
0: aload 0
aload 1
aload 2
checkcast org.jruby.RubyIO
aload 3
iload 4
iload 5
aload 6
invokevirtual org.jruby.RubyIO$2.getline:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/RubyIO;Lorg/jruby/runtime/builtin/IRubyObject;IZLorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
Signature: Ljava/lang/Object;Lorg/jruby/util/io/Getline$Callback<Lorg/jruby/RubyIO;Lorg/jruby/runtime/builtin/IRubyObject;>;
SourceFile: "RubyIO.java"
EnclosingMethod: org.jruby.RubyIO
NestHost: org.jruby.RubyIO
InnerClasses:
org.jruby.RubyIO$2
public abstract Callback = org.jruby.util.io.Getline$Callback of org.jruby.util.io.Getline