final class jflex.base.AutoValue_IntPair extends jflex.base.IntPair
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: jflex.base.AutoValue_IntPair
  super_class: jflex.base.IntPair
{
  private final int start;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int end;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(int, int);
    descriptor: (II)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // jflex.base.AutoValue_IntPair this
        start local 1 // int start
        start local 2 // int end
         0: .line 10
            aload 0 /* this */
            invokespecial jflex.base.IntPair.<init>:()V
         1: .line 13
            aload 0 /* this */
            iload 1 /* start */
            putfield jflex.base.AutoValue_IntPair.start:I
         2: .line 14
            aload 0 /* this */
            iload 2 /* end */
            putfield jflex.base.AutoValue_IntPair.end:I
         3: .line 15
            return
        end local 2 // int end
        end local 1 // int start
        end local 0 // jflex.base.AutoValue_IntPair this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Ljflex/base/AutoValue_IntPair;
            0    4     1  start  I
            0    4     2    end  I
    MethodParameters:
       Name  Flags
      start  
      end    

  public int start();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jflex.base.AutoValue_IntPair this
         0: .line 19
            aload 0 /* this */
            getfield jflex.base.AutoValue_IntPair.start:I
            ireturn
        end local 0 // jflex.base.AutoValue_IntPair this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljflex/base/AutoValue_IntPair;

  public int end();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jflex.base.AutoValue_IntPair this
         0: .line 24
            aload 0 /* this */
            getfield jflex.base.AutoValue_IntPair.end:I
            ireturn
        end local 0 // jflex.base.AutoValue_IntPair this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljflex/base/AutoValue_IntPair;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // jflex.base.AutoValue_IntPair this
         0: .line 29
            new java.lang.StringBuilder
            dup
            ldc "IntPair{start="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         1: .line 30
            aload 0 /* this */
            getfield jflex.base.AutoValue_IntPair.start:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ", "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         2: .line 31
            ldc "end="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield jflex.base.AutoValue_IntPair.end:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
         3: .line 32
            ldc "}"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         4: .line 29
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // jflex.base.AutoValue_IntPair this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Ljflex/base/AutoValue_IntPair;

  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 // jflex.base.AutoValue_IntPair this
        start local 1 // java.lang.Object o
         0: .line 37
            aload 1 /* o */
            aload 0 /* this */
            if_acmpne 2
         1: .line 38
            iconst_1
            ireturn
         2: .line 40
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            instanceof jflex.base.IntPair
            ifeq 8
         3: .line 41
            aload 1 /* o */
            checkcast jflex.base.IntPair
            astore 2 /* that */
        start local 2 // jflex.base.IntPair that
         4: .line 42
            aload 0 /* this */
            getfield jflex.base.AutoValue_IntPair.start:I
            aload 2 /* that */
            invokevirtual jflex.base.IntPair.start:()I
            if_icmpne 7
         5: .line 43
            aload 0 /* this */
            getfield jflex.base.AutoValue_IntPair.end:I
            aload 2 /* that */
            invokevirtual jflex.base.IntPair.end:()I
            if_icmpne 7
         6: .line 42
            iconst_1
            ireturn
      StackMap locals: jflex.base.IntPair
      StackMap stack:
         7: iconst_0
            ireturn
        end local 2 // jflex.base.IntPair that
         8: .line 45
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // java.lang.Object o
        end local 0 // jflex.base.AutoValue_IntPair this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Ljflex/base/AutoValue_IntPair;
            0    9     1     o  Ljava/lang/Object;
            4    8     2  that  Ljflex/base/IntPair;
    MethodParameters:
      Name  Flags
      o     

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // jflex.base.AutoValue_IntPair this
         0: .line 50
            iconst_1
            istore 1 /* h$ */
        start local 1 // int h$
         1: .line 51
            iload 1 /* h$ */
            ldc 1000003
            imul
            istore 1 /* h$ */
         2: .line 52
            iload 1 /* h$ */
            aload 0 /* this */
            getfield jflex.base.AutoValue_IntPair.start:I
            ixor
            istore 1 /* h$ */
         3: .line 53
            iload 1 /* h$ */
            ldc 1000003
            imul
            istore 1 /* h$ */
         4: .line 54
            iload 1 /* h$ */
            aload 0 /* this */
            getfield jflex.base.AutoValue_IntPair.end:I
            ixor
            istore 1 /* h$ */
         5: .line 55
            iload 1 /* h$ */
            ireturn
        end local 1 // int h$
        end local 0 // jflex.base.AutoValue_IntPair this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Ljflex/base/AutoValue_IntPair;
            1    6     1    h$  I
}
SourceFile: "AutoValue_IntPair.java"