public class org.antlr.runtime.BufferedTokenStream implements org.antlr.runtime.TokenStream
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.antlr.runtime.BufferedTokenStream
  super_class: java.lang.Object
{
  protected org.antlr.runtime.TokenSource tokenSource;
    descriptor: Lorg/antlr/runtime/TokenSource;
    flags: (0x0004) ACC_PROTECTED

  protected java.util.List<org.antlr.runtime.Token> tokens;
    descriptor: Ljava/util/List;
    flags: (0x0004) ACC_PROTECTED
    Signature: Ljava/util/List<Lorg/antlr/runtime/Token;>;

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

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

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

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.antlr.runtime.BufferedTokenStream this
         0: .line 71
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 57
            aload 0 /* this */
            new java.util.ArrayList
            dup
            bipush 100
            invokespecial java.util.ArrayList.<init>:(I)V
            putfield org.antlr.runtime.BufferedTokenStream.tokens:Ljava/util/List;
         2: .line 67
            aload 0 /* this */
            iconst_m1
            putfield org.antlr.runtime.BufferedTokenStream.p:I
         3: .line 69
            aload 0 /* this */
            iconst_m1
            putfield org.antlr.runtime.BufferedTokenStream.range:I
         4: .line 71
            return
        end local 0 // org.antlr.runtime.BufferedTokenStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/antlr/runtime/BufferedTokenStream;

  public void <init>(org.antlr.runtime.TokenSource);
    descriptor: (Lorg/antlr/runtime/TokenSource;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.antlr.runtime.BufferedTokenStream this
        start local 1 // org.antlr.runtime.TokenSource tokenSource
         0: .line 73
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 57
            aload 0 /* this */
            new java.util.ArrayList
            dup
            bipush 100
            invokespecial java.util.ArrayList.<init>:(I)V
            putfield org.antlr.runtime.BufferedTokenStream.tokens:Ljava/util/List;
         2: .line 67
            aload 0 /* this */
            iconst_m1
            putfield org.antlr.runtime.BufferedTokenStream.p:I
         3: .line 69
            aload 0 /* this */
            iconst_m1
            putfield org.antlr.runtime.BufferedTokenStream.range:I
         4: .line 74
            aload 0 /* this */
            aload 1 /* tokenSource */
            putfield org.antlr.runtime.BufferedTokenStream.tokenSource:Lorg/antlr/runtime/TokenSource;
         5: .line 75
            return
        end local 1 // org.antlr.runtime.TokenSource tokenSource
        end local 0 // org.antlr.runtime.BufferedTokenStream this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    6     0         this  Lorg/antlr/runtime/BufferedTokenStream;
            0    6     1  tokenSource  Lorg/antlr/runtime/TokenSource;
    MethodParameters:
             Name  Flags
      tokenSource  

  public org.antlr.runtime.TokenSource getTokenSource();
    descriptor: ()Lorg/antlr/runtime/TokenSource;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.antlr.runtime.BufferedTokenStream this
         0: .line 78
            aload 0 /* this */
            getfield org.antlr.runtime.BufferedTokenStream.tokenSource:Lorg/antlr/runtime/TokenSource;
            areturn
        end local 0 // org.antlr.runtime.BufferedTokenStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/antlr/runtime/BufferedTokenStream;

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

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

  public int mark();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.antlr.runtime.BufferedTokenStream this
         0: .line 88
            aload 0 /* this */
            getfield org.antlr.runtime.BufferedTokenStream.p:I
            iconst_m1
            if_icmpne 1
            aload 0 /* this */
            invokevirtual org.antlr.runtime.BufferedTokenStream.setup:()V
         1: .line 89
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual org.antlr.runtime.BufferedTokenStream.index:()I
            putfield org.antlr.runtime.BufferedTokenStream.lastMarker:I
         2: .line 90
            aload 0 /* this */
            getfield org.antlr.runtime.BufferedTokenStream.lastMarker:I
            ireturn
        end local 0 // org.antlr.runtime.BufferedTokenStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/antlr/runtime/BufferedTokenStream;

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

  public void rewind(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.antlr.runtime.BufferedTokenStream this
        start local 1 // int marker
         0: .line 100
            aload 0 /* this */
            iload 1 /* marker */
            invokevirtual org.antlr.runtime.BufferedTokenStream.seek:(I)V
         1: .line 101
            return
        end local 1 // int marker
        end local 0 // org.antlr.runtime.BufferedTokenStream this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/antlr/runtime/BufferedTokenStream;
            0    2     1  marker  I
    MethodParameters:
        Name  Flags
      marker  

  public void rewind();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.antlr.runtime.BufferedTokenStream this
         0: .line 105
            aload 0 /* this */
            aload 0 /* this */
            getfield org.antlr.runtime.BufferedTokenStream.lastMarker:I
            invokevirtual org.antlr.runtime.BufferedTokenStream.seek:(I)V
         1: .line 106
            return
        end local 0 // org.antlr.runtime.BufferedTokenStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/antlr/runtime/BufferedTokenStream;

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

  public void seek(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.antlr.runtime.BufferedTokenStream this
        start local 1 // int index
         0: .line 114
            aload 0 /* this */
            iload 1 /* index */
            putfield org.antlr.runtime.BufferedTokenStream.p:I
            return
        end local 1 // int index
        end local 0 // org.antlr.runtime.BufferedTokenStream this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/antlr/runtime/BufferedTokenStream;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public int size();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.antlr.runtime.BufferedTokenStream this
         0: .line 117
            aload 0 /* this */
            getfield org.antlr.runtime.BufferedTokenStream.tokens:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            ireturn
        end local 0 // org.antlr.runtime.BufferedTokenStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/antlr/runtime/BufferedTokenStream;

  public void consume();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.antlr.runtime.BufferedTokenStream this
         0: .line 128
            aload 0 /* this */
            getfield org.antlr.runtime.BufferedTokenStream.p:I
            iconst_m1
            if_icmpne 1
            aload 0 /* this */
            invokevirtual org.antlr.runtime.BufferedTokenStream.setup:()V
         1: .line 129
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.antlr.runtime.BufferedTokenStream.p:I
            iconst_1
            iadd
            putfield org.antlr.runtime.BufferedTokenStream.p:I
         2: .line 130
            aload 0 /* this */
            aload 0 /* this */
            getfield org.antlr.runtime.BufferedTokenStream.p:I
            invokevirtual org.antlr.runtime.BufferedTokenStream.sync:(I)V
         3: .line 131
            return
        end local 0 // org.antlr.runtime.BufferedTokenStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/antlr/runtime/BufferedTokenStream;

  protected void sync(int);
    descriptor: (I)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.antlr.runtime.BufferedTokenStream this
        start local 1 // int i
         0: .line 135
            iload 1 /* i */
            aload 0 /* this */
            getfield org.antlr.runtime.BufferedTokenStream.tokens:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            isub
            iconst_1
            iadd
            istore 2 /* n */
        start local 2 // int n
         1: .line 137
            iload 2 /* n */
            ifle 2
            aload 0 /* this */
            iload 2 /* n */
            invokevirtual org.antlr.runtime.BufferedTokenStream.fetch:(I)V
         2: .line 138
      StackMap locals: int
      StackMap stack:
            return
        end local 2 // int n
        end local 1 // int i
        end local 0 // org.antlr.runtime.BufferedTokenStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/antlr/runtime/BufferedTokenStream;
            0    3     1     i  I
            1    3     2     n  I
    MethodParameters:
      Name  Flags
      i     

  protected void fetch(int);
    descriptor: (I)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.antlr.runtime.BufferedTokenStream this
        start local 1 // int n
         0: .line 142
            iconst_1
            istore 2 /* i */
        start local 2 // int i
         1: goto 7
         2: .line 143
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.antlr.runtime.BufferedTokenStream.tokenSource:Lorg/antlr/runtime/TokenSource;
            invokeinterface org.antlr.runtime.TokenSource.nextToken:()Lorg/antlr/runtime/Token;
            astore 3 /* t */
        start local 3 // org.antlr.runtime.Token t
         3: .line 144
            aload 3 /* t */
            aload 0 /* this */
            getfield org.antlr.runtime.BufferedTokenStream.tokens:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            invokeinterface org.antlr.runtime.Token.setTokenIndex:(I)V
         4: .line 146
            aload 0 /* this */
            getfield org.antlr.runtime.BufferedTokenStream.tokens:Ljava/util/List;
            aload 3 /* t */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         5: .line 147
            aload 3 /* t */
            invokeinterface org.antlr.runtime.Token.getType:()I
            iconst_m1
            if_icmpne 6
            goto 8
        end local 3 // org.antlr.runtime.Token t
         6: .line 142
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 2 /* i */
            iload 1 /* n */
            if_icmple 2
        end local 2 // int i
         8: .line 149
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int n
        end local 0 // org.antlr.runtime.BufferedTokenStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lorg/antlr/runtime/BufferedTokenStream;
            0    9     1     n  I
            1    8     2     i  I
            3    6     3     t  Lorg/antlr/runtime/Token;
    MethodParameters:
      Name  Flags
      n     

  public org.antlr.runtime.Token get(int);
    descriptor: (I)Lorg/antlr/runtime/Token;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.antlr.runtime.BufferedTokenStream this
        start local 1 // int i
         0: .line 153
            iload 1 /* i */
            iflt 1
            iload 1 /* i */
            aload 0 /* this */
            getfield org.antlr.runtime.BufferedTokenStream.tokens:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            if_icmplt 2
         1: .line 154
      StackMap locals:
      StackMap stack:
            new java.util.NoSuchElementException
            dup
            new java.lang.StringBuilder
            dup
            ldc "token index "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 1 /* i */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc " out of range 0.."
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield org.antlr.runtime.BufferedTokenStream.tokens:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            iconst_1
            isub
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.util.NoSuchElementException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 156
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.antlr.runtime.BufferedTokenStream.tokens:Ljava/util/List;
            iload 1 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.antlr.runtime.Token
            areturn
        end local 1 // int i
        end local 0 // org.antlr.runtime.BufferedTokenStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/antlr/runtime/BufferedTokenStream;
            0    3     1     i  I
    MethodParameters:
      Name  Flags
      i     

  public java.util.List<? extends org.antlr.runtime.Token> get(int, int);
    descriptor: (II)Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=3
        start local 0 // org.antlr.runtime.BufferedTokenStream this
        start local 1 // int start
        start local 2 // int stop
         0: .line 161
            iload 1 /* start */
            iflt 1
            iload 2 /* stop */
            ifge 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
            areturn
         2: .line 162
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.antlr.runtime.BufferedTokenStream.p:I
            iconst_m1
            if_icmpne 3
            aload 0 /* this */
            invokevirtual org.antlr.runtime.BufferedTokenStream.setup:()V
         3: .line 163
      StackMap locals:
      StackMap stack:
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 3 /* subset */
        start local 3 // java.util.List subset
         4: .line 164
            iload 2 /* stop */
            aload 0 /* this */
            getfield org.antlr.runtime.BufferedTokenStream.tokens:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            if_icmplt 5
            aload 0 /* this */
            getfield org.antlr.runtime.BufferedTokenStream.tokens:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            iconst_1
            isub
            istore 2 /* stop */
         5: .line 165
      StackMap locals: java.util.List
      StackMap stack:
            iload 1 /* start */
            istore 4 /* i */
        start local 4 // int i
         6: goto 11
         7: .line 166
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.antlr.runtime.BufferedTokenStream.tokens:Ljava/util/List;
            iload 4 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.antlr.runtime.Token
            astore 5 /* t */
        start local 5 // org.antlr.runtime.Token t
         8: .line 167
            aload 5 /* t */
            invokeinterface org.antlr.runtime.Token.getType:()I
            iconst_m1
            if_icmpne 9
            goto 12
         9: .line 168
      StackMap locals: org.antlr.runtime.Token
      StackMap stack:
            aload 3 /* subset */
            aload 5 /* t */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 5 // org.antlr.runtime.Token t
        10: .line 165
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        11: iload 4 /* i */
            iload 2 /* stop */
            if_icmple 7
        end local 4 // int i
        12: .line 170
      StackMap locals:
      StackMap stack:
            aload 3 /* subset */
            areturn
        end local 3 // java.util.List subset
        end local 2 // int stop
        end local 1 // int start
        end local 0 // org.antlr.runtime.BufferedTokenStream this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   13     0    this  Lorg/antlr/runtime/BufferedTokenStream;
            0   13     1   start  I
            0   13     2    stop  I
            4   13     3  subset  Ljava/util/List<Lorg/antlr/runtime/Token;>;
            6   12     4       i  I
            8   10     5       t  Lorg/antlr/runtime/Token;
    Signature: (II)Ljava/util/List<+Lorg/antlr/runtime/Token;>;
    MethodParameters:
       Name  Flags
      start  
      stop   

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

  protected org.antlr.runtime.Token LB(int);
    descriptor: (I)Lorg/antlr/runtime/Token;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.antlr.runtime.BufferedTokenStream this
        start local 1 // int k
         0: .line 177
            aload 0 /* this */
            getfield org.antlr.runtime.BufferedTokenStream.p:I
            iload 1 /* k */
            isub
            ifge 1
            aconst_null
            areturn
         1: .line 178
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.antlr.runtime.BufferedTokenStream.tokens:Ljava/util/List;
            aload 0 /* this */
            getfield org.antlr.runtime.BufferedTokenStream.p:I
            iload 1 /* k */
            isub
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.antlr.runtime.Token
            areturn
        end local 1 // int k
        end local 0 // org.antlr.runtime.BufferedTokenStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/antlr/runtime/BufferedTokenStream;
            0    2     1     k  I
    MethodParameters:
      Name  Flags
      k     

  public org.antlr.runtime.Token LT(int);
    descriptor: (I)Lorg/antlr/runtime/Token;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.antlr.runtime.BufferedTokenStream this
        start local 1 // int k
         0: .line 183
            aload 0 /* this */
            getfield org.antlr.runtime.BufferedTokenStream.p:I
            iconst_m1
            if_icmpne 1
            aload 0 /* this */
            invokevirtual org.antlr.runtime.BufferedTokenStream.setup:()V
         1: .line 184
      StackMap locals:
      StackMap stack:
            iload 1 /* k */
            ifne 2
            aconst_null
            areturn
         2: .line 185
      StackMap locals:
      StackMap stack:
            iload 1 /* k */
            ifge 3
            aload 0 /* this */
            iload 1 /* k */
            ineg
            invokevirtual org.antlr.runtime.BufferedTokenStream.LB:(I)Lorg/antlr/runtime/Token;
            areturn
         3: .line 187
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.antlr.runtime.BufferedTokenStream.p:I
            iload 1 /* k */
            iadd
            iconst_1
            isub
            istore 2 /* i */
        start local 2 // int i
         4: .line 188
            aload 0 /* this */
            iload 2 /* i */
            invokevirtual org.antlr.runtime.BufferedTokenStream.sync:(I)V
         5: .line 189
            iload 2 /* i */
            aload 0 /* this */
            getfield org.antlr.runtime.BufferedTokenStream.tokens:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            if_icmplt 7
         6: .line 191
            aload 0 /* this */
            getfield org.antlr.runtime.BufferedTokenStream.tokens:Ljava/util/List;
            aload 0 /* this */
            getfield org.antlr.runtime.BufferedTokenStream.tokens:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            iconst_1
            isub
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.antlr.runtime.Token
            areturn
         7: .line 193
      StackMap locals: int
      StackMap stack:
            iload 2 /* i */
            aload 0 /* this */
            getfield org.antlr.runtime.BufferedTokenStream.range:I
            if_icmple 8
            aload 0 /* this */
            iload 2 /* i */
            putfield org.antlr.runtime.BufferedTokenStream.range:I
         8: .line 194
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.antlr.runtime.BufferedTokenStream.tokens:Ljava/util/List;
            iload 2 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.antlr.runtime.Token
            areturn
        end local 2 // int i
        end local 1 // int k
        end local 0 // org.antlr.runtime.BufferedTokenStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lorg/antlr/runtime/BufferedTokenStream;
            0    9     1     k  I
            4    9     2     i  I
    MethodParameters:
      Name  Flags
      k     

  protected void setup();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.antlr.runtime.BufferedTokenStream this
         0: .line 197
            aload 0 /* this */
            iconst_0
            invokevirtual org.antlr.runtime.BufferedTokenStream.sync:(I)V
            aload 0 /* this */
            iconst_0
            putfield org.antlr.runtime.BufferedTokenStream.p:I
            return
        end local 0 // org.antlr.runtime.BufferedTokenStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/antlr/runtime/BufferedTokenStream;

  public void setTokenSource(org.antlr.runtime.TokenSource);
    descriptor: (Lorg/antlr/runtime/TokenSource;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.antlr.runtime.BufferedTokenStream this
        start local 1 // org.antlr.runtime.TokenSource tokenSource
         0: .line 201
            aload 0 /* this */
            aload 1 /* tokenSource */
            putfield org.antlr.runtime.BufferedTokenStream.tokenSource:Lorg/antlr/runtime/TokenSource;
         1: .line 202
            aload 0 /* this */
            getfield org.antlr.runtime.BufferedTokenStream.tokens:Ljava/util/List;
            invokeinterface java.util.List.clear:()V
         2: .line 203
            aload 0 /* this */
            iconst_m1
            putfield org.antlr.runtime.BufferedTokenStream.p:I
         3: .line 204
            return
        end local 1 // org.antlr.runtime.TokenSource tokenSource
        end local 0 // org.antlr.runtime.BufferedTokenStream this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    4     0         this  Lorg/antlr/runtime/BufferedTokenStream;
            0    4     1  tokenSource  Lorg/antlr/runtime/TokenSource;
    MethodParameters:
             Name  Flags
      tokenSource  

  public java.util.List<? extends org.antlr.runtime.Token> getTokens();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.antlr.runtime.BufferedTokenStream this
         0: .line 206
            aload 0 /* this */
            getfield org.antlr.runtime.BufferedTokenStream.tokens:Ljava/util/List;
            areturn
        end local 0 // org.antlr.runtime.BufferedTokenStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/antlr/runtime/BufferedTokenStream;
    Signature: ()Ljava/util/List<+Lorg/antlr/runtime/Token;>;

  public java.util.List<? extends org.antlr.runtime.Token> getTokens(int, int);
    descriptor: (II)Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.antlr.runtime.BufferedTokenStream this
        start local 1 // int start
        start local 2 // int stop
         0: .line 209
            aload 0 /* this */
            iload 1 /* start */
            iload 2 /* stop */
            aconst_null
            invokevirtual org.antlr.runtime.BufferedTokenStream.getTokens:(IILorg/antlr/runtime/BitSet;)Ljava/util/List;
            areturn
        end local 2 // int stop
        end local 1 // int start
        end local 0 // org.antlr.runtime.BufferedTokenStream this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/antlr/runtime/BufferedTokenStream;
            0    1     1  start  I
            0    1     2   stop  I
    Signature: (II)Ljava/util/List<+Lorg/antlr/runtime/Token;>;
    MethodParameters:
       Name  Flags
      start  
      stop   

  public java.util.List<? extends org.antlr.runtime.Token> getTokens(int, int, org.antlr.runtime.BitSet);
    descriptor: (IILorg/antlr/runtime/BitSet;)Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=7, args_size=4
        start local 0 // org.antlr.runtime.BufferedTokenStream this
        start local 1 // int start
        start local 2 // int stop
        start local 3 // org.antlr.runtime.BitSet types
         0: .line 217
            aload 0 /* this */
            getfield org.antlr.runtime.BufferedTokenStream.p:I
            iconst_m1
            if_icmpne 1
            aload 0 /* this */
            invokevirtual org.antlr.runtime.BufferedTokenStream.setup:()V
         1: .line 218
      StackMap locals:
      StackMap stack:
            iload 2 /* stop */
            aload 0 /* this */
            getfield org.antlr.runtime.BufferedTokenStream.tokens:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            if_icmplt 2
            aload 0 /* this */
            getfield org.antlr.runtime.BufferedTokenStream.tokens:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            iconst_1
            isub
            istore 2 /* stop */
         2: .line 219
      StackMap locals:
      StackMap stack:
            iload 1 /* start */
            ifge 3
            iconst_0
            istore 1 /* start */
         3: .line 220
      StackMap locals:
      StackMap stack:
            iload 1 /* start */
            iload 2 /* stop */
            if_icmple 4
            aconst_null
            areturn
         4: .line 223
      StackMap locals:
      StackMap stack:
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 4 /* filteredTokens */
        start local 4 // java.util.List filteredTokens
         5: .line 224
            iload 1 /* start */
            istore 5 /* i */
        start local 5 // int i
         6: goto 11
         7: .line 225
      StackMap locals: java.util.List int
      StackMap stack:
            aload 0 /* this */
            getfield org.antlr.runtime.BufferedTokenStream.tokens:Ljava/util/List;
            iload 5 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.antlr.runtime.Token
            astore 6 /* t */
        start local 6 // org.antlr.runtime.Token t
         8: .line 226
            aload 3 /* types */
            ifnull 9
            aload 3 /* types */
            aload 6 /* t */
            invokeinterface org.antlr.runtime.Token.getType:()I
            invokevirtual org.antlr.runtime.BitSet.member:(I)Z
            ifeq 10
         9: .line 227
      StackMap locals: org.antlr.runtime.Token
      StackMap stack:
            aload 4 /* filteredTokens */
            aload 6 /* t */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 6 // org.antlr.runtime.Token t
        10: .line 224
      StackMap locals:
      StackMap stack:
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        11: iload 5 /* i */
            iload 2 /* stop */
            if_icmple 7
        end local 5 // int i
        12: .line 230
            aload 4 /* filteredTokens */
            invokeinterface java.util.List.isEmpty:()Z
            ifeq 14
        13: .line 231
            aconst_null
            astore 4 /* filteredTokens */
        14: .line 233
      StackMap locals:
      StackMap stack:
            aload 4 /* filteredTokens */
            areturn
        end local 4 // java.util.List filteredTokens
        end local 3 // org.antlr.runtime.BitSet types
        end local 2 // int stop
        end local 1 // int start
        end local 0 // org.antlr.runtime.BufferedTokenStream this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   15     0            this  Lorg/antlr/runtime/BufferedTokenStream;
            0   15     1           start  I
            0   15     2            stop  I
            0   15     3           types  Lorg/antlr/runtime/BitSet;
            5   15     4  filteredTokens  Ljava/util/List<Lorg/antlr/runtime/Token;>;
            6   12     5               i  I
            8   10     6               t  Lorg/antlr/runtime/Token;
    Signature: (IILorg/antlr/runtime/BitSet;)Ljava/util/List<+Lorg/antlr/runtime/Token;>;
    MethodParameters:
       Name  Flags
      start  
      stop   
      types  

  public java.util.List<? extends org.antlr.runtime.Token> getTokens(int, int, java.util.List<java.lang.Integer>);
    descriptor: (IILjava/util/List;)Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // org.antlr.runtime.BufferedTokenStream this
        start local 1 // int start
        start local 2 // int stop
        start local 3 // java.util.List types
         0: .line 237
            aload 0 /* this */
            iload 1 /* start */
            iload 2 /* stop */
            new org.antlr.runtime.BitSet
            dup
            aload 3 /* types */
            invokespecial org.antlr.runtime.BitSet.<init>:(Ljava/util/List;)V
            invokevirtual org.antlr.runtime.BufferedTokenStream.getTokens:(IILorg/antlr/runtime/BitSet;)Ljava/util/List;
            areturn
        end local 3 // java.util.List types
        end local 2 // int stop
        end local 1 // int start
        end local 0 // org.antlr.runtime.BufferedTokenStream this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/antlr/runtime/BufferedTokenStream;
            0    1     1  start  I
            0    1     2   stop  I
            0    1     3  types  Ljava/util/List<Ljava/lang/Integer;>;
    Signature: (IILjava/util/List<Ljava/lang/Integer;>;)Ljava/util/List<+Lorg/antlr/runtime/Token;>;
    MethodParameters:
       Name  Flags
      start  
      stop   
      types  

  public java.util.List<? extends org.antlr.runtime.Token> getTokens(int, int, int);
    descriptor: (III)Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.antlr.runtime.BufferedTokenStream this
        start local 1 // int start
        start local 2 // int stop
        start local 3 // int ttype
         0: .line 241
            aload 0 /* this */
            iload 1 /* start */
            iload 2 /* stop */
            iload 3 /* ttype */
            invokestatic org.antlr.runtime.BitSet.of:(I)Lorg/antlr/runtime/BitSet;
            invokevirtual org.antlr.runtime.BufferedTokenStream.getTokens:(IILorg/antlr/runtime/BitSet;)Ljava/util/List;
            areturn
        end local 3 // int ttype
        end local 2 // int stop
        end local 1 // int start
        end local 0 // org.antlr.runtime.BufferedTokenStream this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/antlr/runtime/BufferedTokenStream;
            0    1     1  start  I
            0    1     2   stop  I
            0    1     3  ttype  I
    Signature: (III)Ljava/util/List<+Lorg/antlr/runtime/Token;>;
    MethodParameters:
       Name  Flags
      start  
      stop   
      ttype  

  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.runtime.BufferedTokenStream this
         0: .line 245
            aload 0 /* this */
            getfield org.antlr.runtime.BufferedTokenStream.tokenSource:Lorg/antlr/runtime/TokenSource;
            invokeinterface org.antlr.runtime.TokenSource.getSourceName:()Ljava/lang/String;
            areturn
        end local 0 // org.antlr.runtime.BufferedTokenStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/antlr/runtime/BufferedTokenStream;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.antlr.runtime.BufferedTokenStream this
         0: .line 250
            aload 0 /* this */
            getfield org.antlr.runtime.BufferedTokenStream.p:I
            iconst_m1
            if_icmpne 1
            aload 0 /* this */
            invokevirtual org.antlr.runtime.BufferedTokenStream.setup:()V
         1: .line 251
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.antlr.runtime.BufferedTokenStream.fill:()V
         2: .line 252
            aload 0 /* this */
            iconst_0
            aload 0 /* this */
            getfield org.antlr.runtime.BufferedTokenStream.tokens:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            iconst_1
            isub
            invokevirtual org.antlr.runtime.BufferedTokenStream.toString:(II)Ljava/lang/String;
            areturn
        end local 0 // org.antlr.runtime.BufferedTokenStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/antlr/runtime/BufferedTokenStream;

  public java.lang.String toString(int, int);
    descriptor: (II)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=3
        start local 0 // org.antlr.runtime.BufferedTokenStream this
        start local 1 // int start
        start local 2 // int stop
         0: .line 257
            iload 1 /* start */
            iflt 1
            iload 2 /* stop */
            ifge 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
            areturn
         2: .line 258
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.antlr.runtime.BufferedTokenStream.p:I
            iconst_m1
            if_icmpne 3
            aload 0 /* this */
            invokevirtual org.antlr.runtime.BufferedTokenStream.setup:()V
         3: .line 259
      StackMap locals:
      StackMap stack:
            iload 2 /* stop */
            aload 0 /* this */
            getfield org.antlr.runtime.BufferedTokenStream.tokens:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            if_icmplt 4
            aload 0 /* this */
            getfield org.antlr.runtime.BufferedTokenStream.tokens:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            iconst_1
            isub
            istore 2 /* stop */
         4: .line 260
      StackMap locals:
      StackMap stack:
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            astore 3 /* buf */
        start local 3 // java.lang.StringBuilder buf
         5: .line 261
            iload 1 /* start */
            istore 4 /* i */
        start local 4 // int i
         6: goto 11
         7: .line 262
      StackMap locals: java.lang.StringBuilder int
      StackMap stack:
            aload 0 /* this */
            getfield org.antlr.runtime.BufferedTokenStream.tokens:Ljava/util/List;
            iload 4 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.antlr.runtime.Token
            astore 5 /* t */
        start local 5 // org.antlr.runtime.Token t
         8: .line 263
            aload 5 /* t */
            invokeinterface org.antlr.runtime.Token.getType:()I
            iconst_m1
            if_icmpne 9
            goto 12
         9: .line 264
      StackMap locals: org.antlr.runtime.Token
      StackMap stack:
            aload 3 /* buf */
            aload 5 /* t */
            invokeinterface org.antlr.runtime.Token.getText:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        end local 5 // org.antlr.runtime.Token t
        10: .line 261
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        11: iload 4 /* i */
            iload 2 /* stop */
            if_icmple 7
        end local 4 // int i
        12: .line 266
      StackMap locals:
      StackMap stack:
            aload 3 /* buf */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 3 // java.lang.StringBuilder buf
        end local 2 // int stop
        end local 1 // int start
        end local 0 // org.antlr.runtime.BufferedTokenStream this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   13     0   this  Lorg/antlr/runtime/BufferedTokenStream;
            0   13     1  start  I
            0   13     2   stop  I
            5   13     3    buf  Ljava/lang/StringBuilder;
            6   12     4      i  I
            8   10     5      t  Lorg/antlr/runtime/Token;
    MethodParameters:
       Name  Flags
      start  
      stop   

  public java.lang.String toString(org.antlr.runtime.Token, org.antlr.runtime.Token);
    descriptor: (Lorg/antlr/runtime/Token;Lorg/antlr/runtime/Token;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.antlr.runtime.BufferedTokenStream this
        start local 1 // org.antlr.runtime.Token start
        start local 2 // org.antlr.runtime.Token stop
         0: .line 271
            aload 1 /* start */
            ifnull 2
            aload 2 /* stop */
            ifnull 2
         1: .line 272
            aload 0 /* this */
            aload 1 /* start */
            invokeinterface org.antlr.runtime.Token.getTokenIndex:()I
            aload 2 /* stop */
            invokeinterface org.antlr.runtime.Token.getTokenIndex:()I
            invokevirtual org.antlr.runtime.BufferedTokenStream.toString:(II)Ljava/lang/String;
            areturn
         2: .line 274
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 2 // org.antlr.runtime.Token stop
        end local 1 // org.antlr.runtime.Token start
        end local 0 // org.antlr.runtime.BufferedTokenStream this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/antlr/runtime/BufferedTokenStream;
            0    3     1  start  Lorg/antlr/runtime/Token;
            0    3     2   stop  Lorg/antlr/runtime/Token;
    MethodParameters:
       Name  Flags
      start  
      stop   

  public void fill();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.antlr.runtime.BufferedTokenStream this
         0: .line 279
            aload 0 /* this */
            getfield org.antlr.runtime.BufferedTokenStream.p:I
            iconst_m1
            if_icmpne 1
            aload 0 /* this */
            invokevirtual org.antlr.runtime.BufferedTokenStream.setup:()V
         1: .line 280
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.antlr.runtime.BufferedTokenStream.tokens:Ljava/util/List;
            aload 0 /* this */
            getfield org.antlr.runtime.BufferedTokenStream.p:I
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.antlr.runtime.Token
            invokeinterface org.antlr.runtime.Token.getType:()I
            iconst_m1
            if_icmpne 2
            return
         2: .line 282
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.antlr.runtime.BufferedTokenStream.p:I
            iconst_1
            iadd
            istore 1 /* i */
        start local 1 // int i
         3: .line 283
            aload 0 /* this */
            iload 1 /* i */
            invokevirtual org.antlr.runtime.BufferedTokenStream.sync:(I)V
         4: .line 284
            goto 7
         5: .line 285
      StackMap locals: int
      StackMap stack:
            iinc 1 /* i */ 1
         6: .line 286
            aload 0 /* this */
            iload 1 /* i */
            invokevirtual org.antlr.runtime.BufferedTokenStream.sync:(I)V
         7: .line 284
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.antlr.runtime.BufferedTokenStream.tokens:Ljava/util/List;
            iload 1 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.antlr.runtime.Token
            invokeinterface org.antlr.runtime.Token.getType:()I
            iconst_m1
            if_icmpne 5
         8: .line 288
            return
        end local 1 // int i
        end local 0 // org.antlr.runtime.BufferedTokenStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lorg/antlr/runtime/BufferedTokenStream;
            3    9     1     i  I
}
SourceFile: "BufferedTokenStream.java"