public class org.antlr.v4.runtime.misc.Interval
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.antlr.v4.runtime.misc.Interval
  super_class: java.lang.Object
{
  public static final int INTERVAL_POOL_MAX_VALUE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1000

  public static final org.antlr.v4.runtime.misc.Interval INVALID;
    descriptor: Lorg/antlr/v4/runtime/misc/Interval;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  static org.antlr.v4.runtime.misc.Interval[] cache;
    descriptor: [Lorg/antlr/v4/runtime/misc/Interval;
    flags: (0x0008) ACC_STATIC

  public int a;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  public int b;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  public static int creates;
    descriptor: I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC

  public static int misses;
    descriptor: I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC

  public static int hits;
    descriptor: I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC

  public static int outOfRange;
    descriptor: I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 12
            new org.antlr.v4.runtime.misc.Interval
            dup
            iconst_m1
            bipush -2
            invokespecial org.antlr.v4.runtime.misc.Interval.<init>:(II)V
            putstatic org.antlr.v4.runtime.misc.Interval.INVALID:Lorg/antlr/v4/runtime/misc/Interval;
         1: .line 14
            sipush 1001
            anewarray org.antlr.v4.runtime.misc.Interval
            putstatic org.antlr.v4.runtime.misc.Interval.cache:[Lorg/antlr/v4/runtime/misc/Interval;
         2: .line 19
            iconst_0
            putstatic org.antlr.v4.runtime.misc.Interval.creates:I
         3: .line 20
            iconst_0
            putstatic org.antlr.v4.runtime.misc.Interval.misses:I
         4: .line 21
            iconst_0
            putstatic org.antlr.v4.runtime.misc.Interval.hits:I
         5: .line 22
            iconst_0
            putstatic org.antlr.v4.runtime.misc.Interval.outOfRange:I
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.antlr.v4.runtime.misc.Interval this
        start local 1 // int a
        start local 2 // int b
         0: .line 24
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            aload 0 /* this */
            iload 1 /* a */
            putfield org.antlr.v4.runtime.misc.Interval.a:I
            aload 0 /* this */
            iload 2 /* b */
            putfield org.antlr.v4.runtime.misc.Interval.b:I
            return
        end local 2 // int b
        end local 1 // int a
        end local 0 // org.antlr.v4.runtime.misc.Interval this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/antlr/v4/runtime/misc/Interval;
            0    1     1     a  I
            0    1     2     b  I
    MethodParameters:
      Name  Flags
      a     
      b     

  public static org.antlr.v4.runtime.misc.Interval of(int, int);
    descriptor: (II)Lorg/antlr/v4/runtime/misc/Interval;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // int a
        start local 1 // int b
         0: .line 34
            iload 0 /* a */
            iload 1 /* b */
            if_icmpne 1
            iload 0 /* a */
            iflt 1
            iload 0 /* a */
            sipush 1000
            if_icmple 2
         1: .line 35
      StackMap locals:
      StackMap stack:
            new org.antlr.v4.runtime.misc.Interval
            dup
            iload 0 /* a */
            iload 1 /* b */
            invokespecial org.antlr.v4.runtime.misc.Interval.<init>:(II)V
            areturn
         2: .line 37
      StackMap locals:
      StackMap stack:
            getstatic org.antlr.v4.runtime.misc.Interval.cache:[Lorg/antlr/v4/runtime/misc/Interval;
            iload 0 /* a */
            aaload
            ifnonnull 4
         3: .line 38
            getstatic org.antlr.v4.runtime.misc.Interval.cache:[Lorg/antlr/v4/runtime/misc/Interval;
            iload 0 /* a */
            new org.antlr.v4.runtime.misc.Interval
            dup
            iload 0 /* a */
            iload 0 /* a */
            invokespecial org.antlr.v4.runtime.misc.Interval.<init>:(II)V
            aastore
         4: .line 40
      StackMap locals:
      StackMap stack:
            getstatic org.antlr.v4.runtime.misc.Interval.cache:[Lorg/antlr/v4/runtime/misc/Interval;
            iload 0 /* a */
            aaload
            areturn
        end local 1 // int b
        end local 0 // int a
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0     a  I
            0    5     1     b  I
    MethodParameters:
      Name  Flags
      a     
      b     

  public int length();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.antlr.v4.runtime.misc.Interval this
         0: .line 47
            aload 0 /* this */
            getfield org.antlr.v4.runtime.misc.Interval.b:I
            aload 0 /* this */
            getfield org.antlr.v4.runtime.misc.Interval.a:I
            if_icmpge 1
            iconst_0
            ireturn
         1: .line 48
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.antlr.v4.runtime.misc.Interval.b:I
            aload 0 /* this */
            getfield org.antlr.v4.runtime.misc.Interval.a:I
            isub
            iconst_1
            iadd
            ireturn
        end local 0 // org.antlr.v4.runtime.misc.Interval this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/antlr/v4/runtime/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.v4.runtime.misc.Interval this
        start local 1 // java.lang.Object o
         0: .line 53
            aload 1 /* o */
            ifnull 1
            aload 1 /* o */
            instanceof org.antlr.v4.runtime.misc.Interval
            ifne 2
         1: .line 54
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         2: .line 56
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast org.antlr.v4.runtime.misc.Interval
            astore 2 /* other */
        start local 2 // org.antlr.v4.runtime.misc.Interval other
         3: .line 57
            aload 0 /* this */
            getfield org.antlr.v4.runtime.misc.Interval.a:I
            aload 2 /* other */
            getfield org.antlr.v4.runtime.misc.Interval.a:I
            if_icmpne 4
            aload 0 /* this */
            getfield org.antlr.v4.runtime.misc.Interval.b:I
            aload 2 /* other */
            getfield org.antlr.v4.runtime.misc.Interval.b:I
            if_icmpne 4
            iconst_1
            ireturn
      StackMap locals: org.antlr.v4.runtime.misc.Interval
      StackMap stack:
         4: iconst_0
            ireturn
        end local 2 // org.antlr.v4.runtime.misc.Interval other
        end local 1 // java.lang.Object o
        end local 0 // org.antlr.v4.runtime.misc.Interval this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lorg/antlr/v4/runtime/misc/Interval;
            0    5     1      o  Ljava/lang/Object;
            3    5     2  other  Lorg/antlr/v4/runtime/misc/Interval;
    MethodParameters:
      Name  Flags
      o     

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.antlr.v4.runtime.misc.Interval this
         0: .line 62
            bipush 23
            istore 1 /* hash */
        start local 1 // int hash
         1: .line 63
            iload 1 /* hash */
            bipush 31
            imul
            aload 0 /* this */
            getfield org.antlr.v4.runtime.misc.Interval.a:I
            iadd
            istore 1 /* hash */
         2: .line 64
            iload 1 /* hash */
            bipush 31
            imul
            aload 0 /* this */
            getfield org.antlr.v4.runtime.misc.Interval.b:I
            iadd
            istore 1 /* hash */
         3: .line 65
            iload 1 /* hash */
            ireturn
        end local 1 // int hash
        end local 0 // org.antlr.v4.runtime.misc.Interval this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/antlr/v4/runtime/misc/Interval;
            1    4     1  hash  I

  public boolean startsBeforeDisjoint(org.antlr.v4.runtime.misc.Interval);
    descriptor: (Lorg/antlr/v4/runtime/misc/Interval;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.antlr.v4.runtime.misc.Interval this
        start local 1 // org.antlr.v4.runtime.misc.Interval other
         0: .line 70
            aload 0 /* this */
            getfield org.antlr.v4.runtime.misc.Interval.a:I
            aload 1 /* other */
            getfield org.antlr.v4.runtime.misc.Interval.a:I
            if_icmpge 1
            aload 0 /* this */
            getfield org.antlr.v4.runtime.misc.Interval.b:I
            aload 1 /* other */
            getfield org.antlr.v4.runtime.misc.Interval.a:I
            if_icmpge 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // org.antlr.v4.runtime.misc.Interval other
        end local 0 // org.antlr.v4.runtime.misc.Interval this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/antlr/v4/runtime/misc/Interval;
            0    2     1  other  Lorg/antlr/v4/runtime/misc/Interval;
    MethodParameters:
       Name  Flags
      other  

  public boolean startsBeforeNonDisjoint(org.antlr.v4.runtime.misc.Interval);
    descriptor: (Lorg/antlr/v4/runtime/misc/Interval;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.antlr.v4.runtime.misc.Interval this
        start local 1 // org.antlr.v4.runtime.misc.Interval other
         0: .line 75
            aload 0 /* this */
            getfield org.antlr.v4.runtime.misc.Interval.a:I
            aload 1 /* other */
            getfield org.antlr.v4.runtime.misc.Interval.a:I
            if_icmpgt 1
            aload 0 /* this */
            getfield org.antlr.v4.runtime.misc.Interval.b:I
            aload 1 /* other */
            getfield org.antlr.v4.runtime.misc.Interval.a:I
            if_icmplt 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // org.antlr.v4.runtime.misc.Interval other
        end local 0 // org.antlr.v4.runtime.misc.Interval this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/antlr/v4/runtime/misc/Interval;
            0    2     1  other  Lorg/antlr/v4/runtime/misc/Interval;
    MethodParameters:
       Name  Flags
      other  

  public boolean startsAfter(org.antlr.v4.runtime.misc.Interval);
    descriptor: (Lorg/antlr/v4/runtime/misc/Interval;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.antlr.v4.runtime.misc.Interval this
        start local 1 // org.antlr.v4.runtime.misc.Interval other
         0: .line 79
            aload 0 /* this */
            getfield org.antlr.v4.runtime.misc.Interval.a:I
            aload 1 /* other */
            getfield org.antlr.v4.runtime.misc.Interval.a:I
            if_icmple 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // org.antlr.v4.runtime.misc.Interval other
        end local 0 // org.antlr.v4.runtime.misc.Interval this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/antlr/v4/runtime/misc/Interval;
            0    2     1  other  Lorg/antlr/v4/runtime/misc/Interval;
    MethodParameters:
       Name  Flags
      other  

  public boolean startsAfterDisjoint(org.antlr.v4.runtime.misc.Interval);
    descriptor: (Lorg/antlr/v4/runtime/misc/Interval;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.antlr.v4.runtime.misc.Interval this
        start local 1 // org.antlr.v4.runtime.misc.Interval other
         0: .line 83
            aload 0 /* this */
            getfield org.antlr.v4.runtime.misc.Interval.a:I
            aload 1 /* other */
            getfield org.antlr.v4.runtime.misc.Interval.b:I
            if_icmple 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // org.antlr.v4.runtime.misc.Interval other
        end local 0 // org.antlr.v4.runtime.misc.Interval this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/antlr/v4/runtime/misc/Interval;
            0    2     1  other  Lorg/antlr/v4/runtime/misc/Interval;
    MethodParameters:
       Name  Flags
      other  

  public boolean startsAfterNonDisjoint(org.antlr.v4.runtime.misc.Interval);
    descriptor: (Lorg/antlr/v4/runtime/misc/Interval;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.antlr.v4.runtime.misc.Interval this
        start local 1 // org.antlr.v4.runtime.misc.Interval other
         0: .line 88
            aload 0 /* this */
            getfield org.antlr.v4.runtime.misc.Interval.a:I
            aload 1 /* other */
            getfield org.antlr.v4.runtime.misc.Interval.a:I
            if_icmple 1
            aload 0 /* this */
            getfield org.antlr.v4.runtime.misc.Interval.a:I
            aload 1 /* other */
            getfield org.antlr.v4.runtime.misc.Interval.b:I
            if_icmpgt 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // org.antlr.v4.runtime.misc.Interval other
        end local 0 // org.antlr.v4.runtime.misc.Interval this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/antlr/v4/runtime/misc/Interval;
            0    2     1  other  Lorg/antlr/v4/runtime/misc/Interval;
    MethodParameters:
       Name  Flags
      other  

  public boolean disjoint(org.antlr.v4.runtime.misc.Interval);
    descriptor: (Lorg/antlr/v4/runtime/misc/Interval;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.antlr.v4.runtime.misc.Interval this
        start local 1 // org.antlr.v4.runtime.misc.Interval other
         0: .line 93
            aload 0 /* this */
            aload 1 /* other */
            invokevirtual org.antlr.v4.runtime.misc.Interval.startsBeforeDisjoint:(Lorg/antlr/v4/runtime/misc/Interval;)Z
            ifne 1
            aload 0 /* this */
            aload 1 /* other */
            invokevirtual org.antlr.v4.runtime.misc.Interval.startsAfterDisjoint:(Lorg/antlr/v4/runtime/misc/Interval;)Z
            ifne 1
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_1
            ireturn
        end local 1 // org.antlr.v4.runtime.misc.Interval other
        end local 0 // org.antlr.v4.runtime.misc.Interval this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/antlr/v4/runtime/misc/Interval;
            0    2     1  other  Lorg/antlr/v4/runtime/misc/Interval;
    MethodParameters:
       Name  Flags
      other  

  public boolean adjacent(org.antlr.v4.runtime.misc.Interval);
    descriptor: (Lorg/antlr/v4/runtime/misc/Interval;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.antlr.v4.runtime.misc.Interval this
        start local 1 // org.antlr.v4.runtime.misc.Interval other
         0: .line 98
            aload 0 /* this */
            getfield org.antlr.v4.runtime.misc.Interval.a:I
            aload 1 /* other */
            getfield org.antlr.v4.runtime.misc.Interval.b:I
            iconst_1
            iadd
            if_icmpeq 1
            aload 0 /* this */
            getfield org.antlr.v4.runtime.misc.Interval.b:I
            aload 1 /* other */
            getfield org.antlr.v4.runtime.misc.Interval.a:I
            iconst_1
            isub
            if_icmpeq 1
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_1
            ireturn
        end local 1 // org.antlr.v4.runtime.misc.Interval other
        end local 0 // org.antlr.v4.runtime.misc.Interval this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/antlr/v4/runtime/misc/Interval;
            0    2     1  other  Lorg/antlr/v4/runtime/misc/Interval;
    MethodParameters:
       Name  Flags
      other  

  public boolean properlyContains(org.antlr.v4.runtime.misc.Interval);
    descriptor: (Lorg/antlr/v4/runtime/misc/Interval;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.antlr.v4.runtime.misc.Interval this
        start local 1 // org.antlr.v4.runtime.misc.Interval other
         0: .line 102
            aload 1 /* other */
            getfield org.antlr.v4.runtime.misc.Interval.a:I
            aload 0 /* this */
            getfield org.antlr.v4.runtime.misc.Interval.a:I
            if_icmplt 1
            aload 1 /* other */
            getfield org.antlr.v4.runtime.misc.Interval.b:I
            aload 0 /* this */
            getfield org.antlr.v4.runtime.misc.Interval.b:I
            if_icmpgt 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // org.antlr.v4.runtime.misc.Interval other
        end local 0 // org.antlr.v4.runtime.misc.Interval this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/antlr/v4/runtime/misc/Interval;
            0    2     1  other  Lorg/antlr/v4/runtime/misc/Interval;
    MethodParameters:
       Name  Flags
      other  

  public org.antlr.v4.runtime.misc.Interval union(org.antlr.v4.runtime.misc.Interval);
    descriptor: (Lorg/antlr/v4/runtime/misc/Interval;)Lorg/antlr/v4/runtime/misc/Interval;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.antlr.v4.runtime.misc.Interval this
        start local 1 // org.antlr.v4.runtime.misc.Interval other
         0: .line 107
            aload 0 /* this */
            getfield org.antlr.v4.runtime.misc.Interval.a:I
            aload 1 /* other */
            getfield org.antlr.v4.runtime.misc.Interval.a:I
            invokestatic java.lang.Math.min:(II)I
            aload 0 /* this */
            getfield org.antlr.v4.runtime.misc.Interval.b:I
            aload 1 /* other */
            getfield org.antlr.v4.runtime.misc.Interval.b:I
            invokestatic java.lang.Math.max:(II)I
            invokestatic org.antlr.v4.runtime.misc.Interval.of:(II)Lorg/antlr/v4/runtime/misc/Interval;
            areturn
        end local 1 // org.antlr.v4.runtime.misc.Interval other
        end local 0 // org.antlr.v4.runtime.misc.Interval this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/antlr/v4/runtime/misc/Interval;
            0    1     1  other  Lorg/antlr/v4/runtime/misc/Interval;
    MethodParameters:
       Name  Flags
      other  

  public org.antlr.v4.runtime.misc.Interval intersection(org.antlr.v4.runtime.misc.Interval);
    descriptor: (Lorg/antlr/v4/runtime/misc/Interval;)Lorg/antlr/v4/runtime/misc/Interval;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.antlr.v4.runtime.misc.Interval this
        start local 1 // org.antlr.v4.runtime.misc.Interval other
         0: .line 112
            aload 0 /* this */
            getfield org.antlr.v4.runtime.misc.Interval.a:I
            aload 1 /* other */
            getfield org.antlr.v4.runtime.misc.Interval.a:I
            invokestatic java.lang.Math.max:(II)I
            aload 0 /* this */
            getfield org.antlr.v4.runtime.misc.Interval.b:I
            aload 1 /* other */
            getfield org.antlr.v4.runtime.misc.Interval.b:I
            invokestatic java.lang.Math.min:(II)I
            invokestatic org.antlr.v4.runtime.misc.Interval.of:(II)Lorg/antlr/v4/runtime/misc/Interval;
            areturn
        end local 1 // org.antlr.v4.runtime.misc.Interval other
        end local 0 // org.antlr.v4.runtime.misc.Interval this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/antlr/v4/runtime/misc/Interval;
            0    1     1  other  Lorg/antlr/v4/runtime/misc/Interval;
    MethodParameters:
       Name  Flags
      other  

  public org.antlr.v4.runtime.misc.Interval differenceNotProperlyContained(org.antlr.v4.runtime.misc.Interval);
    descriptor: (Lorg/antlr/v4/runtime/misc/Interval;)Lorg/antlr/v4/runtime/misc/Interval;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.antlr.v4.runtime.misc.Interval this
        start local 1 // org.antlr.v4.runtime.misc.Interval other
         0: .line 121
            aconst_null
            astore 2 /* diff */
        start local 2 // org.antlr.v4.runtime.misc.Interval diff
         1: .line 123
            aload 1 /* other */
            aload 0 /* this */
            invokevirtual org.antlr.v4.runtime.misc.Interval.startsBeforeNonDisjoint:(Lorg/antlr/v4/runtime/misc/Interval;)Z
            ifeq 6
         2: .line 124
            aload 0 /* this */
            getfield org.antlr.v4.runtime.misc.Interval.a:I
            aload 1 /* other */
            getfield org.antlr.v4.runtime.misc.Interval.b:I
            iconst_1
            iadd
            invokestatic java.lang.Math.max:(II)I
         3: .line 125
            aload 0 /* this */
            getfield org.antlr.v4.runtime.misc.Interval.b:I
         4: .line 124
            invokestatic org.antlr.v4.runtime.misc.Interval.of:(II)Lorg/antlr/v4/runtime/misc/Interval;
            astore 2 /* diff */
         5: .line 126
            goto 8
         6: .line 129
      StackMap locals: org.antlr.v4.runtime.misc.Interval
      StackMap stack:
            aload 1 /* other */
            aload 0 /* this */
            invokevirtual org.antlr.v4.runtime.misc.Interval.startsAfterNonDisjoint:(Lorg/antlr/v4/runtime/misc/Interval;)Z
            ifeq 8
         7: .line 130
            aload 0 /* this */
            getfield org.antlr.v4.runtime.misc.Interval.a:I
            aload 1 /* other */
            getfield org.antlr.v4.runtime.misc.Interval.a:I
            iconst_1
            isub
            invokestatic org.antlr.v4.runtime.misc.Interval.of:(II)Lorg/antlr/v4/runtime/misc/Interval;
            astore 2 /* diff */
         8: .line 132
      StackMap locals:
      StackMap stack:
            aload 2 /* diff */
            areturn
        end local 2 // org.antlr.v4.runtime.misc.Interval diff
        end local 1 // org.antlr.v4.runtime.misc.Interval other
        end local 0 // org.antlr.v4.runtime.misc.Interval this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    9     0   this  Lorg/antlr/v4/runtime/misc/Interval;
            0    9     1  other  Lorg/antlr/v4/runtime/misc/Interval;
            1    9     2   diff  Lorg/antlr/v4/runtime/misc/Interval;
    MethodParameters:
       Name  Flags
      other  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.antlr.v4.runtime.misc.Interval this
         0: .line 137
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            getfield org.antlr.v4.runtime.misc.Interval.a:I
            invokestatic java.lang.String.valueOf:(I)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc ".."
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield org.antlr.v4.runtime.misc.Interval.b:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // org.antlr.v4.runtime.misc.Interval this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/antlr/v4/runtime/misc/Interval;
}
SourceFile: "Interval.java"