public class org.antlr.misc.IntervalSet implements org.antlr.misc.IntSet
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.antlr.misc.IntervalSet
  super_class: java.lang.Object
{
  public static final org.antlr.misc.IntervalSet COMPLETE_SET;
    descriptor: Lorg/antlr/misc/IntervalSet;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  protected java.util.List<org.antlr.misc.Interval> intervals;
    descriptor: Ljava/util/List;
    flags: (0x0004) ACC_PROTECTED
    Signature: Ljava/util/List<Lorg/antlr/misc/Interval;>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 53
            iconst_0
            ldc 65535
            invokestatic org.antlr.misc.IntervalSet.of:(II)Lorg/antlr/misc/IntervalSet;
            putstatic org.antlr.misc.IntervalSet.COMPLETE_SET:Lorg/antlr/misc/IntervalSet;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.antlr.misc.IntervalSet this
         0: .line 59
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 60
            aload 0 /* this */
            new java.util.ArrayList
            dup
            iconst_2
            invokespecial java.util.ArrayList.<init>:(I)V
            putfield org.antlr.misc.IntervalSet.intervals:Ljava/util/List;
         2: .line 61
            return
        end local 0 // org.antlr.misc.IntervalSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/antlr/misc/IntervalSet;

  public void <init>(java.util.List<org.antlr.misc.Interval>);
    descriptor: (Ljava/util/List;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.antlr.misc.IntervalSet this
        start local 1 // java.util.List intervals
         0: .line 63
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 64
            aload 0 /* this */
            aload 1 /* intervals */
            putfield org.antlr.misc.IntervalSet.intervals:Ljava/util/List;
         2: .line 65
            return
        end local 1 // java.util.List intervals
        end local 0 // org.antlr.misc.IntervalSet this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lorg/antlr/misc/IntervalSet;
            0    3     1  intervals  Ljava/util/List<Lorg/antlr/misc/Interval;>;
    Signature: (Ljava/util/List<Lorg/antlr/misc/Interval;>;)V
    MethodParameters:
           Name  Flags
      intervals  

  public static org.antlr.misc.IntervalSet of(int);
    descriptor: (I)Lorg/antlr/misc/IntervalSet;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // int a
         0: .line 69
            new org.antlr.misc.IntervalSet
            dup
            invokespecial org.antlr.misc.IntervalSet.<init>:()V
            astore 1 /* s */
        start local 1 // org.antlr.misc.IntervalSet s
         1: .line 70
            aload 1 /* s */
            iload 0 /* a */
            invokevirtual org.antlr.misc.IntervalSet.add:(I)V
         2: .line 71
            aload 1 /* s */
            areturn
        end local 1 // org.antlr.misc.IntervalSet s
        end local 0 // int a
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0     a  I
            1    3     1     s  Lorg/antlr/misc/IntervalSet;
    MethodParameters:
      Name  Flags
      a     

  public static org.antlr.misc.IntervalSet of(int, int);
    descriptor: (II)Lorg/antlr/misc/IntervalSet;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // int a
        start local 1 // int b
         0: .line 76
            new org.antlr.misc.IntervalSet
            dup
            invokespecial org.antlr.misc.IntervalSet.<init>:()V
            astore 2 /* s */
        start local 2 // org.antlr.misc.IntervalSet s
         1: .line 77
            aload 2 /* s */
            iload 0 /* a */
            iload 1 /* b */
            invokevirtual org.antlr.misc.IntervalSet.add:(II)V
         2: .line 78
            aload 2 /* s */
            areturn
        end local 2 // org.antlr.misc.IntervalSet s
        end local 1 // int b
        end local 0 // int a
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0     a  I
            0    3     1     b  I
            1    3     2     s  Lorg/antlr/misc/IntervalSet;
    MethodParameters:
      Name  Flags
      a     
      b     

  public void add(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.antlr.misc.IntervalSet this
        start local 1 // int el
         0: .line 86
            aload 0 /* this */
            iload 1 /* el */
            iload 1 /* el */
            invokevirtual org.antlr.misc.IntervalSet.add:(II)V
         1: .line 87
            return
        end local 1 // int el
        end local 0 // org.antlr.misc.IntervalSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/antlr/misc/IntervalSet;
            0    2     1    el  I
    MethodParameters:
      Name  Flags
      el    

  public void add(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.antlr.misc.IntervalSet this
        start local 1 // int a
        start local 2 // int b
         0: .line 97
            aload 0 /* this */
            iload 1 /* a */
            iload 2 /* b */
            invokestatic org.antlr.misc.Interval.create:(II)Lorg/antlr/misc/Interval;
            invokevirtual org.antlr.misc.IntervalSet.add:(Lorg/antlr/misc/Interval;)V
         1: .line 98
            return
        end local 2 // int b
        end local 1 // int a
        end local 0 // org.antlr.misc.IntervalSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/antlr/misc/IntervalSet;
            0    2     1     a  I
            0    2     2     b  I
    MethodParameters:
      Name  Flags
      a     
      b     

  protected void add(org.antlr.misc.Interval);
    descriptor: (Lorg/antlr/misc/Interval;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=6, args_size=2
        start local 0 // org.antlr.misc.IntervalSet this
        start local 1 // org.antlr.misc.Interval addition
         0: .line 103
            aload 1 /* addition */
            getfield org.antlr.misc.Interval.b:I
            aload 1 /* addition */
            getfield org.antlr.misc.Interval.a:I
            if_icmpge 2
         1: .line 104
            return
         2: .line 108
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.antlr.misc.IntervalSet.intervals:Ljava/util/List;
            invokeinterface java.util.List.listIterator:()Ljava/util/ListIterator;
            astore 2 /* iter */
        start local 2 // java.util.ListIterator iter
         3: goto 24
         4: .line 109
      StackMap locals: java.util.ListIterator
      StackMap stack:
            aload 2 /* iter */
            invokeinterface java.util.ListIterator.next:()Ljava/lang/Object;
            checkcast org.antlr.misc.Interval
            astore 3 /* r */
        start local 3 // org.antlr.misc.Interval r
         5: .line 110
            aload 1 /* addition */
            aload 3 /* r */
            invokevirtual org.antlr.misc.Interval.equals:(Ljava/lang/Object;)Z
            ifeq 7
         6: .line 111
            return
         7: .line 113
      StackMap locals: org.antlr.misc.Interval
      StackMap stack:
            aload 1 /* addition */
            aload 3 /* r */
            invokevirtual org.antlr.misc.Interval.adjacent:(Lorg/antlr/misc/Interval;)Z
            ifne 8
            aload 1 /* addition */
            aload 3 /* r */
            invokevirtual org.antlr.misc.Interval.disjoint:(Lorg/antlr/misc/Interval;)Z
            ifne 20
         8: .line 115
      StackMap locals:
      StackMap stack:
            aload 1 /* addition */
            aload 3 /* r */
            invokevirtual org.antlr.misc.Interval.union:(Lorg/antlr/misc/Interval;)Lorg/antlr/misc/Interval;
            astore 4 /* bigger */
        start local 4 // org.antlr.misc.Interval bigger
         9: .line 116
            aload 2 /* iter */
            aload 4 /* bigger */
            invokeinterface java.util.ListIterator.set:(Ljava/lang/Object;)V
        10: .line 119
            goto 18
        11: .line 120
      StackMap locals: org.antlr.misc.Interval
      StackMap stack:
            aload 2 /* iter */
            invokeinterface java.util.ListIterator.next:()Ljava/lang/Object;
            checkcast org.antlr.misc.Interval
            astore 5 /* next */
        start local 5 // org.antlr.misc.Interval next
        12: .line 121
            aload 4 /* bigger */
            aload 5 /* next */
            invokevirtual org.antlr.misc.Interval.adjacent:(Lorg/antlr/misc/Interval;)Z
            ifne 14
            aload 4 /* bigger */
            aload 5 /* next */
            invokevirtual org.antlr.misc.Interval.disjoint:(Lorg/antlr/misc/Interval;)Z
            ifeq 14
        13: .line 122
            goto 19
        14: .line 126
      StackMap locals: org.antlr.misc.Interval
      StackMap stack:
            aload 2 /* iter */
            invokeinterface java.util.ListIterator.remove:()V
        15: .line 127
            aload 2 /* iter */
            invokeinterface java.util.ListIterator.previous:()Ljava/lang/Object;
            pop
        16: .line 128
            aload 2 /* iter */
            aload 4 /* bigger */
            aload 5 /* next */
            invokevirtual org.antlr.misc.Interval.union:(Lorg/antlr/misc/Interval;)Lorg/antlr/misc/Interval;
            invokeinterface java.util.ListIterator.set:(Ljava/lang/Object;)V
        17: .line 129
            aload 2 /* iter */
            invokeinterface java.util.ListIterator.next:()Ljava/lang/Object;
            pop
        end local 5 // org.antlr.misc.Interval next
        18: .line 119
      StackMap locals:
      StackMap stack:
            aload 2 /* iter */
            invokeinterface java.util.ListIterator.hasNext:()Z
            ifne 11
        19: .line 131
      StackMap locals:
      StackMap stack:
            return
        end local 4 // org.antlr.misc.Interval bigger
        20: .line 133
      StackMap locals:
      StackMap stack:
            aload 1 /* addition */
            aload 3 /* r */
            invokevirtual org.antlr.misc.Interval.startsBeforeDisjoint:(Lorg/antlr/misc/Interval;)Z
            ifeq 24
        21: .line 135
            aload 2 /* iter */
            invokeinterface java.util.ListIterator.previous:()Ljava/lang/Object;
            pop
        22: .line 136
            aload 2 /* iter */
            aload 1 /* addition */
            invokeinterface java.util.ListIterator.add:(Ljava/lang/Object;)V
        23: .line 137
            return
        end local 3 // org.antlr.misc.Interval r
        24: .line 108
      StackMap locals:
      StackMap stack:
            aload 2 /* iter */
            invokeinterface java.util.ListIterator.hasNext:()Z
            ifne 4
        end local 2 // java.util.ListIterator iter
        25: .line 143
            aload 0 /* this */
            getfield org.antlr.misc.IntervalSet.intervals:Ljava/util/List;
            aload 1 /* addition */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        26: .line 144
            return
        end local 1 // org.antlr.misc.Interval addition
        end local 0 // org.antlr.misc.IntervalSet this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   27     0      this  Lorg/antlr/misc/IntervalSet;
            0   27     1  addition  Lorg/antlr/misc/Interval;
            3   25     2      iter  Ljava/util/ListIterator<Lorg/antlr/misc/Interval;>;
            5   24     3         r  Lorg/antlr/misc/Interval;
            9   20     4    bigger  Lorg/antlr/misc/Interval;
           12   18     5      next  Lorg/antlr/misc/Interval;
    MethodParameters:
          Name  Flags
      addition  

  public void addAll(org.antlr.misc.IntSet);
    descriptor: (Lorg/antlr/misc/IntSet;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=2
        start local 0 // org.antlr.misc.IntervalSet this
        start local 1 // org.antlr.misc.IntSet set
         0: .line 193
            aload 1 /* set */
            ifnonnull 2
         1: .line 194
            return
         2: .line 196
      StackMap locals:
      StackMap stack:
            aload 1 /* set */
            instanceof org.antlr.misc.IntervalSet
            ifne 7
         3: .line 197
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "can't add non IntSet ("
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         4: .line 198
            aload 1 /* set */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         5: .line 199
            ldc ") to IntervalSet"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         6: .line 197
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         7: .line 201
      StackMap locals:
      StackMap stack:
            aload 1 /* set */
            checkcast org.antlr.misc.IntervalSet
            astore 2 /* other */
        start local 2 // org.antlr.misc.IntervalSet other
         8: .line 203
            aload 2 /* other */
            getfield org.antlr.misc.IntervalSet.intervals:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            istore 3 /* n */
        start local 3 // int n
         9: .line 204
            iconst_0
            istore 4 /* i */
        start local 4 // int i
        10: goto 14
        11: .line 205
      StackMap locals: org.antlr.misc.IntervalSet int int
      StackMap stack:
            aload 2 /* other */
            getfield org.antlr.misc.IntervalSet.intervals:Ljava/util/List;
            iload 4 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.antlr.misc.Interval
            astore 5 /* I */
        start local 5 // org.antlr.misc.Interval I
        12: .line 206
            aload 0 /* this */
            aload 5 /* I */
            getfield org.antlr.misc.Interval.a:I
            aload 5 /* I */
            getfield org.antlr.misc.Interval.b:I
            invokevirtual org.antlr.misc.IntervalSet.add:(II)V
        end local 5 // org.antlr.misc.Interval I
        13: .line 204
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        14: iload 4 /* i */
            iload 3 /* n */
            if_icmplt 11
        end local 4 // int i
        15: .line 208
            return
        end local 3 // int n
        end local 2 // org.antlr.misc.IntervalSet other
        end local 1 // org.antlr.misc.IntSet set
        end local 0 // org.antlr.misc.IntervalSet this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   16     0   this  Lorg/antlr/misc/IntervalSet;
            0   16     1    set  Lorg/antlr/misc/IntSet;
            8   16     2  other  Lorg/antlr/misc/IntervalSet;
            9   16     3      n  I
           10   15     4      i  I
           12   13     5      I  Lorg/antlr/misc/Interval;
    MethodParameters:
      Name  Flags
      set   

  public org.antlr.misc.IntervalSet complement(int, int);
    descriptor: (II)Lorg/antlr/misc/IntervalSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.antlr.misc.IntervalSet this
        start local 1 // int minElement
        start local 2 // int maxElement
         0: .line 211
            aload 0 /* this */
            iload 1 /* minElement */
            iload 2 /* maxElement */
            invokestatic org.antlr.misc.IntervalSet.of:(II)Lorg/antlr/misc/IntervalSet;
            invokevirtual org.antlr.misc.IntervalSet.complement:(Lorg/antlr/misc/IntSet;)Lorg/antlr/misc/IntervalSet;
            areturn
        end local 2 // int maxElement
        end local 1 // int minElement
        end local 0 // org.antlr.misc.IntervalSet this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lorg/antlr/misc/IntervalSet;
            0    1     1  minElement  I
            0    1     2  maxElement  I
    MethodParameters:
            Name  Flags
      minElement  
      maxElement  

  public org.antlr.misc.IntervalSet complement(org.antlr.misc.IntSet);
    descriptor: (Lorg/antlr/misc/IntSet;)Lorg/antlr/misc/IntervalSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=12, args_size=2
        start local 0 // org.antlr.misc.IntervalSet this
        start local 1 // org.antlr.misc.IntSet vocabulary
         0: .line 222
            aload 1 /* vocabulary */
            ifnonnull 2
         1: .line 223
            aconst_null
            areturn
         2: .line 225
      StackMap locals:
      StackMap stack:
            aload 1 /* vocabulary */
            instanceof org.antlr.misc.IntervalSet
            ifne 6
         3: .line 226
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "can't complement with non IntervalSet ("
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         4: .line 227
            aload 1 /* vocabulary */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc ")"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         5: .line 226
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 229
      StackMap locals:
      StackMap stack:
            aload 1 /* vocabulary */
            checkcast org.antlr.misc.IntervalSet
            astore 2 /* vocabularyIS */
        start local 2 // org.antlr.misc.IntervalSet vocabularyIS
         7: .line 230
            aload 2 /* vocabularyIS */
            invokevirtual org.antlr.misc.IntervalSet.getMaxElement:()I
            istore 3 /* maxElement */
        start local 3 // int maxElement
         8: .line 232
            new org.antlr.misc.IntervalSet
            dup
            invokespecial org.antlr.misc.IntervalSet.<init>:()V
            astore 4 /* compl */
        start local 4 // org.antlr.misc.IntervalSet compl
         9: .line 233
            aload 0 /* this */
            getfield org.antlr.misc.IntervalSet.intervals:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            istore 5 /* n */
        start local 5 // int n
        10: .line 234
            iload 5 /* n */
            ifne 12
        11: .line 235
            aload 4 /* compl */
            areturn
        12: .line 237
      StackMap locals: org.antlr.misc.IntervalSet org.antlr.misc.IntSet org.antlr.misc.IntervalSet int org.antlr.misc.IntervalSet int
      StackMap stack:
            aload 0 /* this */
            getfield org.antlr.misc.IntervalSet.intervals:Ljava/util/List;
            iconst_0
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.antlr.misc.Interval
            astore 6 /* first */
        start local 6 // org.antlr.misc.Interval first
        13: .line 239
            aload 6 /* first */
            getfield org.antlr.misc.Interval.a:I
            ifle 17
        14: .line 240
            iconst_0
            aload 6 /* first */
            getfield org.antlr.misc.Interval.a:I
            iconst_1
            isub
            invokestatic org.antlr.misc.IntervalSet.of:(II)Lorg/antlr/misc/IntervalSet;
            astore 7 /* s */
        start local 7 // org.antlr.misc.IntervalSet s
        15: .line 241
            aload 7 /* s */
            aload 2 /* vocabularyIS */
            invokevirtual org.antlr.misc.IntervalSet.and:(Lorg/antlr/misc/IntSet;)Lorg/antlr/misc/IntervalSet;
            astore 8 /* a */
        start local 8 // org.antlr.misc.IntervalSet a
        16: .line 242
            aload 4 /* compl */
            aload 8 /* a */
            invokevirtual org.antlr.misc.IntervalSet.addAll:(Lorg/antlr/misc/IntSet;)V
        end local 8 // org.antlr.misc.IntervalSet a
        end local 7 // org.antlr.misc.IntervalSet s
        17: .line 244
      StackMap locals: org.antlr.misc.Interval
      StackMap stack:
            iconst_1
            istore 7 /* i */
        start local 7 // int i
        18: goto 25
        19: .line 245
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.antlr.misc.IntervalSet.intervals:Ljava/util/List;
            iload 7 /* i */
            iconst_1
            isub
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.antlr.misc.Interval
            astore 8 /* previous */
        start local 8 // org.antlr.misc.Interval previous
        20: .line 246
            aload 0 /* this */
            getfield org.antlr.misc.IntervalSet.intervals:Ljava/util/List;
            iload 7 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.antlr.misc.Interval
            astore 9 /* current */
        start local 9 // org.antlr.misc.Interval current
        21: .line 247
            aload 8 /* previous */
            getfield org.antlr.misc.Interval.b:I
            iconst_1
            iadd
            aload 9 /* current */
            getfield org.antlr.misc.Interval.a:I
            iconst_1
            isub
            invokestatic org.antlr.misc.IntervalSet.of:(II)Lorg/antlr/misc/IntervalSet;
            astore 10 /* s */
        start local 10 // org.antlr.misc.IntervalSet s
        22: .line 248
            aload 10 /* s */
            aload 2 /* vocabularyIS */
            invokevirtual org.antlr.misc.IntervalSet.and:(Lorg/antlr/misc/IntSet;)Lorg/antlr/misc/IntervalSet;
            astore 11 /* a */
        start local 11 // org.antlr.misc.IntervalSet a
        23: .line 249
            aload 4 /* compl */
            aload 11 /* a */
            invokevirtual org.antlr.misc.IntervalSet.addAll:(Lorg/antlr/misc/IntSet;)V
        end local 11 // org.antlr.misc.IntervalSet a
        end local 10 // org.antlr.misc.IntervalSet s
        end local 9 // org.antlr.misc.Interval current
        end local 8 // org.antlr.misc.Interval previous
        24: .line 244
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
        25: iload 7 /* i */
            iload 5 /* n */
            if_icmplt 19
        end local 7 // int i
        26: .line 251
            aload 0 /* this */
            getfield org.antlr.misc.IntervalSet.intervals:Ljava/util/List;
            iload 5 /* n */
            iconst_1
            isub
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.antlr.misc.Interval
            astore 7 /* last */
        start local 7 // org.antlr.misc.Interval last
        27: .line 253
            aload 7 /* last */
            getfield org.antlr.misc.Interval.b:I
            iload 3 /* maxElement */
            if_icmpge 31
        28: .line 254
            aload 7 /* last */
            getfield org.antlr.misc.Interval.b:I
            iconst_1
            iadd
            iload 3 /* maxElement */
            invokestatic org.antlr.misc.IntervalSet.of:(II)Lorg/antlr/misc/IntervalSet;
            astore 8 /* s */
        start local 8 // org.antlr.misc.IntervalSet s
        29: .line 255
            aload 8 /* s */
            aload 2 /* vocabularyIS */
            invokevirtual org.antlr.misc.IntervalSet.and:(Lorg/antlr/misc/IntSet;)Lorg/antlr/misc/IntervalSet;
            astore 9 /* a */
        start local 9 // org.antlr.misc.IntervalSet a
        30: .line 256
            aload 4 /* compl */
            aload 9 /* a */
            invokevirtual org.antlr.misc.IntervalSet.addAll:(Lorg/antlr/misc/IntSet;)V
        end local 9 // org.antlr.misc.IntervalSet a
        end local 8 // org.antlr.misc.IntervalSet s
        31: .line 258
      StackMap locals: org.antlr.misc.IntervalSet org.antlr.misc.IntSet org.antlr.misc.IntervalSet int org.antlr.misc.IntervalSet int org.antlr.misc.Interval org.antlr.misc.Interval
      StackMap stack:
            aload 4 /* compl */
            areturn
        end local 7 // org.antlr.misc.Interval last
        end local 6 // org.antlr.misc.Interval first
        end local 5 // int n
        end local 4 // org.antlr.misc.IntervalSet compl
        end local 3 // int maxElement
        end local 2 // org.antlr.misc.IntervalSet vocabularyIS
        end local 1 // org.antlr.misc.IntSet vocabulary
        end local 0 // org.antlr.misc.IntervalSet this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   32     0          this  Lorg/antlr/misc/IntervalSet;
            0   32     1    vocabulary  Lorg/antlr/misc/IntSet;
            7   32     2  vocabularyIS  Lorg/antlr/misc/IntervalSet;
            8   32     3    maxElement  I
            9   32     4         compl  Lorg/antlr/misc/IntervalSet;
           10   32     5             n  I
           13   32     6         first  Lorg/antlr/misc/Interval;
           15   17     7             s  Lorg/antlr/misc/IntervalSet;
           16   17     8             a  Lorg/antlr/misc/IntervalSet;
           18   26     7             i  I
           20   24     8      previous  Lorg/antlr/misc/Interval;
           21   24     9       current  Lorg/antlr/misc/Interval;
           22   24    10             s  Lorg/antlr/misc/IntervalSet;
           23   24    11             a  Lorg/antlr/misc/IntervalSet;
           27   32     7          last  Lorg/antlr/misc/Interval;
           29   31     8             s  Lorg/antlr/misc/IntervalSet;
           30   31     9             a  Lorg/antlr/misc/IntervalSet;
    MethodParameters:
            Name  Flags
      vocabulary  

  public org.antlr.misc.IntervalSet subtract(org.antlr.misc.IntSet);
    descriptor: (Lorg/antlr/misc/IntSet;)Lorg/antlr/misc/IntervalSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.antlr.misc.IntervalSet this
        start local 1 // org.antlr.misc.IntSet other
         0: .line 274
            aload 0 /* this */
            aload 1 /* other */
            checkcast org.antlr.misc.IntervalSet
            getstatic org.antlr.misc.IntervalSet.COMPLETE_SET:Lorg/antlr/misc/IntervalSet;
            invokevirtual org.antlr.misc.IntervalSet.complement:(Lorg/antlr/misc/IntSet;)Lorg/antlr/misc/IntervalSet;
            invokevirtual org.antlr.misc.IntervalSet.and:(Lorg/antlr/misc/IntSet;)Lorg/antlr/misc/IntervalSet;
            areturn
        end local 1 // org.antlr.misc.IntSet other
        end local 0 // org.antlr.misc.IntervalSet this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/antlr/misc/IntervalSet;
            0    1     1  other  Lorg/antlr/misc/IntSet;
    MethodParameters:
       Name  Flags
      other  

  public org.antlr.misc.IntSet or(org.antlr.misc.IntSet);
    descriptor: (Lorg/antlr/misc/IntSet;)Lorg/antlr/misc/IntSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.antlr.misc.IntervalSet this
        start local 1 // org.antlr.misc.IntSet a
         0: .line 399
            new org.antlr.misc.IntervalSet
            dup
            invokespecial org.antlr.misc.IntervalSet.<init>:()V
            astore 2 /* o */
        start local 2 // org.antlr.misc.IntervalSet o
         1: .line 400
            aload 2 /* o */
            aload 0 /* this */
            invokevirtual org.antlr.misc.IntervalSet.addAll:(Lorg/antlr/misc/IntSet;)V
         2: .line 401
            aload 2 /* o */
            aload 1 /* a */
            invokevirtual org.antlr.misc.IntervalSet.addAll:(Lorg/antlr/misc/IntSet;)V
         3: .line 403
            aload 2 /* o */
            areturn
        end local 2 // org.antlr.misc.IntervalSet o
        end local 1 // org.antlr.misc.IntSet a
        end local 0 // org.antlr.misc.IntervalSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/antlr/misc/IntervalSet;
            0    4     1     a  Lorg/antlr/misc/IntSet;
            1    4     2     o  Lorg/antlr/misc/IntervalSet;
    MethodParameters:
      Name  Flags
      a     

  public org.antlr.misc.IntervalSet and(org.antlr.misc.IntSet);
    descriptor: (Lorg/antlr/misc/IntSet;)Lorg/antlr/misc/IntervalSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=11, args_size=2
        start local 0 // org.antlr.misc.IntervalSet this
        start local 1 // org.antlr.misc.IntSet other
         0: .line 413
            aload 1 /* other */
            ifnonnull 2
         1: .line 414
            aconst_null
            areturn
         2: .line 417
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.antlr.misc.IntervalSet.intervals:Ljava/util/List;
            astore 2 /* myIntervals */
        start local 2 // java.util.List myIntervals
         3: .line 418
            aload 1 /* other */
            checkcast org.antlr.misc.IntervalSet
            getfield org.antlr.misc.IntervalSet.intervals:Ljava/util/List;
            astore 3 /* theirIntervals */
        start local 3 // java.util.List theirIntervals
         4: .line 419
            aconst_null
            astore 4 /* intersection */
        start local 4 // org.antlr.misc.IntervalSet intersection
         5: .line 420
            aload 2 /* myIntervals */
            invokeinterface java.util.List.size:()I
            istore 5 /* mySize */
        start local 5 // int mySize
         6: .line 421
            aload 3 /* theirIntervals */
            invokeinterface java.util.List.size:()I
            istore 6 /* theirSize */
        start local 6 // int theirSize
         7: .line 422
            iconst_0
            istore 7 /* i */
        start local 7 // int i
         8: .line 423
            iconst_0
            istore 8 /* j */
        start local 8 // int j
         9: .line 425
            goto 39
        10: .line 426
      StackMap locals: org.antlr.misc.IntervalSet org.antlr.misc.IntSet java.util.List java.util.List org.antlr.misc.IntervalSet int int int int
      StackMap stack:
            aload 2 /* myIntervals */
            iload 7 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.antlr.misc.Interval
            astore 9 /* mine */
        start local 9 // org.antlr.misc.Interval mine
        11: .line 427
            aload 3 /* theirIntervals */
            iload 8 /* j */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.antlr.misc.Interval
            astore 10 /* theirs */
        start local 10 // org.antlr.misc.Interval theirs
        12: .line 429
            aload 9 /* mine */
            aload 10 /* theirs */
            invokevirtual org.antlr.misc.Interval.startsBeforeDisjoint:(Lorg/antlr/misc/Interval;)Z
            ifeq 15
        13: .line 431
            iinc 7 /* i */ 1
        14: .line 432
            goto 39
        15: .line 433
      StackMap locals: org.antlr.misc.Interval org.antlr.misc.Interval
      StackMap stack:
            aload 10 /* theirs */
            aload 9 /* mine */
            invokevirtual org.antlr.misc.Interval.startsBeforeDisjoint:(Lorg/antlr/misc/Interval;)Z
            ifeq 18
        16: .line 435
            iinc 8 /* j */ 1
        17: .line 436
            goto 39
        18: .line 437
      StackMap locals:
      StackMap stack:
            aload 9 /* mine */
            aload 10 /* theirs */
            invokevirtual org.antlr.misc.Interval.properlyContains:(Lorg/antlr/misc/Interval;)Z
            ifeq 24
        19: .line 439
            aload 4 /* intersection */
            ifnonnull 21
        20: .line 440
            new org.antlr.misc.IntervalSet
            dup
            invokespecial org.antlr.misc.IntervalSet.<init>:()V
            astore 4 /* intersection */
        21: .line 442
      StackMap locals:
      StackMap stack:
            aload 4 /* intersection */
            aload 9 /* mine */
            aload 10 /* theirs */
            invokevirtual org.antlr.misc.Interval.intersection:(Lorg/antlr/misc/Interval;)Lorg/antlr/misc/Interval;
            invokevirtual org.antlr.misc.IntervalSet.add:(Lorg/antlr/misc/Interval;)V
        22: .line 443
            iinc 8 /* j */ 1
        23: .line 444
            goto 39
        24: .line 445
      StackMap locals:
      StackMap stack:
            aload 10 /* theirs */
            aload 9 /* mine */
            invokevirtual org.antlr.misc.Interval.properlyContains:(Lorg/antlr/misc/Interval;)Z
            ifeq 30
        25: .line 447
            aload 4 /* intersection */
            ifnonnull 27
        26: .line 448
            new org.antlr.misc.IntervalSet
            dup
            invokespecial org.antlr.misc.IntervalSet.<init>:()V
            astore 4 /* intersection */
        27: .line 450
      StackMap locals:
      StackMap stack:
            aload 4 /* intersection */
            aload 9 /* mine */
            aload 10 /* theirs */
            invokevirtual org.antlr.misc.Interval.intersection:(Lorg/antlr/misc/Interval;)Lorg/antlr/misc/Interval;
            invokevirtual org.antlr.misc.IntervalSet.add:(Lorg/antlr/misc/Interval;)V
        28: .line 451
            iinc 7 /* i */ 1
        29: .line 452
            goto 39
        30: .line 453
      StackMap locals:
      StackMap stack:
            aload 9 /* mine */
            aload 10 /* theirs */
            invokevirtual org.antlr.misc.Interval.disjoint:(Lorg/antlr/misc/Interval;)Z
            ifne 39
        31: .line 455
            aload 4 /* intersection */
            ifnonnull 33
        32: .line 456
            new org.antlr.misc.IntervalSet
            dup
            invokespecial org.antlr.misc.IntervalSet.<init>:()V
            astore 4 /* intersection */
        33: .line 458
      StackMap locals:
      StackMap stack:
            aload 4 /* intersection */
            aload 9 /* mine */
            aload 10 /* theirs */
            invokevirtual org.antlr.misc.Interval.intersection:(Lorg/antlr/misc/Interval;)Lorg/antlr/misc/Interval;
            invokevirtual org.antlr.misc.IntervalSet.add:(Lorg/antlr/misc/Interval;)V
        34: .line 466
            aload 9 /* mine */
            aload 10 /* theirs */
            invokevirtual org.antlr.misc.Interval.startsAfterNonDisjoint:(Lorg/antlr/misc/Interval;)Z
            ifeq 37
        35: .line 467
            iinc 8 /* j */ 1
        36: .line 468
            goto 39
        37: .line 469
      StackMap locals:
      StackMap stack:
            aload 10 /* theirs */
            aload 9 /* mine */
            invokevirtual org.antlr.misc.Interval.startsAfterNonDisjoint:(Lorg/antlr/misc/Interval;)Z
            ifeq 39
        38: .line 470
            iinc 7 /* i */ 1
        end local 10 // org.antlr.misc.Interval theirs
        end local 9 // org.antlr.misc.Interval mine
        39: .line 425
      StackMap locals:
      StackMap stack:
            iload 7 /* i */
            iload 5 /* mySize */
            if_icmpge 40
            iload 8 /* j */
            iload 6 /* theirSize */
            if_icmplt 10
        40: .line 474
      StackMap locals:
      StackMap stack:
            aload 4 /* intersection */
            ifnonnull 42
        41: .line 475
            new org.antlr.misc.IntervalSet
            dup
            invokespecial org.antlr.misc.IntervalSet.<init>:()V
            areturn
        42: .line 477
      StackMap locals:
      StackMap stack:
            aload 4 /* intersection */
            areturn
        end local 8 // int j
        end local 7 // int i
        end local 6 // int theirSize
        end local 5 // int mySize
        end local 4 // org.antlr.misc.IntervalSet intersection
        end local 3 // java.util.List theirIntervals
        end local 2 // java.util.List myIntervals
        end local 1 // org.antlr.misc.IntSet other
        end local 0 // org.antlr.misc.IntervalSet this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   43     0            this  Lorg/antlr/misc/IntervalSet;
            0   43     1           other  Lorg/antlr/misc/IntSet;
            3   43     2     myIntervals  Ljava/util/List<Lorg/antlr/misc/Interval;>;
            4   43     3  theirIntervals  Ljava/util/List<Lorg/antlr/misc/Interval;>;
            5   43     4    intersection  Lorg/antlr/misc/IntervalSet;
            6   43     5          mySize  I
            7   43     6       theirSize  I
            8   43     7               i  I
            9   43     8               j  I
           11   39     9            mine  Lorg/antlr/misc/Interval;
           12   39    10          theirs  Lorg/antlr/misc/Interval;
    MethodParameters:
       Name  Flags
      other  

  public boolean member(int);
    descriptor: (I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=7, args_size=2
        start local 0 // org.antlr.misc.IntervalSet this
        start local 1 // int el
         0: .line 483
            aload 0 /* this */
            getfield org.antlr.misc.IntervalSet.intervals:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            istore 2 /* n */
        start local 2 // int n
         1: .line 484
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         2: goto 11
         3: .line 485
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.antlr.misc.IntervalSet.intervals:Ljava/util/List;
            iload 3 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.antlr.misc.Interval
            astore 4 /* I */
        start local 4 // org.antlr.misc.Interval I
         4: .line 486
            aload 4 /* I */
            getfield org.antlr.misc.Interval.a:I
            istore 5 /* a */
        start local 5 // int a
         5: .line 487
            aload 4 /* I */
            getfield org.antlr.misc.Interval.b:I
            istore 6 /* b */
        start local 6 // int b
         6: .line 488
            iload 1 /* el */
            iload 5 /* a */
            if_icmpge 8
         7: .line 489
            goto 12
         8: .line 491
      StackMap locals: org.antlr.misc.Interval int int
      StackMap stack:
            iload 1 /* el */
            iload 5 /* a */
            if_icmplt 10
            iload 1 /* el */
            iload 6 /* b */
            if_icmpgt 10
         9: .line 492
            iconst_1
            ireturn
        end local 6 // int b
        end local 5 // int a
        end local 4 // org.antlr.misc.Interval I
        10: .line 484
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        11: iload 3 /* i */
            iload 2 /* n */
            if_icmplt 3
        end local 3 // int i
        12: .line 495
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 2 // int n
        end local 1 // int el
        end local 0 // org.antlr.misc.IntervalSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Lorg/antlr/misc/IntervalSet;
            0   13     1    el  I
            1   13     2     n  I
            2   12     3     i  I
            4   10     4     I  Lorg/antlr/misc/Interval;
            5   10     5     a  I
            6   10     6     b  I
    MethodParameters:
      Name  Flags
      el    

  public boolean isNil();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.antlr.misc.IntervalSet this
         0: .line 513
            aload 0 /* this */
            getfield org.antlr.misc.IntervalSet.intervals:Ljava/util/List;
            ifnull 1
            aload 0 /* this */
            getfield org.antlr.misc.IntervalSet.intervals:Ljava/util/List;
            invokeinterface java.util.List.isEmpty:()Z
            ifne 1
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_1
            ireturn
        end local 0 // org.antlr.misc.IntervalSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/antlr/misc/IntervalSet;

  public int getSingleElement();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.antlr.misc.IntervalSet this
         0: .line 519
            aload 0 /* this */
            getfield org.antlr.misc.IntervalSet.intervals:Ljava/util/List;
            ifnull 4
            aload 0 /* this */
            getfield org.antlr.misc.IntervalSet.intervals:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            iconst_1
            if_icmpne 4
         1: .line 520
            aload 0 /* this */
            getfield org.antlr.misc.IntervalSet.intervals:Ljava/util/List;
            iconst_0
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.antlr.misc.Interval
            astore 1 /* I */
        start local 1 // org.antlr.misc.Interval I
         2: .line 521
            aload 1 /* I */
            getfield org.antlr.misc.Interval.a:I
            aload 1 /* I */
            getfield org.antlr.misc.Interval.b:I
            if_icmpne 4
         3: .line 522
            aload 1 /* I */
            getfield org.antlr.misc.Interval.a:I
            ireturn
        end local 1 // org.antlr.misc.Interval I
         4: .line 525
      StackMap locals:
      StackMap stack:
            bipush -7
            ireturn
        end local 0 // org.antlr.misc.IntervalSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/antlr/misc/IntervalSet;
            2    4     1     I  Lorg/antlr/misc/Interval;

  public int getMaxElement();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.antlr.misc.IntervalSet this
         0: .line 529
            aload 0 /* this */
            invokevirtual org.antlr.misc.IntervalSet.isNil:()Z
            ifeq 2
         1: .line 530
            bipush -7
            ireturn
         2: .line 532
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.antlr.misc.IntervalSet.intervals:Ljava/util/List;
            aload 0 /* this */
            getfield org.antlr.misc.IntervalSet.intervals:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            iconst_1
            isub
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.antlr.misc.Interval
            astore 1 /* last */
        start local 1 // org.antlr.misc.Interval last
         3: .line 533
            aload 1 /* last */
            getfield org.antlr.misc.Interval.b:I
            ireturn
        end local 1 // org.antlr.misc.Interval last
        end local 0 // org.antlr.misc.IntervalSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/antlr/misc/IntervalSet;
            3    4     1  last  Lorg/antlr/misc/Interval;

  public int getMinElement();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=7, args_size=1
        start local 0 // org.antlr.misc.IntervalSet this
         0: .line 538
            aload 0 /* this */
            invokevirtual org.antlr.misc.IntervalSet.isNil:()Z
            ifeq 2
         1: .line 539
            bipush -7
            ireturn
         2: .line 541
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.antlr.misc.IntervalSet.intervals:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            istore 1 /* n */
        start local 1 // int n
         3: .line 542
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         4: goto 14
         5: .line 543
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.antlr.misc.IntervalSet.intervals:Ljava/util/List;
            iload 2 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.antlr.misc.Interval
            astore 3 /* I */
        start local 3 // org.antlr.misc.Interval I
         6: .line 544
            aload 3 /* I */
            getfield org.antlr.misc.Interval.a:I
            istore 4 /* a */
        start local 4 // int a
         7: .line 545
            aload 3 /* I */
            getfield org.antlr.misc.Interval.b:I
            istore 5 /* b */
        start local 5 // int b
         8: .line 546
            iload 4 /* a */
            istore 6 /* v */
        start local 6 // int v
         9: goto 12
        10: .line 547
      StackMap locals: org.antlr.misc.IntervalSet int int org.antlr.misc.Interval int int int
      StackMap stack:
            iload 6 /* v */
            iflt 11
            iload 6 /* v */
            ireturn
        11: .line 546
      StackMap locals:
      StackMap stack:
            iinc 6 /* v */ 1
      StackMap locals:
      StackMap stack:
        12: iload 6 /* v */
            iload 5 /* b */
            if_icmple 10
        end local 6 // int v
        end local 5 // int b
        end local 4 // int a
        end local 3 // org.antlr.misc.Interval I
        13: .line 542
            iinc 2 /* i */ 1
      StackMap locals: org.antlr.misc.IntervalSet int int
      StackMap stack:
        14: iload 2 /* i */
            iload 1 /* n */
            if_icmplt 5
        end local 2 // int i
        15: .line 550
            bipush -7
            ireturn
        end local 1 // int n
        end local 0 // org.antlr.misc.IntervalSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   16     0  this  Lorg/antlr/misc/IntervalSet;
            3   16     1     n  I
            4   15     2     i  I
            6   13     3     I  Lorg/antlr/misc/Interval;
            7   13     4     a  I
            8   13     5     b  I
            9   13     6     v  I

  public java.util.List<org.antlr.misc.Interval> getIntervals();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.antlr.misc.IntervalSet this
         0: .line 555
            aload 0 /* this */
            getfield org.antlr.misc.IntervalSet.intervals:Ljava/util/List;
            areturn
        end local 0 // org.antlr.misc.IntervalSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/antlr/misc/IntervalSet;
    Signature: ()Ljava/util/List<Lorg/antlr/misc/Interval;>;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.antlr.misc.IntervalSet this
        start local 1 // java.lang.Object obj
         0: .line 565
            aload 1 /* obj */
            instanceof org.antlr.misc.IntervalSet
            ifne 2
         1: .line 566
            iconst_0
            ireturn
         2: .line 568
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            checkcast org.antlr.misc.IntervalSet
            astore 2 /* other */
        start local 2 // org.antlr.misc.IntervalSet other
         3: .line 569
            aload 0 /* this */
            getfield org.antlr.misc.IntervalSet.intervals:Ljava/util/List;
            aload 2 /* other */
            getfield org.antlr.misc.IntervalSet.intervals:Ljava/util/List;
            invokeinterface java.util.List.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 2 // org.antlr.misc.IntervalSet other
        end local 1 // java.lang.Object obj
        end local 0 // org.antlr.misc.IntervalSet this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lorg/antlr/misc/IntervalSet;
            0    4     1    obj  Ljava/lang/Object;
            3    4     2  other  Lorg/antlr/misc/IntervalSet;
    MethodParameters:
      Name  Flags
      obj   

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.antlr.misc.IntervalSet this
         0: .line 574
            aload 0 /* this */
            aconst_null
            invokevirtual org.antlr.misc.IntervalSet.toString:(Lorg/antlr/tool/Grammar;)Ljava/lang/String;
            areturn
        end local 0 // org.antlr.misc.IntervalSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/antlr/misc/IntervalSet;

  public java.lang.String toString(org.antlr.tool.Grammar);
    descriptor: (Lorg/antlr/tool/Grammar;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=7, args_size=2
        start local 0 // org.antlr.misc.IntervalSet this
        start local 1 // org.antlr.tool.Grammar g
         0: .line 579
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            astore 2 /* buf */
        start local 2 // java.lang.StringBuilder buf
         1: .line 580
            aload 0 /* this */
            getfield org.antlr.misc.IntervalSet.intervals:Ljava/util/List;
            ifnull 2
            aload 0 /* this */
            getfield org.antlr.misc.IntervalSet.intervals:Ljava/util/List;
            invokeinterface java.util.List.isEmpty:()Z
            ifeq 3
         2: .line 581
      StackMap locals: java.lang.StringBuilder
      StackMap stack:
            ldc "{}"
            areturn
         3: .line 583
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.antlr.misc.IntervalSet.intervals:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            iconst_1
            if_icmple 5
         4: .line 584
            aload 2 /* buf */
            ldc "{"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         5: .line 586
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.antlr.misc.IntervalSet.intervals:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 3 /* iter */
        start local 3 // java.util.Iterator iter
         6: .line 587
            goto 22
         7: .line 588
      StackMap locals: java.util.Iterator
      StackMap stack:
            aload 3 /* iter */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.antlr.misc.Interval
            astore 4 /* I */
        start local 4 // org.antlr.misc.Interval I
         8: .line 589
            aload 4 /* I */
            getfield org.antlr.misc.Interval.a:I
            istore 5 /* a */
        start local 5 // int a
         9: .line 590
            aload 4 /* I */
            getfield org.antlr.misc.Interval.b:I
            istore 6 /* b */
        start local 6 // int b
        10: .line 591
            iload 5 /* a */
            iload 6 /* b */
            if_icmpne 16
        11: .line 592
            aload 1 /* g */
            ifnull 14
        12: .line 593
            aload 2 /* buf */
            aload 1 /* g */
            iload 5 /* a */
            invokevirtual org.antlr.tool.Grammar.getTokenDisplayName:(I)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        13: .line 594
            goto 20
        14: .line 596
      StackMap locals: org.antlr.misc.Interval int int
      StackMap stack:
            aload 2 /* buf */
            iload 5 /* a */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            pop
        15: .line 598
            goto 20
        16: .line 600
      StackMap locals:
      StackMap stack:
            aload 1 /* g */
            ifnull 19
        17: .line 601
            aload 2 /* buf */
            aload 1 /* g */
            iload 5 /* a */
            invokevirtual org.antlr.tool.Grammar.getTokenDisplayName:(I)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc ".."
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 1 /* g */
            iload 6 /* b */
            invokevirtual org.antlr.tool.Grammar.getTokenDisplayName:(I)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        18: .line 602
            goto 20
        19: .line 604
      StackMap locals:
      StackMap stack:
            aload 2 /* buf */
            iload 5 /* a */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ".."
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            iload 6 /* b */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            pop
        20: .line 607
      StackMap locals:
      StackMap stack:
            aload 3 /* iter */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifeq 22
        21: .line 608
            aload 2 /* buf */
            ldc ", "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        end local 6 // int b
        end local 5 // int a
        end local 4 // org.antlr.misc.Interval I
        22: .line 587
      StackMap locals:
      StackMap stack:
            aload 3 /* iter */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 7
        23: .line 611
            aload 0 /* this */
            getfield org.antlr.misc.IntervalSet.intervals:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            iconst_1
            if_icmple 25
        24: .line 612
            aload 2 /* buf */
            ldc "}"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        25: .line 614
      StackMap locals:
      StackMap stack:
            aload 2 /* buf */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 3 // java.util.Iterator iter
        end local 2 // java.lang.StringBuilder buf
        end local 1 // org.antlr.tool.Grammar g
        end local 0 // org.antlr.misc.IntervalSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   26     0  this  Lorg/antlr/misc/IntervalSet;
            0   26     1     g  Lorg/antlr/tool/Grammar;
            1   26     2   buf  Ljava/lang/StringBuilder;
            6   26     3  iter  Ljava/util/Iterator<Lorg/antlr/misc/Interval;>;
            8   22     4     I  Lorg/antlr/misc/Interval;
            9   22     5     a  I
           10   22     6     b  I
    MethodParameters:
      Name  Flags
      g     

  public int size();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=1
        start local 0 // org.antlr.misc.IntervalSet this
         0: .line 619
            iconst_0
            istore 1 /* n */
        start local 1 // int n
         1: .line 620
            aload 0 /* this */
            getfield org.antlr.misc.IntervalSet.intervals:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            istore 2 /* numIntervals */
        start local 2 // int numIntervals
         2: .line 621
            iload 2 /* numIntervals */
            iconst_1
            if_icmpne 5
         3: .line 622
            aload 0 /* this */
            getfield org.antlr.misc.IntervalSet.intervals:Ljava/util/List;
            iconst_0
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.antlr.misc.Interval
            astore 3 /* firstInterval */
        start local 3 // org.antlr.misc.Interval firstInterval
         4: .line 623
            aload 3 /* firstInterval */
            getfield org.antlr.misc.Interval.b:I
            aload 3 /* firstInterval */
            getfield org.antlr.misc.Interval.a:I
            isub
            iconst_1
            iadd
            ireturn
        end local 3 // org.antlr.misc.Interval firstInterval
         5: .line 625
      StackMap locals: int int
      StackMap stack:
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         6: goto 10
         7: .line 626
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.antlr.misc.IntervalSet.intervals:Ljava/util/List;
            iload 3 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.antlr.misc.Interval
            astore 4 /* I */
        start local 4 // org.antlr.misc.Interval I
         8: .line 627
            iload 1 /* n */
            aload 4 /* I */
            getfield org.antlr.misc.Interval.b:I
            aload 4 /* I */
            getfield org.antlr.misc.Interval.a:I
            isub
            iconst_1
            iadd
            iadd
            istore 1 /* n */
        end local 4 // org.antlr.misc.Interval I
         9: .line 625
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        10: iload 3 /* i */
            iload 2 /* numIntervals */
            if_icmplt 7
        end local 3 // int i
        11: .line 629
            iload 1 /* n */
            ireturn
        end local 2 // int numIntervals
        end local 1 // int n
        end local 0 // org.antlr.misc.IntervalSet this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   12     0           this  Lorg/antlr/misc/IntervalSet;
            1   12     1              n  I
            2   12     2   numIntervals  I
            4    5     3  firstInterval  Lorg/antlr/misc/Interval;
            6   11     3              i  I
            8    9     4              I  Lorg/antlr/misc/Interval;

  public java.util.List<java.lang.Integer> toList();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=8, args_size=1
        start local 0 // org.antlr.misc.IntervalSet this
         0: .line 634
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 1 /* values */
        start local 1 // java.util.List values
         1: .line 635
            aload 0 /* this */
            getfield org.antlr.misc.IntervalSet.intervals:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            istore 2 /* n */
        start local 2 // int n
         2: .line 636
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         3: goto 13
         4: .line 637
      StackMap locals: java.util.List int int
      StackMap stack:
            aload 0 /* this */
            getfield org.antlr.misc.IntervalSet.intervals:Ljava/util/List;
            iload 3 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.antlr.misc.Interval
            astore 4 /* I */
        start local 4 // org.antlr.misc.Interval I
         5: .line 638
            aload 4 /* I */
            getfield org.antlr.misc.Interval.a:I
            istore 5 /* a */
        start local 5 // int a
         6: .line 639
            aload 4 /* I */
            getfield org.antlr.misc.Interval.b:I
            istore 6 /* b */
        start local 6 // int b
         7: .line 640
            iload 5 /* a */
            istore 7 /* v */
        start local 7 // int v
         8: goto 11
         9: .line 641
      StackMap locals: org.antlr.misc.IntervalSet java.util.List int int org.antlr.misc.Interval int int int
      StackMap stack:
            aload 1 /* values */
            iload 7 /* v */
            invokestatic org.antlr.misc.Utils.integer:(I)Ljava/lang/Integer;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        10: .line 640
            iinc 7 /* v */ 1
      StackMap locals:
      StackMap stack:
        11: iload 7 /* v */
            iload 6 /* b */
            if_icmple 9
        end local 7 // int v
        end local 6 // int b
        end local 5 // int a
        end local 4 // org.antlr.misc.Interval I
        12: .line 636
            iinc 3 /* i */ 1
      StackMap locals: org.antlr.misc.IntervalSet java.util.List int int
      StackMap stack:
        13: iload 3 /* i */
            iload 2 /* n */
            if_icmplt 4
        end local 3 // int i
        14: .line 644
            aload 1 /* values */
            areturn
        end local 2 // int n
        end local 1 // java.util.List values
        end local 0 // org.antlr.misc.IntervalSet this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   15     0    this  Lorg/antlr/misc/IntervalSet;
            1   15     1  values  Ljava/util/List<Ljava/lang/Integer;>;
            2   15     2       n  I
            3   14     3       i  I
            5   12     4       I  Lorg/antlr/misc/Interval;
            6   12     5       a  I
            7   12     6       b  I
            8   12     7       v  I
    Signature: ()Ljava/util/List<Ljava/lang/Integer;>;

  public int get(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=9, args_size=2
        start local 0 // org.antlr.misc.IntervalSet this
        start local 1 // int i
         0: .line 652
            aload 0 /* this */
            getfield org.antlr.misc.IntervalSet.intervals:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            istore 2 /* n */
        start local 2 // int n
         1: .line 653
            iconst_0
            istore 3 /* index */
        start local 3 // int index
         2: .line 654
            iconst_0
            istore 4 /* j */
        start local 4 // int j
         3: goto 15
         4: .line 655
      StackMap locals: int int int
      StackMap stack:
            aload 0 /* this */
            getfield org.antlr.misc.IntervalSet.intervals:Ljava/util/List;
            iload 4 /* j */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.antlr.misc.Interval
            astore 5 /* I */
        start local 5 // org.antlr.misc.Interval I
         5: .line 656
            aload 5 /* I */
            getfield org.antlr.misc.Interval.a:I
            istore 6 /* a */
        start local 6 // int a
         6: .line 657
            aload 5 /* I */
            getfield org.antlr.misc.Interval.b:I
            istore 7 /* b */
        start local 7 // int b
         7: .line 658
            iload 6 /* a */
            istore 8 /* v */
        start local 8 // int v
         8: goto 13
         9: .line 659
      StackMap locals: org.antlr.misc.IntervalSet int int int int org.antlr.misc.Interval int int int
      StackMap stack:
            iload 3 /* index */
            iload 1 /* i */
            if_icmpne 11
        10: .line 660
            iload 8 /* v */
            ireturn
        11: .line 662
      StackMap locals:
      StackMap stack:
            iinc 3 /* index */ 1
        12: .line 658
            iinc 8 /* v */ 1
      StackMap locals:
      StackMap stack:
        13: iload 8 /* v */
            iload 7 /* b */
            if_icmple 9
        end local 8 // int v
        end local 7 // int b
        end local 6 // int a
        end local 5 // org.antlr.misc.Interval I
        14: .line 654
            iinc 4 /* j */ 1
      StackMap locals: org.antlr.misc.IntervalSet int int int int
      StackMap stack:
        15: iload 4 /* j */
            iload 2 /* n */
            if_icmplt 4
        end local 4 // int j
        16: .line 665
            iconst_m1
            ireturn
        end local 3 // int index
        end local 2 // int n
        end local 1 // int i
        end local 0 // org.antlr.misc.IntervalSet this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   17     0   this  Lorg/antlr/misc/IntervalSet;
            0   17     1      i  I
            1   17     2      n  I
            2   17     3  index  I
            3   16     4      j  I
            5   14     5      I  Lorg/antlr/misc/Interval;
            6   14     6      a  I
            7   14     7      b  I
            8   14     8      v  I
    MethodParameters:
      Name  Flags
      i     

  public int[] toArray();
    descriptor: ()[I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=9, args_size=1
        start local 0 // org.antlr.misc.IntervalSet this
         0: .line 669
            aload 0 /* this */
            invokevirtual org.antlr.misc.IntervalSet.size:()I
            newarray 10
            astore 1 /* values */
        start local 1 // int[] values
         1: .line 670
            aload 0 /* this */
            getfield org.antlr.misc.IntervalSet.intervals:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            istore 2 /* n */
        start local 2 // int n
         2: .line 671
            iconst_0
            istore 3 /* j */
        start local 3 // int j
         3: .line 672
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         4: goto 15
         5: .line 673
      StackMap locals: org.antlr.misc.IntervalSet int[] int int int
      StackMap stack:
            aload 0 /* this */
            getfield org.antlr.misc.IntervalSet.intervals:Ljava/util/List;
            iload 4 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.antlr.misc.Interval
            astore 5 /* I */
        start local 5 // org.antlr.misc.Interval I
         6: .line 674
            aload 5 /* I */
            getfield org.antlr.misc.Interval.a:I
            istore 6 /* a */
        start local 6 // int a
         7: .line 675
            aload 5 /* I */
            getfield org.antlr.misc.Interval.b:I
            istore 7 /* b */
        start local 7 // int b
         8: .line 676
            iload 6 /* a */
            istore 8 /* v */
        start local 8 // int v
         9: goto 13
        10: .line 677
      StackMap locals: org.antlr.misc.IntervalSet int[] int int int org.antlr.misc.Interval int int int
      StackMap stack:
            aload 1 /* values */
            iload 3 /* j */
            iload 8 /* v */
            iastore
        11: .line 678
            iinc 3 /* j */ 1
        12: .line 676
            iinc 8 /* v */ 1
      StackMap locals:
      StackMap stack:
        13: iload 8 /* v */
            iload 7 /* b */
            if_icmple 10
        end local 8 // int v
        end local 7 // int b
        end local 6 // int a
        end local 5 // org.antlr.misc.Interval I
        14: .line 672
            iinc 4 /* i */ 1
      StackMap locals: org.antlr.misc.IntervalSet int[] int int int
      StackMap stack:
        15: iload 4 /* i */
            iload 2 /* n */
            if_icmplt 5
        end local 4 // int i
        16: .line 681
            aload 1 /* values */
            areturn
        end local 3 // int j
        end local 2 // int n
        end local 1 // int[] values
        end local 0 // org.antlr.misc.IntervalSet this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   17     0    this  Lorg/antlr/misc/IntervalSet;
            1   17     1  values  [I
            2   17     2       n  I
            3   17     3       j  I
            4   16     4       i  I
            6   14     5       I  Lorg/antlr/misc/Interval;
            7   14     6       a  I
            8   14     7       b  I
            9   14     8       v  I

  public org.antlr.runtime.BitSet toRuntimeBitSet();
    descriptor: ()Lorg/antlr/runtime/BitSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=8, args_size=1
        start local 0 // org.antlr.misc.IntervalSet this
         0: .line 686
            new org.antlr.runtime.BitSet
            dup
            aload 0 /* this */
            invokevirtual org.antlr.misc.IntervalSet.getMaxElement:()I
            iconst_1
            iadd
            invokespecial org.antlr.runtime.BitSet.<init>:(I)V
         1: .line 685
            astore 1 /* s */
        start local 1 // org.antlr.runtime.BitSet s
         2: .line 687
            aload 0 /* this */
            getfield org.antlr.misc.IntervalSet.intervals:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            istore 2 /* n */
        start local 2 // int n
         3: .line 688
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         4: goto 14
         5: .line 689
      StackMap locals: org.antlr.runtime.BitSet int int
      StackMap stack:
            aload 0 /* this */
            getfield org.antlr.misc.IntervalSet.intervals:Ljava/util/List;
            iload 3 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.antlr.misc.Interval
            astore 4 /* I */
        start local 4 // org.antlr.misc.Interval I
         6: .line 690
            aload 4 /* I */
            getfield org.antlr.misc.Interval.a:I
            istore 5 /* a */
        start local 5 // int a
         7: .line 691
            aload 4 /* I */
            getfield org.antlr.misc.Interval.b:I
            istore 6 /* b */
        start local 6 // int b
         8: .line 692
            iload 5 /* a */
            istore 7 /* v */
        start local 7 // int v
         9: goto 12
        10: .line 693
      StackMap locals: org.antlr.misc.IntervalSet org.antlr.runtime.BitSet int int org.antlr.misc.Interval int int int
      StackMap stack:
            aload 1 /* s */
            iload 7 /* v */
            invokevirtual org.antlr.runtime.BitSet.add:(I)V
        11: .line 692
            iinc 7 /* v */ 1
      StackMap locals:
      StackMap stack:
        12: iload 7 /* v */
            iload 6 /* b */
            if_icmple 10
        end local 7 // int v
        end local 6 // int b
        end local 5 // int a
        end local 4 // org.antlr.misc.Interval I
        13: .line 688
            iinc 3 /* i */ 1
      StackMap locals: org.antlr.misc.IntervalSet org.antlr.runtime.BitSet int int
      StackMap stack:
        14: iload 3 /* i */
            iload 2 /* n */
            if_icmplt 5
        end local 3 // int i
        15: .line 696
            aload 1 /* s */
            areturn
        end local 2 // int n
        end local 1 // org.antlr.runtime.BitSet s
        end local 0 // org.antlr.misc.IntervalSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   16     0  this  Lorg/antlr/misc/IntervalSet;
            2   16     1     s  Lorg/antlr/runtime/BitSet;
            3   16     2     n  I
            4   15     3     i  I
            6   13     4     I  Lorg/antlr/misc/Interval;
            7   13     5     a  I
            8   13     6     b  I
            9   13     7     v  I

  public void remove(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.antlr.misc.IntervalSet this
        start local 1 // int el
         0: .line 701
            new java.lang.NoSuchMethodError
            dup
            ldc "IntervalSet.remove() unimplemented"
            invokespecial java.lang.NoSuchMethodError.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // int el
        end local 0 // org.antlr.misc.IntervalSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/antlr/misc/IntervalSet;
            0    1     1    el  I
    MethodParameters:
      Name  Flags
      el    

  public org.antlr.misc.IntSet and(org.antlr.misc.IntSet);
    descriptor: (Lorg/antlr/misc/IntSet;)Lorg/antlr/misc/IntSet;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual org.antlr.misc.IntervalSet.and:(Lorg/antlr/misc/IntSet;)Lorg/antlr/misc/IntervalSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.antlr.misc.IntSet complement(org.antlr.misc.IntSet);
    descriptor: (Lorg/antlr/misc/IntSet;)Lorg/antlr/misc/IntSet;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual org.antlr.misc.IntervalSet.complement:(Lorg/antlr/misc/IntSet;)Lorg/antlr/misc/IntervalSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.antlr.misc.IntSet subtract(org.antlr.misc.IntSet);
    descriptor: (Lorg/antlr/misc/IntSet;)Lorg/antlr/misc/IntSet;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual org.antlr.misc.IntervalSet.subtract:(Lorg/antlr/misc/IntSet;)Lorg/antlr/misc/IntervalSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "IntervalSet.java"