public class org.jruby.lexer.ByteListLexerSource extends org.jruby.lexer.LexerSource
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jruby.lexer.ByteListLexerSource
  super_class: org.jruby.lexer.LexerSource
{
  private org.jruby.util.ByteList completeSource;
    descriptor: Lorg/jruby/util/ByteList;
    flags: (0x0002) ACC_PRIVATE

  private int offset;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  public void <init>(java.lang.String, int, org.jruby.util.ByteList, org.jruby.RubyArray);
    descriptor: (Ljava/lang/String;ILorg/jruby/util/ByteList;Lorg/jruby/RubyArray;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // org.jruby.lexer.ByteListLexerSource this
        start local 1 // java.lang.String sourceName
        start local 2 // int line
        start local 3 // org.jruby.util.ByteList in
        start local 4 // org.jruby.RubyArray list
         0: .line 33
            aload 0 /* this */
            aload 1 /* sourceName */
            iload 2 /* line */
            aload 4 /* list */
            invokespecial org.jruby.lexer.LexerSource.<init>:(Ljava/lang/String;ILorg/jruby/RubyArray;)V
         1: .line 23
            aload 0 /* this */
            iconst_0
            putfield org.jruby.lexer.ByteListLexerSource.offset:I
         2: .line 34
            aload 0 /* this */
            aload 3 /* in */
            putfield org.jruby.lexer.ByteListLexerSource.completeSource:Lorg/jruby/util/ByteList;
         3: .line 35
            return
        end local 4 // org.jruby.RubyArray list
        end local 3 // org.jruby.util.ByteList in
        end local 2 // int line
        end local 1 // java.lang.String sourceName
        end local 0 // org.jruby.lexer.ByteListLexerSource this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lorg/jruby/lexer/ByteListLexerSource;
            0    4     1  sourceName  Ljava/lang/String;
            0    4     2        line  I
            0    4     3          in  Lorg/jruby/util/ByteList;
            0    4     4        list  Lorg/jruby/RubyArray;
    MethodParameters:
            Name  Flags
      sourceName  
      line        
      in          
      list        

  public org.jcodings.Encoding getEncoding();
    descriptor: ()Lorg/jcodings/Encoding;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.lexer.ByteListLexerSource this
         0: .line 39
            aload 0 /* this */
            getfield org.jruby.lexer.ByteListLexerSource.completeSource:Lorg/jruby/util/ByteList;
            invokevirtual org.jruby.util.ByteList.getEncoding:()Lorg/jcodings/Encoding;
            areturn
        end local 0 // org.jruby.lexer.ByteListLexerSource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/lexer/ByteListLexerSource;

  public void setEncoding(org.jcodings.Encoding);
    descriptor: (Lorg/jcodings/Encoding;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.lexer.ByteListLexerSource this
        start local 1 // org.jcodings.Encoding encoding
         0: .line 44
            aload 0 /* this */
            getfield org.jruby.lexer.ByteListLexerSource.completeSource:Lorg/jruby/util/ByteList;
            aload 1 /* encoding */
            invokevirtual org.jruby.util.ByteList.setEncoding:(Lorg/jcodings/Encoding;)V
         1: .line 45
            aload 0 /* this */
            aload 1 /* encoding */
            invokevirtual org.jruby.lexer.ByteListLexerSource.encodeExistingScriptLines:(Lorg/jcodings/Encoding;)V
         2: .line 46
            return
        end local 1 // org.jcodings.Encoding encoding
        end local 0 // org.jruby.lexer.ByteListLexerSource this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lorg/jruby/lexer/ByteListLexerSource;
            0    3     1  encoding  Lorg/jcodings/Encoding;
    MethodParameters:
          Name  Flags
      encoding  

  public org.jruby.util.ByteList gets();
    descriptor: ()Lorg/jruby/util/ByteList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=1
        start local 0 // org.jruby.lexer.ByteListLexerSource this
         0: .line 51
            aload 0 /* this */
            getfield org.jruby.lexer.ByteListLexerSource.completeSource:Lorg/jruby/util/ByteList;
            invokevirtual org.jruby.util.ByteList.length:()I
            istore 1 /* length */
        start local 1 // int length
         1: .line 52
            aload 0 /* this */
            getfield org.jruby.lexer.ByteListLexerSource.offset:I
            iload 1 /* length */
            if_icmplt 2
            aconst_null
            areturn
         2: .line 54
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.jruby.lexer.ByteListLexerSource.completeSource:Lorg/jruby/util/ByteList;
            bipush 10
            aload 0 /* this */
            getfield org.jruby.lexer.ByteListLexerSource.offset:I
            invokevirtual org.jruby.util.ByteList.indexOf:(II)I
            iconst_1
            iadd
            istore 2 /* end */
        start local 2 // int end
         3: .line 55
            iload 2 /* end */
            ifne 4
            iload 1 /* length */
            istore 2 /* end */
         4: .line 57
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.jruby.lexer.ByteListLexerSource.completeSource:Lorg/jruby/util/ByteList;
            aload 0 /* this */
            getfield org.jruby.lexer.ByteListLexerSource.offset:I
            iload 2 /* end */
            aload 0 /* this */
            getfield org.jruby.lexer.ByteListLexerSource.offset:I
            isub
            invokevirtual org.jruby.util.ByteList.makeShared:(II)Lorg/jruby/util/ByteList;
            astore 3 /* line */
        start local 3 // org.jruby.util.ByteList line
         5: .line 58
            aload 0 /* this */
            iload 2 /* end */
            putfield org.jruby.lexer.ByteListLexerSource.offset:I
         6: .line 60
            aload 0 /* this */
            getfield org.jruby.lexer.ByteListLexerSource.scriptLines:Lorg/jruby/RubyArray;
            ifnull 7
            aload 0 /* this */
            getfield org.jruby.lexer.ByteListLexerSource.scriptLines:Lorg/jruby/RubyArray;
            aload 0 /* this */
            getfield org.jruby.lexer.ByteListLexerSource.scriptLines:Lorg/jruby/RubyArray;
            invokevirtual org.jruby.RubyArray.getRuntime:()Lorg/jruby/Ruby;
            aload 3 /* line */
            invokestatic org.jruby.RubyString.newString:(Lorg/jruby/Ruby;Lorg/jruby/util/ByteList;)Lorg/jruby/RubyString;
            invokevirtual org.jruby.RubyArray.append:(Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/RubyArray;
            pop
         7: .line 62
      StackMap locals: org.jruby.util.ByteList
      StackMap stack:
            aload 3 /* line */
            areturn
        end local 3 // org.jruby.util.ByteList line
        end local 2 // int end
        end local 1 // int length
        end local 0 // org.jruby.lexer.ByteListLexerSource this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0    this  Lorg/jruby/lexer/ByteListLexerSource;
            1    8     1  length  I
            3    8     2     end  I
            5    8     3    line  Lorg/jruby/util/ByteList;

  public int getOffset();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.lexer.ByteListLexerSource this
         0: .line 67
            aload 0 /* this */
            getfield org.jruby.lexer.ByteListLexerSource.offset:I
            ireturn
        end local 0 // org.jruby.lexer.ByteListLexerSource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/lexer/ByteListLexerSource;

  public java.nio.channels.Channel getRemainingAsChannel();
    descriptor: ()Ljava/nio/channels/Channel;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // org.jruby.lexer.ByteListLexerSource this
         0: .line 72
            new java.io.ByteArrayInputStream
            dup
            aload 0 /* this */
            getfield org.jruby.lexer.ByteListLexerSource.completeSource:Lorg/jruby/util/ByteList;
            invokevirtual org.jruby.util.ByteList.unsafeBytes:()[B
            aload 0 /* this */
            getfield org.jruby.lexer.ByteListLexerSource.completeSource:Lorg/jruby/util/ByteList;
            invokevirtual org.jruby.util.ByteList.begin:()I
            aload 0 /* this */
            getfield org.jruby.lexer.ByteListLexerSource.completeSource:Lorg/jruby/util/ByteList;
            invokevirtual org.jruby.util.ByteList.realSize:()I
            invokespecial java.io.ByteArrayInputStream.<init>:([BII)V
            astore 1 /* bais */
        start local 1 // java.io.ByteArrayInputStream bais
         1: .line 73
            aload 1 /* bais */
            aload 0 /* this */
            getfield org.jruby.lexer.ByteListLexerSource.offset:I
            i2l
            invokevirtual java.io.ByteArrayInputStream.skip:(J)J
            pop2
         2: .line 74
            aload 1 /* bais */
            invokestatic org.jruby.util.io.ChannelHelper.readableChannel:(Ljava/io/InputStream;)Ljava/nio/channels/ReadableByteChannel;
            areturn
        end local 1 // java.io.ByteArrayInputStream bais
        end local 0 // org.jruby.lexer.ByteListLexerSource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/jruby/lexer/ByteListLexerSource;
            1    3     1  bais  Ljava/io/ByteArrayInputStream;

  public org.jruby.runtime.builtin.IRubyObject getRemainingAsIO();
    descriptor: ()Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.jruby.lexer.ByteListLexerSource this
         0: .line 79
            aload 0 /* this */
            getfield org.jruby.lexer.ByteListLexerSource.scriptLines:Lorg/jruby/RubyArray;
            ifnonnull 1
            aconst_null
            areturn
         1: .line 80
      StackMap locals:
      StackMap stack:
            new org.jruby.RubyIO
            dup
            aload 0 /* this */
            getfield org.jruby.lexer.ByteListLexerSource.scriptLines:Lorg/jruby/RubyArray;
            invokevirtual org.jruby.RubyArray.getRuntime:()Lorg/jruby/Ruby;
            aload 0 /* this */
            invokevirtual org.jruby.lexer.ByteListLexerSource.getRemainingAsChannel:()Ljava/nio/channels/Channel;
            invokespecial org.jruby.RubyIO.<init>:(Lorg/jruby/Ruby;Ljava/nio/channels/Channel;)V
            areturn
        end local 0 // org.jruby.lexer.ByteListLexerSource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/jruby/lexer/ByteListLexerSource;
}
SourceFile: "ByteListLexerSource.java"