public final class org.h2.api.Interval
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.h2.api.Interval
  super_class: java.lang.Object
{
  private final org.h2.api.IntervalQualifier qualifier;
    descriptor: Lorg/h2/api/IntervalQualifier;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean negative;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final long leading;
    descriptor: J
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final long remaining;
    descriptor: J
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public static org.h2.api.Interval ofYears(long);
    descriptor: (J)Lorg/h2/api/Interval;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=8, locals=2, args_size=1
        start local 0 // long years
         0: .line 48
            new org.h2.api.Interval
            dup
            getstatic org.h2.api.IntervalQualifier.YEAR:Lorg/h2/api/IntervalQualifier;
            lload 0 /* years */
            lconst_0
            lcmp
            ifge 1
            iconst_1
            goto 2
      StackMap locals: long
      StackMap stack: new 0 new 0 org.h2.api.IntervalQualifier
         1: iconst_0
      StackMap locals: long
      StackMap stack: new 0 new 0 org.h2.api.IntervalQualifier int
         2: lload 0 /* years */
            invokestatic java.lang.Math.abs:(J)J
            lconst_0
            invokespecial org.h2.api.Interval.<init>:(Lorg/h2/api/IntervalQualifier;ZJJ)V
            areturn
        end local 0 // long years
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0  years  J
    MethodParameters:
       Name  Flags
      years  

  public static org.h2.api.Interval ofMonths(long);
    descriptor: (J)Lorg/h2/api/Interval;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=8, locals=2, args_size=1
        start local 0 // long months
         0: .line 59
            new org.h2.api.Interval
            dup
            getstatic org.h2.api.IntervalQualifier.MONTH:Lorg/h2/api/IntervalQualifier;
            lload 0 /* months */
            lconst_0
            lcmp
            ifge 1
            iconst_1
            goto 2
      StackMap locals: long
      StackMap stack: new 0 new 0 org.h2.api.IntervalQualifier
         1: iconst_0
      StackMap locals: long
      StackMap stack: new 0 new 0 org.h2.api.IntervalQualifier int
         2: lload 0 /* months */
            invokestatic java.lang.Math.abs:(J)J
            lconst_0
            invokespecial org.h2.api.Interval.<init>:(Lorg/h2/api/IntervalQualifier;ZJJ)V
            areturn
        end local 0 // long months
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0  months  J
    MethodParameters:
        Name  Flags
      months  

  public static org.h2.api.Interval ofDays(long);
    descriptor: (J)Lorg/h2/api/Interval;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=8, locals=2, args_size=1
        start local 0 // long days
         0: .line 70
            new org.h2.api.Interval
            dup
            getstatic org.h2.api.IntervalQualifier.DAY:Lorg/h2/api/IntervalQualifier;
            lload 0 /* days */
            lconst_0
            lcmp
            ifge 1
            iconst_1
            goto 2
      StackMap locals: long
      StackMap stack: new 0 new 0 org.h2.api.IntervalQualifier
         1: iconst_0
      StackMap locals: long
      StackMap stack: new 0 new 0 org.h2.api.IntervalQualifier int
         2: lload 0 /* days */
            invokestatic java.lang.Math.abs:(J)J
            lconst_0
            invokespecial org.h2.api.Interval.<init>:(Lorg/h2/api/IntervalQualifier;ZJJ)V
            areturn
        end local 0 // long days
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  days  J
    MethodParameters:
      Name  Flags
      days  

  public static org.h2.api.Interval ofHours(long);
    descriptor: (J)Lorg/h2/api/Interval;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=8, locals=2, args_size=1
        start local 0 // long hours
         0: .line 81
            new org.h2.api.Interval
            dup
            getstatic org.h2.api.IntervalQualifier.HOUR:Lorg/h2/api/IntervalQualifier;
            lload 0 /* hours */
            lconst_0
            lcmp
            ifge 1
            iconst_1
            goto 2
      StackMap locals: long
      StackMap stack: new 0 new 0 org.h2.api.IntervalQualifier
         1: iconst_0
      StackMap locals: long
      StackMap stack: new 0 new 0 org.h2.api.IntervalQualifier int
         2: lload 0 /* hours */
            invokestatic java.lang.Math.abs:(J)J
            lconst_0
            invokespecial org.h2.api.Interval.<init>:(Lorg/h2/api/IntervalQualifier;ZJJ)V
            areturn
        end local 0 // long hours
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0  hours  J
    MethodParameters:
       Name  Flags
      hours  

  public static org.h2.api.Interval ofMinutes(long);
    descriptor: (J)Lorg/h2/api/Interval;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=8, locals=2, args_size=1
        start local 0 // long minutes
         0: .line 92
            new org.h2.api.Interval
            dup
            getstatic org.h2.api.IntervalQualifier.MINUTE:Lorg/h2/api/IntervalQualifier;
            lload 0 /* minutes */
            lconst_0
            lcmp
            ifge 1
            iconst_1
            goto 2
      StackMap locals: long
      StackMap stack: new 0 new 0 org.h2.api.IntervalQualifier
         1: iconst_0
      StackMap locals: long
      StackMap stack: new 0 new 0 org.h2.api.IntervalQualifier int
         2: lload 0 /* minutes */
            invokestatic java.lang.Math.abs:(J)J
            lconst_0
            invokespecial org.h2.api.Interval.<init>:(Lorg/h2/api/IntervalQualifier;ZJJ)V
            areturn
        end local 0 // long minutes
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0  minutes  J
    MethodParameters:
         Name  Flags
      minutes  

  public static org.h2.api.Interval ofSeconds(long);
    descriptor: (J)Lorg/h2/api/Interval;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=8, locals=2, args_size=1
        start local 0 // long seconds
         0: .line 103
            new org.h2.api.Interval
            dup
            getstatic org.h2.api.IntervalQualifier.SECOND:Lorg/h2/api/IntervalQualifier;
            lload 0 /* seconds */
            lconst_0
            lcmp
            ifge 1
            iconst_1
            goto 2
      StackMap locals: long
      StackMap stack: new 0 new 0 org.h2.api.IntervalQualifier
         1: iconst_0
      StackMap locals: long
      StackMap stack: new 0 new 0 org.h2.api.IntervalQualifier int
         2: lload 0 /* seconds */
            invokestatic java.lang.Math.abs:(J)J
            lconst_0
            invokespecial org.h2.api.Interval.<init>:(Lorg/h2/api/IntervalQualifier;ZJJ)V
            areturn
        end local 0 // long seconds
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0  seconds  J
    MethodParameters:
         Name  Flags
      seconds  

  public static org.h2.api.Interval ofSeconds(long, int);
    descriptor: (JI)Lorg/h2/api/Interval;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=8, locals=4, args_size=2
        start local 0 // long seconds
        start local 2 // int nanos
         0: .line 121
            lload 0 /* seconds */
            iload 2 /* nanos */
            i2l
            lor
            lconst_0
            lcmp
            ifge 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: istore 3 /* negative */
        start local 3 // boolean negative
         3: .line 122
            iload 3 /* negative */
            ifeq 8
         4: .line 124
            lload 0 /* seconds */
            lconst_0
            lcmp
            ifgt 5
            iload 2 /* nanos */
            ifle 6
         5: .line 125
      StackMap locals: int
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            invokespecial java.lang.IllegalArgumentException.<init>:()V
            athrow
         6: .line 128
      StackMap locals:
      StackMap stack:
            lload 0 /* seconds */
            lneg
            lstore 0 /* seconds */
         7: .line 129
            iload 2 /* nanos */
            ineg
            istore 2 /* nanos */
         8: .line 133
      StackMap locals:
      StackMap stack:
            new org.h2.api.Interval
            dup
            getstatic org.h2.api.IntervalQualifier.SECOND:Lorg/h2/api/IntervalQualifier;
            iload 3 /* negative */
            lload 0 /* seconds */
            iload 2 /* nanos */
            i2l
            invokespecial org.h2.api.Interval.<init>:(Lorg/h2/api/IntervalQualifier;ZJJ)V
            areturn
        end local 3 // boolean negative
        end local 2 // int nanos
        end local 0 // long seconds
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    9     0   seconds  J
            0    9     2     nanos  I
            3    9     3  negative  Z
    MethodParameters:
         Name  Flags
      seconds  
      nanos    

  public static org.h2.api.Interval ofNanos(long);
    descriptor: (J)Lorg/h2/api/Interval;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=10, locals=3, args_size=1
        start local 0 // long nanos
         0: .line 144
            lload 0 /* nanos */
            lconst_0
            lcmp
            ifge 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: istore 2 /* negative */
        start local 2 // boolean negative
         3: .line 145
            iload 2 /* negative */
            ifeq 7
         4: .line 146
            lload 0 /* nanos */
            lneg
            lstore 0 /* nanos */
         5: .line 147
            lload 0 /* nanos */
            lconst_0
            lcmp
            ifge 7
         6: .line 149
            new org.h2.api.Interval
            dup
            getstatic org.h2.api.IntervalQualifier.SECOND:Lorg/h2/api/IntervalQualifier;
            iconst_1
            ldc 9223372036
            ldc 854775808
            invokespecial org.h2.api.Interval.<init>:(Lorg/h2/api/IntervalQualifier;ZJJ)V
            areturn
         7: .line 152
      StackMap locals: int
      StackMap stack:
            new org.h2.api.Interval
            dup
            getstatic org.h2.api.IntervalQualifier.SECOND:Lorg/h2/api/IntervalQualifier;
            iload 2 /* negative */
            lload 0 /* nanos */
            ldc 1000000000
            ldiv
            lload 0 /* nanos */
            ldc 1000000000
            lrem
            invokespecial org.h2.api.Interval.<init>:(Lorg/h2/api/IntervalQualifier;ZJJ)V
            areturn
        end local 2 // boolean negative
        end local 0 // long nanos
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    8     0     nanos  J
            3    8     2  negative  Z
    MethodParameters:
       Name  Flags
      nanos  

  public static org.h2.api.Interval ofYearsMonths(long, int);
    descriptor: (JI)Lorg/h2/api/Interval;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=8, locals=4, args_size=2
        start local 0 // long years
        start local 2 // int months
         0: .line 170
            lload 0 /* years */
            iload 2 /* months */
            i2l
            lor
            lconst_0
            lcmp
            ifge 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: istore 3 /* negative */
        start local 3 // boolean negative
         3: .line 171
            iload 3 /* negative */
            ifeq 8
         4: .line 173
            lload 0 /* years */
            lconst_0
            lcmp
            ifgt 5
            iload 2 /* months */
            ifle 6
         5: .line 174
      StackMap locals: int
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            invokespecial java.lang.IllegalArgumentException.<init>:()V
            athrow
         6: .line 177
      StackMap locals:
      StackMap stack:
            lload 0 /* years */
            lneg
            lstore 0 /* years */
         7: .line 178
            iload 2 /* months */
            ineg
            istore 2 /* months */
         8: .line 182
      StackMap locals:
      StackMap stack:
            new org.h2.api.Interval
            dup
            getstatic org.h2.api.IntervalQualifier.YEAR_TO_MONTH:Lorg/h2/api/IntervalQualifier;
            iload 3 /* negative */
            lload 0 /* years */
            iload 2 /* months */
            i2l
            invokespecial org.h2.api.Interval.<init>:(Lorg/h2/api/IntervalQualifier;ZJJ)V
            areturn
        end local 3 // boolean negative
        end local 2 // int months
        end local 0 // long years
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    9     0     years  J
            0    9     2    months  I
            3    9     3  negative  Z
    MethodParameters:
        Name  Flags
      years   
      months  

  public static org.h2.api.Interval ofDaysHours(long, int);
    descriptor: (JI)Lorg/h2/api/Interval;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=8, locals=4, args_size=2
        start local 0 // long days
        start local 2 // int hours
         0: .line 200
            lload 0 /* days */
            iload 2 /* hours */
            i2l
            lor
            lconst_0
            lcmp
            ifge 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: istore 3 /* negative */
        start local 3 // boolean negative
         3: .line 201
            iload 3 /* negative */
            ifeq 8
         4: .line 203
            lload 0 /* days */
            lconst_0
            lcmp
            ifgt 5
            iload 2 /* hours */
            ifle 6
         5: .line 204
      StackMap locals: int
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            invokespecial java.lang.IllegalArgumentException.<init>:()V
            athrow
         6: .line 207
      StackMap locals:
      StackMap stack:
            lload 0 /* days */
            lneg
            lstore 0 /* days */
         7: .line 208
            iload 2 /* hours */
            ineg
            istore 2 /* hours */
         8: .line 212
      StackMap locals:
      StackMap stack:
            new org.h2.api.Interval
            dup
            getstatic org.h2.api.IntervalQualifier.DAY_TO_HOUR:Lorg/h2/api/IntervalQualifier;
            iload 3 /* negative */
            lload 0 /* days */
            iload 2 /* hours */
            i2l
            invokespecial org.h2.api.Interval.<init>:(Lorg/h2/api/IntervalQualifier;ZJJ)V
            areturn
        end local 3 // boolean negative
        end local 2 // int hours
        end local 0 // long days
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    9     0      days  J
            0    9     2     hours  I
            3    9     3  negative  Z
    MethodParameters:
       Name  Flags
      days   
      hours  

  public static org.h2.api.Interval ofDaysHoursMinutes(long, int, int);
    descriptor: (JII)Lorg/h2/api/Interval;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=10, locals=5, args_size=3
        start local 0 // long days
        start local 2 // int hours
        start local 3 // int minutes
         0: .line 232
            lload 0 /* days */
            iload 2 /* hours */
            i2l
            lor
            iload 3 /* minutes */
            i2l
            lor
            lconst_0
            lcmp
            ifge 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: istore 4 /* negative */
        start local 4 // boolean negative
         3: .line 233
            iload 4 /* negative */
            ifeq 11
         4: .line 235
            lload 0 /* days */
            lconst_0
            lcmp
            ifgt 5
            iload 2 /* hours */
            ifgt 5
            iload 3 /* minutes */
            ifle 6
         5: .line 236
      StackMap locals: int
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            invokespecial java.lang.IllegalArgumentException.<init>:()V
            athrow
         6: .line 239
      StackMap locals:
      StackMap stack:
            lload 0 /* days */
            lneg
            lstore 0 /* days */
         7: .line 240
            iload 2 /* hours */
            ineg
            istore 2 /* hours */
         8: .line 241
            iload 3 /* minutes */
            ineg
            istore 3 /* minutes */
         9: .line 242
            iload 2 /* hours */
            iload 3 /* minutes */
            ior
            ifge 11
        10: .line 244
            new java.lang.IllegalArgumentException
            dup
            invokespecial java.lang.IllegalArgumentException.<init>:()V
            athrow
        11: .line 250
      StackMap locals:
      StackMap stack:
            iload 3 /* minutes */
            bipush 60
            if_icmplt 13
        12: .line 251
            new java.lang.IllegalArgumentException
            dup
            invokespecial java.lang.IllegalArgumentException.<init>:()V
            athrow
        13: .line 253
      StackMap locals:
      StackMap stack:
            new org.h2.api.Interval
            dup
            getstatic org.h2.api.IntervalQualifier.DAY_TO_MINUTE:Lorg/h2/api/IntervalQualifier;
            iload 4 /* negative */
            lload 0 /* days */
            iload 2 /* hours */
            i2l
            ldc 60
            lmul
            iload 3 /* minutes */
            i2l
            ladd
            invokespecial org.h2.api.Interval.<init>:(Lorg/h2/api/IntervalQualifier;ZJJ)V
            areturn
        end local 4 // boolean negative
        end local 3 // int minutes
        end local 2 // int hours
        end local 0 // long days
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   14     0      days  J
            0   14     2     hours  I
            0   14     3   minutes  I
            3   14     4  negative  Z
    MethodParameters:
         Name  Flags
      days     
      hours    
      minutes  

  public static org.h2.api.Interval ofDaysHoursMinutesSeconds(long, int, int, int);
    descriptor: (JIII)Lorg/h2/api/Interval;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=8, locals=5, args_size=4
        start local 0 // long days
        start local 2 // int hours
        start local 3 // int minutes
        start local 4 // int seconds
         0: .line 274
            lload 0 /* days */
            iload 2 /* hours */
            iload 3 /* minutes */
            iload 4 /* seconds */
            i2l
            ldc 1000000000
            lmul
            invokestatic org.h2.api.Interval.ofDaysHoursMinutesNanos:(JIIJ)Lorg/h2/api/Interval;
            areturn
        end local 4 // int seconds
        end local 3 // int minutes
        end local 2 // int hours
        end local 0 // long days
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     days  J
            0    1     2    hours  I
            0    1     3  minutes  I
            0    1     4  seconds  I
    MethodParameters:
         Name  Flags
      days     
      hours    
      minutes  
      seconds  

  public static org.h2.api.Interval ofDaysHoursMinutesNanos(long, int, int, long);
    descriptor: (JIIJ)Lorg/h2/api/Interval;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=10, locals=7, args_size=4
        start local 0 // long days
        start local 2 // int hours
        start local 3 // int minutes
        start local 4 // long nanos
         0: .line 296
            lload 0 /* days */
            iload 2 /* hours */
            i2l
            lor
            iload 3 /* minutes */
            i2l
            lor
            lload 4 /* nanos */
            lor
            lconst_0
            lcmp
            ifge 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: istore 6 /* negative */
        start local 6 // boolean negative
         3: .line 297
            iload 6 /* negative */
            ifeq 12
         4: .line 299
            lload 0 /* days */
            lconst_0
            lcmp
            ifgt 5
            iload 2 /* hours */
            ifgt 5
            iload 3 /* minutes */
            ifgt 5
            lload 4 /* nanos */
            lconst_0
            lcmp
            ifle 6
         5: .line 300
      StackMap locals: int
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            invokespecial java.lang.IllegalArgumentException.<init>:()V
            athrow
         6: .line 303
      StackMap locals:
      StackMap stack:
            lload 0 /* days */
            lneg
            lstore 0 /* days */
         7: .line 304
            iload 2 /* hours */
            ineg
            istore 2 /* hours */
         8: .line 305
            iload 3 /* minutes */
            ineg
            istore 3 /* minutes */
         9: .line 306
            lload 4 /* nanos */
            lneg
            lstore 4 /* nanos */
        10: .line 307
            iload 2 /* hours */
            iload 3 /* minutes */
            ior
            i2l
            lload 4 /* nanos */
            lor
            lconst_0
            lcmp
            ifge 12
        11: .line 309
            new java.lang.IllegalArgumentException
            dup
            invokespecial java.lang.IllegalArgumentException.<init>:()V
            athrow
        12: .line 315
      StackMap locals:
      StackMap stack:
            iload 3 /* minutes */
            bipush 60
            if_icmpge 13
            lload 4 /* nanos */
            ldc 60000000000
            lcmp
            iflt 14
        13: .line 316
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            invokespecial java.lang.IllegalArgumentException.<init>:()V
            athrow
        14: .line 318
      StackMap locals:
      StackMap stack:
            new org.h2.api.Interval
            dup
            getstatic org.h2.api.IntervalQualifier.DAY_TO_SECOND:Lorg/h2/api/IntervalQualifier;
            iload 6 /* negative */
            lload 0 /* days */
        15: .line 319
            iload 2 /* hours */
            i2l
            ldc 60
            lmul
            iload 3 /* minutes */
            i2l
            ladd
            ldc 60000000000
            lmul
            lload 4 /* nanos */
            ladd
        16: .line 318
            invokespecial org.h2.api.Interval.<init>:(Lorg/h2/api/IntervalQualifier;ZJJ)V
            areturn
        end local 6 // boolean negative
        end local 4 // long nanos
        end local 3 // int minutes
        end local 2 // int hours
        end local 0 // long days
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   17     0      days  J
            0   17     2     hours  I
            0   17     3   minutes  I
            0   17     4     nanos  J
            3   17     6  negative  Z
    MethodParameters:
         Name  Flags
      days     
      hours    
      minutes  
      nanos    

  public static org.h2.api.Interval ofHoursMinutes(long, int);
    descriptor: (JI)Lorg/h2/api/Interval;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=8, locals=4, args_size=2
        start local 0 // long hours
        start local 2 // int minutes
         0: .line 337
            lload 0 /* hours */
            iload 2 /* minutes */
            i2l
            lor
            lconst_0
            lcmp
            ifge 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: istore 3 /* negative */
        start local 3 // boolean negative
         3: .line 338
            iload 3 /* negative */
            ifeq 8
         4: .line 340
            lload 0 /* hours */
            lconst_0
            lcmp
            ifgt 5
            iload 2 /* minutes */
            ifle 6
         5: .line 341
      StackMap locals: int
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            invokespecial java.lang.IllegalArgumentException.<init>:()V
            athrow
         6: .line 344
      StackMap locals:
      StackMap stack:
            lload 0 /* hours */
            lneg
            lstore 0 /* hours */
         7: .line 345
            iload 2 /* minutes */
            ineg
            istore 2 /* minutes */
         8: .line 349
      StackMap locals:
      StackMap stack:
            new org.h2.api.Interval
            dup
            getstatic org.h2.api.IntervalQualifier.HOUR_TO_MINUTE:Lorg/h2/api/IntervalQualifier;
            iload 3 /* negative */
            lload 0 /* hours */
            iload 2 /* minutes */
            i2l
            invokespecial org.h2.api.Interval.<init>:(Lorg/h2/api/IntervalQualifier;ZJJ)V
            areturn
        end local 3 // boolean negative
        end local 2 // int minutes
        end local 0 // long hours
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    9     0     hours  J
            0    9     2   minutes  I
            3    9     3  negative  Z
    MethodParameters:
         Name  Flags
      hours    
      minutes  

  public static org.h2.api.Interval ofHoursMinutesSeconds(long, int, int);
    descriptor: (JII)Lorg/h2/api/Interval;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=7, locals=4, args_size=3
        start local 0 // long hours
        start local 2 // int minutes
        start local 3 // int seconds
         0: .line 368
            lload 0 /* hours */
            iload 2 /* minutes */
            iload 3 /* seconds */
            i2l
            ldc 1000000000
            lmul
            invokestatic org.h2.api.Interval.ofHoursMinutesNanos:(JIJ)Lorg/h2/api/Interval;
            areturn
        end local 3 // int seconds
        end local 2 // int minutes
        end local 0 // long hours
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0    hours  J
            0    1     2  minutes  I
            0    1     3  seconds  I
    MethodParameters:
         Name  Flags
      hours    
      minutes  
      seconds  

  public static org.h2.api.Interval ofHoursMinutesNanos(long, int, long);
    descriptor: (JIJ)Lorg/h2/api/Interval;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=10, locals=6, args_size=3
        start local 0 // long hours
        start local 2 // int minutes
        start local 3 // long nanos
         0: .line 388
            lload 0 /* hours */
            iload 2 /* minutes */
            i2l
            lor
            lload 3 /* nanos */
            lor
            lconst_0
            lcmp
            ifge 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: istore 5 /* negative */
        start local 5 // boolean negative
         3: .line 389
            iload 5 /* negative */
            ifeq 11
         4: .line 391
            lload 0 /* hours */
            lconst_0
            lcmp
            ifgt 5
            iload 2 /* minutes */
            ifgt 5
            lload 3 /* nanos */
            lconst_0
            lcmp
            ifle 6
         5: .line 392
      StackMap locals: int
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            invokespecial java.lang.IllegalArgumentException.<init>:()V
            athrow
         6: .line 395
      StackMap locals:
      StackMap stack:
            lload 0 /* hours */
            lneg
            lstore 0 /* hours */
         7: .line 396
            iload 2 /* minutes */
            ineg
            istore 2 /* minutes */
         8: .line 397
            lload 3 /* nanos */
            lneg
            lstore 3 /* nanos */
         9: .line 398
            iload 2 /* minutes */
            i2l
            lload 3 /* nanos */
            lor
            lconst_0
            lcmp
            ifge 11
        10: .line 400
            new java.lang.IllegalArgumentException
            dup
            invokespecial java.lang.IllegalArgumentException.<init>:()V
            athrow
        11: .line 406
      StackMap locals:
      StackMap stack:
            lload 3 /* nanos */
            ldc 60000000000
            lcmp
            iflt 13
        12: .line 407
            new java.lang.IllegalArgumentException
            dup
            invokespecial java.lang.IllegalArgumentException.<init>:()V
            athrow
        13: .line 409
      StackMap locals:
      StackMap stack:
            new org.h2.api.Interval
            dup
            getstatic org.h2.api.IntervalQualifier.HOUR_TO_SECOND:Lorg/h2/api/IntervalQualifier;
            iload 5 /* negative */
            lload 0 /* hours */
            iload 2 /* minutes */
            i2l
            ldc 60000000000
            lmul
            lload 3 /* nanos */
            ladd
            invokespecial org.h2.api.Interval.<init>:(Lorg/h2/api/IntervalQualifier;ZJJ)V
            areturn
        end local 5 // boolean negative
        end local 3 // long nanos
        end local 2 // int minutes
        end local 0 // long hours
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   14     0     hours  J
            0   14     2   minutes  I
            0   14     3     nanos  J
            3   14     5  negative  Z
    MethodParameters:
         Name  Flags
      hours    
      minutes  
      nanos    

  public static org.h2.api.Interval ofMinutesSeconds(long, int);
    descriptor: (JI)Lorg/h2/api/Interval;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=6, locals=3, args_size=2
        start local 0 // long minutes
        start local 2 // int seconds
         0: .line 426
            lload 0 /* minutes */
            iload 2 /* seconds */
            i2l
            ldc 1000000000
            lmul
            invokestatic org.h2.api.Interval.ofMinutesNanos:(JJ)Lorg/h2/api/Interval;
            areturn
        end local 2 // int seconds
        end local 0 // long minutes
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0  minutes  J
            0    1     2  seconds  I
    MethodParameters:
         Name  Flags
      minutes  
      seconds  

  public static org.h2.api.Interval ofMinutesNanos(long, long);
    descriptor: (JJ)Lorg/h2/api/Interval;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=8, locals=5, args_size=2
        start local 0 // long minutes
        start local 2 // long nanos
         0: .line 444
            lload 0 /* minutes */
            lload 2 /* nanos */
            lor
            lconst_0
            lcmp
            ifge 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: istore 4 /* negative */
        start local 4 // boolean negative
         3: .line 445
            iload 4 /* negative */
            ifeq 8
         4: .line 447
            lload 0 /* minutes */
            lconst_0
            lcmp
            ifgt 5
            lload 2 /* nanos */
            lconst_0
            lcmp
            ifle 6
         5: .line 448
      StackMap locals: int
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            invokespecial java.lang.IllegalArgumentException.<init>:()V
            athrow
         6: .line 451
      StackMap locals:
      StackMap stack:
            lload 0 /* minutes */
            lneg
            lstore 0 /* minutes */
         7: .line 452
            lload 2 /* nanos */
            lneg
            lstore 2 /* nanos */
         8: .line 455
      StackMap locals:
      StackMap stack:
            new org.h2.api.Interval
            dup
            getstatic org.h2.api.IntervalQualifier.MINUTE_TO_SECOND:Lorg/h2/api/IntervalQualifier;
            iload 4 /* negative */
            lload 0 /* minutes */
            lload 2 /* nanos */
            invokespecial org.h2.api.Interval.<init>:(Lorg/h2/api/IntervalQualifier;ZJJ)V
            areturn
        end local 4 // boolean negative
        end local 2 // long nanos
        end local 0 // long minutes
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    9     0   minutes  J
            0    9     2     nanos  J
            3    9     4  negative  Z
    MethodParameters:
         Name  Flags
      minutes  
      nanos    

  public void <init>(org.h2.api.IntervalQualifier, boolean, long, long);
    descriptor: (Lorg/h2/api/IntervalQualifier;ZJJ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=7, args_size=5
        start local 0 // org.h2.api.Interval this
        start local 1 // org.h2.api.IntervalQualifier qualifier
        start local 2 // boolean negative
        start local 3 // long leading
        start local 5 // long remaining
         0: .line 471
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 472
            aload 0 /* this */
            aload 1 /* qualifier */
            putfield org.h2.api.Interval.qualifier:Lorg/h2/api/IntervalQualifier;
         2: .line 474
            aload 0 /* this */
            aload 1 /* qualifier */
            iload 2 /* negative */
            lload 3 /* leading */
            lload 5 /* remaining */
            invokestatic org.h2.util.IntervalUtils.validateInterval:(Lorg/h2/api/IntervalQualifier;ZJJ)Z
            putfield org.h2.api.Interval.negative:Z
         3: .line 475
            goto 6
      StackMap locals: org.h2.api.Interval org.h2.api.IntervalQualifier int long long
      StackMap stack: org.h2.message.DbException
         4: pop
         5: .line 476
            new java.lang.IllegalArgumentException
            dup
            invokespecial java.lang.IllegalArgumentException.<init>:()V
            athrow
         6: .line 478
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            lload 3 /* leading */
            putfield org.h2.api.Interval.leading:J
         7: .line 479
            aload 0 /* this */
            lload 5 /* remaining */
            putfield org.h2.api.Interval.remaining:J
         8: .line 480
            return
        end local 5 // long remaining
        end local 3 // long leading
        end local 2 // boolean negative
        end local 1 // org.h2.api.IntervalQualifier qualifier
        end local 0 // org.h2.api.Interval this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    9     0       this  Lorg/h2/api/Interval;
            0    9     1  qualifier  Lorg/h2/api/IntervalQualifier;
            0    9     2   negative  Z
            0    9     3    leading  J
            0    9     5  remaining  J
      Exception table:
        from    to  target  type
           2     3       4  Class org.h2.message.DbException
    MethodParameters:
           Name  Flags
      qualifier  
      negative   
      leading    
      remaining  

  public org.h2.api.IntervalQualifier getQualifier();
    descriptor: ()Lorg/h2/api/IntervalQualifier;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.h2.api.Interval this
         0: .line 488
            aload 0 /* this */
            getfield org.h2.api.Interval.qualifier:Lorg/h2/api/IntervalQualifier;
            areturn
        end local 0 // org.h2.api.Interval this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/h2/api/Interval;

  public boolean isNegative();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.h2.api.Interval this
         0: .line 497
            aload 0 /* this */
            getfield org.h2.api.Interval.negative:Z
            ireturn
        end local 0 // org.h2.api.Interval this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/h2/api/Interval;

  public long getLeading();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.h2.api.Interval this
         0: .line 507
            aload 0 /* this */
            getfield org.h2.api.Interval.leading:J
            lreturn
        end local 0 // org.h2.api.Interval this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/h2/api/Interval;

  public long getRemaining();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.h2.api.Interval this
         0: .line 517
            aload 0 /* this */
            getfield org.h2.api.Interval.remaining:J
            lreturn
        end local 0 // org.h2.api.Interval this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/h2/api/Interval;

  public long getYears();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // org.h2.api.Interval this
         0: .line 526
            aload 0 /* this */
            getfield org.h2.api.Interval.qualifier:Lorg/h2/api/IntervalQualifier;
            aload 0 /* this */
            getfield org.h2.api.Interval.negative:Z
            aload 0 /* this */
            getfield org.h2.api.Interval.leading:J
            aload 0 /* this */
            getfield org.h2.api.Interval.remaining:J
            invokestatic org.h2.util.IntervalUtils.yearsFromInterval:(Lorg/h2/api/IntervalQualifier;ZJJ)J
            lreturn
        end local 0 // org.h2.api.Interval this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/h2/api/Interval;

  public long getMonths();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // org.h2.api.Interval this
         0: .line 535
            aload 0 /* this */
            getfield org.h2.api.Interval.qualifier:Lorg/h2/api/IntervalQualifier;
            aload 0 /* this */
            getfield org.h2.api.Interval.negative:Z
            aload 0 /* this */
            getfield org.h2.api.Interval.leading:J
            aload 0 /* this */
            getfield org.h2.api.Interval.remaining:J
            invokestatic org.h2.util.IntervalUtils.monthsFromInterval:(Lorg/h2/api/IntervalQualifier;ZJJ)J
            lreturn
        end local 0 // org.h2.api.Interval this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/h2/api/Interval;

  public long getDays();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // org.h2.api.Interval this
         0: .line 544
            aload 0 /* this */
            getfield org.h2.api.Interval.qualifier:Lorg/h2/api/IntervalQualifier;
            aload 0 /* this */
            getfield org.h2.api.Interval.negative:Z
            aload 0 /* this */
            getfield org.h2.api.Interval.leading:J
            aload 0 /* this */
            getfield org.h2.api.Interval.remaining:J
            invokestatic org.h2.util.IntervalUtils.daysFromInterval:(Lorg/h2/api/IntervalQualifier;ZJJ)J
            lreturn
        end local 0 // org.h2.api.Interval this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/h2/api/Interval;

  public long getHours();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // org.h2.api.Interval this
         0: .line 553
            aload 0 /* this */
            getfield org.h2.api.Interval.qualifier:Lorg/h2/api/IntervalQualifier;
            aload 0 /* this */
            getfield org.h2.api.Interval.negative:Z
            aload 0 /* this */
            getfield org.h2.api.Interval.leading:J
            aload 0 /* this */
            getfield org.h2.api.Interval.remaining:J
            invokestatic org.h2.util.IntervalUtils.hoursFromInterval:(Lorg/h2/api/IntervalQualifier;ZJJ)J
            lreturn
        end local 0 // org.h2.api.Interval this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/h2/api/Interval;

  public long getMinutes();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // org.h2.api.Interval this
         0: .line 562
            aload 0 /* this */
            getfield org.h2.api.Interval.qualifier:Lorg/h2/api/IntervalQualifier;
            aload 0 /* this */
            getfield org.h2.api.Interval.negative:Z
            aload 0 /* this */
            getfield org.h2.api.Interval.leading:J
            aload 0 /* this */
            getfield org.h2.api.Interval.remaining:J
            invokestatic org.h2.util.IntervalUtils.minutesFromInterval:(Lorg/h2/api/IntervalQualifier;ZJJ)J
            lreturn
        end local 0 // org.h2.api.Interval this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/h2/api/Interval;

  public long getSeconds();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.h2.api.Interval this
         0: .line 571
            aload 0 /* this */
            getfield org.h2.api.Interval.qualifier:Lorg/h2/api/IntervalQualifier;
            getstatic org.h2.api.IntervalQualifier.SECOND:Lorg/h2/api/IntervalQualifier;
            if_acmpne 4
         1: .line 572
            aload 0 /* this */
            getfield org.h2.api.Interval.negative:Z
            ifeq 2
            aload 0 /* this */
            getfield org.h2.api.Interval.leading:J
            lneg
            goto 3
      StackMap locals:
      StackMap stack:
         2: aload 0 /* this */
            getfield org.h2.api.Interval.leading:J
      StackMap locals:
      StackMap stack: long
         3: lreturn
         4: .line 574
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.h2.api.Interval.getSecondsAndNanos:()J
            ldc 1000000000
            ldiv
            lreturn
        end local 0 // org.h2.api.Interval this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/h2/api/Interval;

  public long getNanosOfSecond();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.h2.api.Interval this
         0: .line 583
            aload 0 /* this */
            getfield org.h2.api.Interval.qualifier:Lorg/h2/api/IntervalQualifier;
            getstatic org.h2.api.IntervalQualifier.SECOND:Lorg/h2/api/IntervalQualifier;
            if_acmpne 4
         1: .line 584
            aload 0 /* this */
            getfield org.h2.api.Interval.negative:Z
            ifeq 2
            aload 0 /* this */
            getfield org.h2.api.Interval.remaining:J
            lneg
            goto 3
      StackMap locals:
      StackMap stack:
         2: aload 0 /* this */
            getfield org.h2.api.Interval.remaining:J
      StackMap locals:
      StackMap stack: long
         3: lreturn
         4: .line 586
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.h2.api.Interval.getSecondsAndNanos:()J
            ldc 1000000000
            lrem
            lreturn
        end local 0 // org.h2.api.Interval this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/h2/api/Interval;

  public long getSecondsAndNanos();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // org.h2.api.Interval this
         0: .line 602
            aload 0 /* this */
            getfield org.h2.api.Interval.qualifier:Lorg/h2/api/IntervalQualifier;
            aload 0 /* this */
            getfield org.h2.api.Interval.negative:Z
            aload 0 /* this */
            getfield org.h2.api.Interval.leading:J
            aload 0 /* this */
            getfield org.h2.api.Interval.remaining:J
            invokestatic org.h2.util.IntervalUtils.nanosFromInterval:(Lorg/h2/api/IntervalQualifier;ZJJ)J
            lreturn
        end local 0 // org.h2.api.Interval this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/h2/api/Interval;

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=1
        start local 0 // org.h2.api.Interval this
         0: .line 608
            iconst_1
            istore 1 /* result */
        start local 1 // int result
         1: .line 609
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield org.h2.api.Interval.qualifier:Lorg/h2/api/IntervalQualifier;
            invokevirtual org.h2.api.IntervalQualifier.hashCode:()I
            iadd
            istore 1 /* result */
         2: .line 610
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield org.h2.api.Interval.negative:Z
            ifeq 3
            sipush 1231
            goto 4
      StackMap locals: org.h2.api.Interval int
      StackMap stack: int
         3: sipush 1237
      StackMap locals: org.h2.api.Interval int
      StackMap stack: int int
         4: iadd
            istore 1 /* result */
         5: .line 611
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield org.h2.api.Interval.leading:J
            aload 0 /* this */
            getfield org.h2.api.Interval.leading:J
            bipush 32
            lushr
            lxor
            l2i
            iadd
            istore 1 /* result */
         6: .line 612
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield org.h2.api.Interval.remaining:J
            aload 0 /* this */
            getfield org.h2.api.Interval.remaining:J
            bipush 32
            lushr
            lxor
            l2i
            iadd
            istore 1 /* result */
         7: .line 613
            iload 1 /* result */
            ireturn
        end local 1 // int result
        end local 0 // org.h2.api.Interval this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0    this  Lorg/h2/api/Interval;
            1    8     1  result  I

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.h2.api.Interval this
        start local 1 // java.lang.Object obj
         0: .line 618
            aload 0 /* this */
            aload 1 /* obj */
            if_acmpne 2
         1: .line 619
            iconst_1
            ireturn
         2: .line 621
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            instanceof org.h2.api.Interval
            ifne 4
         3: .line 622
            iconst_0
            ireturn
         4: .line 624
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            checkcast org.h2.api.Interval
            astore 2 /* other */
        start local 2 // org.h2.api.Interval other
         5: .line 625
            aload 0 /* this */
            getfield org.h2.api.Interval.qualifier:Lorg/h2/api/IntervalQualifier;
            aload 2 /* other */
            getfield org.h2.api.Interval.qualifier:Lorg/h2/api/IntervalQualifier;
            if_acmpne 8
            aload 0 /* this */
            getfield org.h2.api.Interval.negative:Z
            aload 2 /* other */
            getfield org.h2.api.Interval.negative:Z
            if_icmpne 8
            aload 0 /* this */
            getfield org.h2.api.Interval.leading:J
            aload 2 /* other */
            getfield org.h2.api.Interval.leading:J
            lcmp
            ifne 8
         6: .line 626
            aload 0 /* this */
            getfield org.h2.api.Interval.remaining:J
            aload 2 /* other */
            getfield org.h2.api.Interval.remaining:J
            lcmp
            ifne 8
         7: .line 625
            iconst_1
            ireturn
      StackMap locals: org.h2.api.Interval
      StackMap stack:
         8: iconst_0
            ireturn
        end local 2 // org.h2.api.Interval other
        end local 1 // java.lang.Object obj
        end local 0 // org.h2.api.Interval this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    9     0   this  Lorg/h2/api/Interval;
            0    9     1    obj  Ljava/lang/Object;
            5    9     2  other  Lorg/h2/api/Interval;
    MethodParameters:
      Name  Flags
      obj   

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=1, args_size=1
        start local 0 // org.h2.api.Interval this
         0: .line 631
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            aload 0 /* this */
            invokevirtual org.h2.api.Interval.getQualifier:()Lorg/h2/api/IntervalQualifier;
            aload 0 /* this */
            getfield org.h2.api.Interval.negative:Z
            aload 0 /* this */
            getfield org.h2.api.Interval.leading:J
            aload 0 /* this */
            getfield org.h2.api.Interval.remaining:J
            invokestatic org.h2.util.IntervalUtils.appendInterval:(Ljava/lang/StringBuilder;Lorg/h2/api/IntervalQualifier;ZJJ)Ljava/lang/StringBuilder;
         1: .line 632
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         2: .line 631
            areturn
        end local 0 // org.h2.api.Interval this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/h2/api/Interval;
}
SourceFile: "Interval.java"