public class org.antlr.v4.runtime.ANTLRInputStream implements org.antlr.v4.runtime.CharStream
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.antlr.v4.runtime.ANTLRInputStream
  super_class: java.lang.Object
{
  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

  protected char[] data;
    descriptor: [C
    flags: (0x0004) ACC_PROTECTED

  protected int n;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  protected int p;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  public java.lang.String name;
    descriptor: Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 25
            ldc Lorg/antlr/v4/runtime/ANTLRInputStream;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic org.antlr.v4.runtime.ANTLRInputStream.$assertionsDisabled:Z
         3: .line 27
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.antlr.v4.runtime.ANTLRInputStream this
         0: .line 41
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 36
            aload 0 /* this */
            iconst_0
            putfield org.antlr.v4.runtime.ANTLRInputStream.p:I
         2: .line 41
            return
        end local 0 // org.antlr.v4.runtime.ANTLRInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/antlr/v4/runtime/ANTLRInputStream;

  public void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.antlr.v4.runtime.ANTLRInputStream this
        start local 1 // java.lang.String input
         0: .line 44
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 36
            aload 0 /* this */
            iconst_0
            putfield org.antlr.v4.runtime.ANTLRInputStream.p:I
         2: .line 45
            aload 0 /* this */
            aload 1 /* input */
            invokevirtual java.lang.String.toCharArray:()[C
            putfield org.antlr.v4.runtime.ANTLRInputStream.data:[C
         3: .line 46
            aload 0 /* this */
            aload 1 /* input */
            invokevirtual java.lang.String.length:()I
            putfield org.antlr.v4.runtime.ANTLRInputStream.n:I
         4: .line 47
            return
        end local 1 // java.lang.String input
        end local 0 // org.antlr.v4.runtime.ANTLRInputStream this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lorg/antlr/v4/runtime/ANTLRInputStream;
            0    5     1  input  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      input  

  public void <init>(char[], int);
    descriptor: ([CI)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.antlr.v4.runtime.ANTLRInputStream this
        start local 1 // char[] data
        start local 2 // int numberOfActualCharsInArray
         0: .line 50
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 36
            aload 0 /* this */
            iconst_0
            putfield org.antlr.v4.runtime.ANTLRInputStream.p:I
         2: .line 51
            aload 0 /* this */
            aload 1 /* data */
            putfield org.antlr.v4.runtime.ANTLRInputStream.data:[C
         3: .line 52
            aload 0 /* this */
            iload 2 /* numberOfActualCharsInArray */
            putfield org.antlr.v4.runtime.ANTLRInputStream.n:I
         4: .line 53
            return
        end local 2 // int numberOfActualCharsInArray
        end local 1 // char[] data
        end local 0 // org.antlr.v4.runtime.ANTLRInputStream this
      LocalVariableTable:
        Start  End  Slot                        Name  Signature
            0    5     0                        this  Lorg/antlr/v4/runtime/ANTLRInputStream;
            0    5     1                        data  [C
            0    5     2  numberOfActualCharsInArray  I
    MethodParameters:
                            Name  Flags
      data                        
      numberOfActualCharsInArray  

  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.v4.runtime.ANTLRInputStream this
        start local 1 // java.io.Reader r
         0: .line 56
            aload 0 /* this */
            aload 1 /* r */
            sipush 1024
            sipush 1024
            invokespecial org.antlr.v4.runtime.ANTLRInputStream.<init>:(Ljava/io/Reader;II)V
         1: .line 57
            return
        end local 1 // java.io.Reader r
        end local 0 // org.antlr.v4.runtime.ANTLRInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/antlr/v4/runtime/ANTLRInputStream;
            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.v4.runtime.ANTLRInputStream this
        start local 1 // java.io.Reader r
        start local 2 // int initialSize
         0: .line 60
            aload 0 /* this */
            aload 1 /* r */
            iload 2 /* initialSize */
            sipush 1024
            invokespecial org.antlr.v4.runtime.ANTLRInputStream.<init>:(Ljava/io/Reader;II)V
         1: .line 61
            return
        end local 2 // int initialSize
        end local 1 // java.io.Reader r
        end local 0 // org.antlr.v4.runtime.ANTLRInputStream this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lorg/antlr/v4/runtime/ANTLRInputStream;
            0    2     1            r  Ljava/io/Reader;
            0    2     2  initialSize  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
             Name  Flags
      r            
      initialSize  

  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.v4.runtime.ANTLRInputStream this
        start local 1 // java.io.Reader r
        start local 2 // int initialSize
        start local 3 // int readChunkSize
         0: .line 63
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 36
            aload 0 /* this */
            iconst_0
            putfield org.antlr.v4.runtime.ANTLRInputStream.p:I
         2: .line 64
            aload 0 /* this */
            aload 1 /* r */
            iload 2 /* initialSize */
            iload 3 /* readChunkSize */
            invokevirtual org.antlr.v4.runtime.ANTLRInputStream.load:(Ljava/io/Reader;II)V
         3: .line 65
            return
        end local 3 // int readChunkSize
        end local 2 // int initialSize
        end local 1 // java.io.Reader r
        end local 0 // org.antlr.v4.runtime.ANTLRInputStream this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    4     0           this  Lorg/antlr/v4/runtime/ANTLRInputStream;
            0    4     1              r  Ljava/io/Reader;
            0    4     2    initialSize  I
            0    4     3  readChunkSize  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
               Name  Flags
      r              
      initialSize    
      readChunkSize  

  public void <init>(java.io.InputStream);
    descriptor: (Ljava/io/InputStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.antlr.v4.runtime.ANTLRInputStream this
        start local 1 // java.io.InputStream input
         0: .line 68
            aload 0 /* this */
            new java.io.InputStreamReader
            dup
            aload 1 /* input */
            invokespecial java.io.InputStreamReader.<init>:(Ljava/io/InputStream;)V
            sipush 1024
            invokespecial org.antlr.v4.runtime.ANTLRInputStream.<init>:(Ljava/io/Reader;I)V
         1: .line 69
            return
        end local 1 // java.io.InputStream input
        end local 0 // org.antlr.v4.runtime.ANTLRInputStream this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/antlr/v4/runtime/ANTLRInputStream;
            0    2     1  input  Ljava/io/InputStream;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
       Name  Flags
      input  

  public void <init>(java.io.InputStream, int);
    descriptor: (Ljava/io/InputStream;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.antlr.v4.runtime.ANTLRInputStream this
        start local 1 // java.io.InputStream input
        start local 2 // int initialSize
         0: .line 72
            aload 0 /* this */
            new java.io.InputStreamReader
            dup
            aload 1 /* input */
            invokespecial java.io.InputStreamReader.<init>:(Ljava/io/InputStream;)V
            iload 2 /* initialSize */
            invokespecial org.antlr.v4.runtime.ANTLRInputStream.<init>:(Ljava/io/Reader;I)V
         1: .line 73
            return
        end local 2 // int initialSize
        end local 1 // java.io.InputStream input
        end local 0 // org.antlr.v4.runtime.ANTLRInputStream this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lorg/antlr/v4/runtime/ANTLRInputStream;
            0    2     1        input  Ljava/io/InputStream;
            0    2     2  initialSize  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
             Name  Flags
      input        
      initialSize  

  public void <init>(java.io.InputStream, int, int);
    descriptor: (Ljava/io/InputStream;II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.antlr.v4.runtime.ANTLRInputStream this
        start local 1 // java.io.InputStream input
        start local 2 // int initialSize
        start local 3 // int readChunkSize
         0: .line 76
            aload 0 /* this */
            new java.io.InputStreamReader
            dup
            aload 1 /* input */
            invokespecial java.io.InputStreamReader.<init>:(Ljava/io/InputStream;)V
            iload 2 /* initialSize */
            iload 3 /* readChunkSize */
            invokespecial org.antlr.v4.runtime.ANTLRInputStream.<init>:(Ljava/io/Reader;II)V
         1: .line 77
            return
        end local 3 // int readChunkSize
        end local 2 // int initialSize
        end local 1 // java.io.InputStream input
        end local 0 // org.antlr.v4.runtime.ANTLRInputStream this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lorg/antlr/v4/runtime/ANTLRInputStream;
            0    2     1          input  Ljava/io/InputStream;
            0    2     2    initialSize  I
            0    2     3  readChunkSize  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
               Name  Flags
      input          
      initialSize    
      readChunkSize  

  public void load(java.io.Reader, int, int);
    descriptor: (Ljava/io/Reader;II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=7, args_size=4
        start local 0 // org.antlr.v4.runtime.ANTLRInputStream this
        start local 1 // java.io.Reader r
        start local 2 // int size
        start local 3 // int readChunkSize
         0: .line 82
            aload 1 /* r */
            ifnonnull 2
         1: .line 83
            return
         2: .line 85
      StackMap locals:
      StackMap stack:
            iload 2 /* size */
            ifgt 4
         3: .line 86
            sipush 1024
            istore 2 /* size */
         4: .line 88
      StackMap locals:
      StackMap stack:
            iload 3 /* readChunkSize */
            ifgt 6
         5: .line 89
            sipush 1024
            istore 3 /* readChunkSize */
         6: .line 94
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* size */
            newarray 5
            putfield org.antlr.v4.runtime.ANTLRInputStream.data:[C
         7: .line 96
            iconst_0
            istore 4 /* numRead */
        start local 4 // int numRead
         8: .line 97
            iconst_0
            istore 5 /* p */
        start local 5 // int p
         9: .line 99
      StackMap locals: int int
      StackMap stack:
            iload 5 /* p */
            iload 3 /* readChunkSize */
            iadd
            aload 0 /* this */
            getfield org.antlr.v4.runtime.ANTLRInputStream.data:[C
            arraylength
            if_icmple 11
        10: .line 101
            aload 0 /* this */
            aload 0 /* this */
            getfield org.antlr.v4.runtime.ANTLRInputStream.data:[C
            aload 0 /* this */
            getfield org.antlr.v4.runtime.ANTLRInputStream.data:[C
            arraylength
            iconst_2
            imul
            invokestatic java.util.Arrays.copyOf:([CI)[C
            putfield org.antlr.v4.runtime.ANTLRInputStream.data:[C
        11: .line 103
      StackMap locals:
      StackMap stack:
            aload 1 /* r */
            aload 0 /* this */
            getfield org.antlr.v4.runtime.ANTLRInputStream.data:[C
            iload 5 /* p */
            iload 3 /* readChunkSize */
            invokevirtual java.io.Reader.read:([CII)I
            istore 4 /* numRead */
        12: .line 105
            iload 5 /* p */
            iload 4 /* numRead */
            iadd
            istore 5 /* p */
        13: .line 106
            iload 4 /* numRead */
            iconst_m1
            if_icmpne 9
        14: .line 109
            aload 0 /* this */
            iload 5 /* p */
            iconst_1
            iadd
            putfield org.antlr.v4.runtime.ANTLRInputStream.n:I
        end local 5 // int p
        end local 4 // int numRead
        15: .line 111
            goto 19
        16: .line 112
      StackMap locals: org.antlr.v4.runtime.ANTLRInputStream java.io.Reader int int
      StackMap stack: java.lang.Throwable
            astore 6
        17: .line 113
            aload 1 /* r */
            invokevirtual java.io.Reader.close:()V
        18: .line 114
            aload 6
            athrow
        19: .line 113
      StackMap locals:
      StackMap stack:
            aload 1 /* r */
            invokevirtual java.io.Reader.close:()V
        20: .line 115
            return
        end local 3 // int readChunkSize
        end local 2 // int size
        end local 1 // java.io.Reader r
        end local 0 // org.antlr.v4.runtime.ANTLRInputStream this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   21     0           this  Lorg/antlr/v4/runtime/ANTLRInputStream;
            0   21     1              r  Ljava/io/Reader;
            0   21     2           size  I
            0   21     3  readChunkSize  I
            8   15     4        numRead  I
            9   15     5              p  I
      Exception table:
        from    to  target  type
           6    16      16  any
    Exceptions:
      throws java.io.IOException
    MethodParameters:
               Name  Flags
      r              
      size           
      readChunkSize  

  public void reset();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.antlr.v4.runtime.ANTLRInputStream this
         0: .line 122
            aload 0 /* this */
            iconst_0
            putfield org.antlr.v4.runtime.ANTLRInputStream.p:I
         1: .line 123
            return
        end local 0 // org.antlr.v4.runtime.ANTLRInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/antlr/v4/runtime/ANTLRInputStream;

  public void consume();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.antlr.v4.runtime.ANTLRInputStream this
         0: .line 127
            aload 0 /* this */
            getfield org.antlr.v4.runtime.ANTLRInputStream.p:I
            aload 0 /* this */
            getfield org.antlr.v4.runtime.ANTLRInputStream.n:I
            if_icmplt 3
         1: .line 128
            getstatic org.antlr.v4.runtime.ANTLRInputStream.$assertionsDisabled:Z
            ifne 2
            aload 0 /* this */
            iconst_1
            invokevirtual org.antlr.v4.runtime.ANTLRInputStream.LA:(I)I
            iconst_m1
            if_icmpeq 2
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         2: .line 129
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalStateException
            dup
            ldc "cannot consume EOF"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 133
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.antlr.v4.runtime.ANTLRInputStream.p:I
            aload 0 /* this */
            getfield org.antlr.v4.runtime.ANTLRInputStream.n:I
            if_icmpge 5
         4: .line 134
            aload 0 /* this */
            dup
            getfield org.antlr.v4.runtime.ANTLRInputStream.p:I
            iconst_1
            iadd
            putfield org.antlr.v4.runtime.ANTLRInputStream.p:I
         5: .line 137
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.antlr.v4.runtime.ANTLRInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/antlr/v4/runtime/ANTLRInputStream;

  public int LA(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.antlr.v4.runtime.ANTLRInputStream this
        start local 1 // int i
         0: .line 141
            iload 1 /* i */
            ifne 2
         1: .line 142
            iconst_0
            ireturn
         2: .line 144
      StackMap locals:
      StackMap stack:
            iload 1 /* i */
            ifge 6
         3: .line 145
            iinc 1 /* i */ 1
         4: .line 146
            aload 0 /* this */
            getfield org.antlr.v4.runtime.ANTLRInputStream.p:I
            iload 1 /* i */
            iadd
            iconst_1
            isub
            ifge 6
         5: .line 147
            iconst_m1
            ireturn
         6: .line 151
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.antlr.v4.runtime.ANTLRInputStream.p:I
            iload 1 /* i */
            iadd
            iconst_1
            isub
            aload 0 /* this */
            getfield org.antlr.v4.runtime.ANTLRInputStream.n:I
            if_icmplt 8
         7: .line 153
            iconst_m1
            ireturn
         8: .line 157
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.antlr.v4.runtime.ANTLRInputStream.data:[C
            aload 0 /* this */
            getfield org.antlr.v4.runtime.ANTLRInputStream.p:I
            iload 1 /* i */
            iadd
            iconst_1
            isub
            caload
            ireturn
        end local 1 // int i
        end local 0 // org.antlr.v4.runtime.ANTLRInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lorg/antlr/v4/runtime/ANTLRInputStream;
            0    9     1     i  I
    MethodParameters:
      Name  Flags
      i     

  public int LT(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.antlr.v4.runtime.ANTLRInputStream this
        start local 1 // int i
         0: .line 161
            aload 0 /* this */
            iload 1 /* i */
            invokevirtual org.antlr.v4.runtime.ANTLRInputStream.LA:(I)I
            ireturn
        end local 1 // int i
        end local 0 // org.antlr.v4.runtime.ANTLRInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/antlr/v4/runtime/ANTLRInputStream;
            0    1     1     i  I
    MethodParameters:
      Name  Flags
      i     

  public int index();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.antlr.v4.runtime.ANTLRInputStream this
         0: .line 170
            aload 0 /* this */
            getfield org.antlr.v4.runtime.ANTLRInputStream.p:I
            ireturn
        end local 0 // org.antlr.v4.runtime.ANTLRInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/antlr/v4/runtime/ANTLRInputStream;

  public int size();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.antlr.v4.runtime.ANTLRInputStream this
         0: .line 175
            aload 0 /* this */
            getfield org.antlr.v4.runtime.ANTLRInputStream.n:I
            ireturn
        end local 0 // org.antlr.v4.runtime.ANTLRInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/antlr/v4/runtime/ANTLRInputStream;

  public int mark();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.antlr.v4.runtime.ANTLRInputStream this
         0: .line 181
            iconst_m1
            ireturn
        end local 0 // org.antlr.v4.runtime.ANTLRInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/antlr/v4/runtime/ANTLRInputStream;

  public void release(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // org.antlr.v4.runtime.ANTLRInputStream this
        start local 1 // int marker
         0: .line 186
            return
        end local 1 // int marker
        end local 0 // org.antlr.v4.runtime.ANTLRInputStream this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/antlr/v4/runtime/ANTLRInputStream;
            0    1     1  marker  I
    MethodParameters:
        Name  Flags
      marker  

  public void seek(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.antlr.v4.runtime.ANTLRInputStream this
        start local 1 // int index
         0: .line 193
            iload 1 /* index */
            aload 0 /* this */
            getfield org.antlr.v4.runtime.ANTLRInputStream.p:I
            if_icmpgt 3
         1: .line 194
            aload 0 /* this */
            iload 1 /* index */
            putfield org.antlr.v4.runtime.ANTLRInputStream.p:I
         2: .line 195
            return
         3: .line 198
      StackMap locals:
      StackMap stack:
            iload 1 /* index */
            aload 0 /* this */
            getfield org.antlr.v4.runtime.ANTLRInputStream.n:I
            invokestatic java.lang.Math.min:(II)I
            istore 1 /* index */
         4: .line 199
            goto 6
         5: .line 200
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.antlr.v4.runtime.ANTLRInputStream.consume:()V
         6: .line 199
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.antlr.v4.runtime.ANTLRInputStream.p:I
            iload 1 /* index */
            if_icmplt 5
         7: .line 202
            return
        end local 1 // int index
        end local 0 // org.antlr.v4.runtime.ANTLRInputStream this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   this  Lorg/antlr/v4/runtime/ANTLRInputStream;
            0    8     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public java.lang.String getText(org.antlr.v4.runtime.misc.Interval);
    descriptor: (Lorg/antlr/v4/runtime/misc/Interval;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // org.antlr.v4.runtime.ANTLRInputStream this
        start local 1 // org.antlr.v4.runtime.misc.Interval interval
         0: .line 206
            aload 1 /* interval */
            getfield org.antlr.v4.runtime.misc.Interval.a:I
            istore 2 /* start */
        start local 2 // int start
         1: .line 207
            aload 1 /* interval */
            getfield org.antlr.v4.runtime.misc.Interval.b:I
            istore 3 /* stop */
        start local 3 // int stop
         2: .line 208
            iload 3 /* stop */
            aload 0 /* this */
            getfield org.antlr.v4.runtime.ANTLRInputStream.n:I
            if_icmplt 3
            aload 0 /* this */
            getfield org.antlr.v4.runtime.ANTLRInputStream.n:I
            iconst_1
            isub
            istore 3 /* stop */
         3: .line 209
      StackMap locals: int int
      StackMap stack:
            iload 3 /* stop */
            iload 2 /* start */
            isub
            iconst_1
            iadd
            istore 4 /* count */
        start local 4 // int count
         4: .line 210
            iload 2 /* start */
            aload 0 /* this */
            getfield org.antlr.v4.runtime.ANTLRInputStream.n:I
            if_icmplt 5
            ldc ""
            areturn
         5: .line 214
      StackMap locals: int
      StackMap stack:
            new java.lang.String
            dup
            aload 0 /* this */
            getfield org.antlr.v4.runtime.ANTLRInputStream.data:[C
            iload 2 /* start */
            iload 4 /* count */
            invokespecial java.lang.String.<init>:([CII)V
            areturn
        end local 4 // int count
        end local 3 // int stop
        end local 2 // int start
        end local 1 // org.antlr.v4.runtime.misc.Interval interval
        end local 0 // org.antlr.v4.runtime.ANTLRInputStream this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lorg/antlr/v4/runtime/ANTLRInputStream;
            0    6     1  interval  Lorg/antlr/v4/runtime/misc/Interval;
            1    6     2     start  I
            2    6     3      stop  I
            4    6     4     count  I
    MethodParameters:
          Name  Flags
      interval  

  public java.lang.String getSourceName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.antlr.v4.runtime.ANTLRInputStream this
         0: .line 219
            aload 0 /* this */
            getfield org.antlr.v4.runtime.ANTLRInputStream.name:Ljava/lang/String;
            ifnull 1
            aload 0 /* this */
            getfield org.antlr.v4.runtime.ANTLRInputStream.name:Ljava/lang/String;
            invokevirtual java.lang.String.isEmpty:()Z
            ifeq 2
         1: .line 220
      StackMap locals:
      StackMap stack:
            ldc "<unknown>"
            areturn
         2: .line 223
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.antlr.v4.runtime.ANTLRInputStream.name:Ljava/lang/String;
            areturn
        end local 0 // org.antlr.v4.runtime.ANTLRInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/antlr/v4/runtime/ANTLRInputStream;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.antlr.v4.runtime.ANTLRInputStream this
         0: .line 227
            new java.lang.String
            dup
            aload 0 /* this */
            getfield org.antlr.v4.runtime.ANTLRInputStream.data:[C
            invokespecial java.lang.String.<init>:([C)V
            areturn
        end local 0 // org.antlr.v4.runtime.ANTLRInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/antlr/v4/runtime/ANTLRInputStream;
}
SourceFile: "ANTLRInputStream.java"