public class org.antlr.runtime.ANTLRReaderStream extends org.antlr.runtime.ANTLRStringStream
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.antlr.runtime.ANTLRReaderStream
  super_class: org.antlr.runtime.ANTLRStringStream
{
  public static final int READ_BUFFER_SIZE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1024

  public static final int INITIAL_BUFFER_SIZE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1024

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.antlr.runtime.ANTLRReaderStream this
         0: .line 41
            aload 0 /* this */
            invokespecial org.antlr.runtime.ANTLRStringStream.<init>:()V
         1: .line 42
            return
        end local 0 // org.antlr.runtime.ANTLRReaderStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/antlr/runtime/ANTLRReaderStream;

  public void <init>(java.io.Reader);
    descriptor: (Ljava/io/Reader;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.antlr.runtime.ANTLRReaderStream this
        start local 1 // java.io.Reader r
         0: .line 45
            aload 0 /* this */
            aload 1 /* r */
            sipush 1024
            sipush 1024
            invokespecial org.antlr.runtime.ANTLRReaderStream.<init>:(Ljava/io/Reader;II)V
         1: .line 46
            return
        end local 1 // java.io.Reader r
        end local 0 // org.antlr.runtime.ANTLRReaderStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/antlr/runtime/ANTLRReaderStream;
            0    2     1     r  Ljava/io/Reader;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      r     

  public void <init>(java.io.Reader, int);
    descriptor: (Ljava/io/Reader;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.antlr.runtime.ANTLRReaderStream this
        start local 1 // java.io.Reader r
        start local 2 // int size
         0: .line 49
            aload 0 /* this */
            aload 1 /* r */
            iload 2 /* size */
            sipush 1024
            invokespecial org.antlr.runtime.ANTLRReaderStream.<init>:(Ljava/io/Reader;II)V
         1: .line 50
            return
        end local 2 // int size
        end local 1 // java.io.Reader r
        end local 0 // org.antlr.runtime.ANTLRReaderStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/antlr/runtime/ANTLRReaderStream;
            0    2     1     r  Ljava/io/Reader;
            0    2     2  size  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      r     
      size  

  public void <init>(java.io.Reader, int, int);
    descriptor: (Ljava/io/Reader;II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.antlr.runtime.ANTLRReaderStream this
        start local 1 // java.io.Reader r
        start local 2 // int size
        start local 3 // int readChunkSize
         0: .line 52
            aload 0 /* this */
            invokespecial org.antlr.runtime.ANTLRStringStream.<init>:()V
         1: .line 53
            aload 0 /* this */
            aload 1 /* r */
            iload 2 /* size */
            iload 3 /* readChunkSize */
            invokevirtual org.antlr.runtime.ANTLRReaderStream.load:(Ljava/io/Reader;II)V
         2: .line 54
            return
        end local 3 // int readChunkSize
        end local 2 // int size
        end local 1 // java.io.Reader r
        end local 0 // org.antlr.runtime.ANTLRReaderStream this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0           this  Lorg/antlr/runtime/ANTLRReaderStream;
            0    3     1              r  Ljava/io/Reader;
            0    3     2           size  I
            0    3     3  readChunkSize  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
               Name  Flags
      r              
      size           
      readChunkSize  

  public void load(java.io.Reader, int, int);
    descriptor: (Ljava/io/Reader;II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=8, args_size=4
        start local 0 // org.antlr.runtime.ANTLRReaderStream this
        start local 1 // java.io.Reader r
        start local 2 // int size
        start local 3 // int readChunkSize
         0: .line 59
            aload 1 /* r */
            ifnonnull 2
         1: .line 60
            return
         2: .line 62
      StackMap locals:
      StackMap stack:
            iload 2 /* size */
            ifgt 4
         3: .line 63
            sipush 1024
            istore 2 /* size */
         4: .line 65
      StackMap locals:
      StackMap stack:
            iload 3 /* readChunkSize */
            ifgt 6
         5: .line 66
            sipush 1024
            istore 3 /* readChunkSize */
         6: .line 71
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* size */
            newarray 5
            putfield org.antlr.runtime.ANTLRReaderStream.data:[C
         7: .line 74
            iconst_0
            istore 5 /* p */
        start local 5 // int p
         8: .line 76
      StackMap locals: org.antlr.runtime.ANTLRReaderStream java.io.Reader int int top int
      StackMap stack:
            iload 5 /* p */
            iload 3 /* readChunkSize */
            iadd
            aload 0 /* this */
            getfield org.antlr.runtime.ANTLRReaderStream.data:[C
            arraylength
            if_icmple 12
         9: .line 78
            aload 0 /* this */
            getfield org.antlr.runtime.ANTLRReaderStream.data:[C
            arraylength
            iconst_2
            imul
            newarray 5
            astore 6 /* newdata */
        start local 6 // char[] newdata
        10: .line 79
            aload 0 /* this */
            getfield org.antlr.runtime.ANTLRReaderStream.data:[C
            iconst_0
            aload 6 /* newdata */
            iconst_0
            aload 0 /* this */
            getfield org.antlr.runtime.ANTLRReaderStream.data:[C
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        11: .line 80
            aload 0 /* this */
            aload 6 /* newdata */
            putfield org.antlr.runtime.ANTLRReaderStream.data:[C
        end local 6 // char[] newdata
        12: .line 82
      StackMap locals:
      StackMap stack:
            aload 1 /* r */
            aload 0 /* this */
            getfield org.antlr.runtime.ANTLRReaderStream.data:[C
            iload 5 /* p */
            iload 3 /* readChunkSize */
            invokevirtual java.io.Reader.read:([CII)I
            istore 4 /* numRead */
        start local 4 // int numRead
        13: .line 84
            iload 5 /* p */
            iload 4 /* numRead */
            iadd
            istore 5 /* p */
        14: .line 85
            iload 4 /* numRead */
            iconst_m1
            if_icmpne 8
        15: .line 88
            aload 0 /* this */
            iload 5 /* p */
            iconst_1
            iadd
            putfield org.antlr.runtime.ANTLRStringStream.n:I
        end local 5 // int p
        end local 4 // int numRead
        16: .line 90
            goto 20
        17: .line 91
      StackMap locals: org.antlr.runtime.ANTLRReaderStream java.io.Reader int int
      StackMap stack: java.lang.Throwable
            astore 7
        18: .line 92
            aload 1 /* r */
            invokevirtual java.io.Reader.close:()V
        19: .line 93
            aload 7
            athrow
        20: .line 92
      StackMap locals:
      StackMap stack:
            aload 1 /* r */
            invokevirtual java.io.Reader.close:()V
        21: .line 94
            return
        end local 3 // int readChunkSize
        end local 2 // int size
        end local 1 // java.io.Reader r
        end local 0 // org.antlr.runtime.ANTLRReaderStream this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   22     0           this  Lorg/antlr/runtime/ANTLRReaderStream;
            0   22     1              r  Ljava/io/Reader;
            0   22     2           size  I
            0   22     3  readChunkSize  I
           13   16     4        numRead  I
            8   16     5              p  I
           10   12     6        newdata  [C
      Exception table:
        from    to  target  type
           6    17      17  any
    Exceptions:
      throws java.io.IOException
    MethodParameters:
               Name  Flags
      r              
      size           
      readChunkSize  
}
SourceFile: "ANTLRReaderStream.java"