public final class org.hsqldb.types.IntervalType extends org.hsqldb.types.DTIType
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.hsqldb.types.IntervalType
  super_class: org.hsqldb.types.DTIType
{
  public final boolean defaultPrecision;
    descriptor: Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final boolean isYearMonth;
    descriptor: Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public static final org.hsqldb.types.NumberType factorType;
    descriptor: Lorg/hsqldb/types/NumberType;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 57
            iconst_3
            ldc 40
            bipush 9
            invokestatic org.hsqldb.types.NumberType.getNumberType:(IJI)Lorg/hsqldb/types/NumberType;
         1: .line 56
            putstatic org.hsqldb.types.IntervalType.factorType:Lorg/hsqldb/types/NumberType;
         2: .line 57
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>(int, int, long, int, int, int, boolean);
    descriptor: (IIJIIIZ)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=8, locals=9, args_size=8
        start local 0 // org.hsqldb.types.IntervalType this
        start local 1 // int typeGroup
        start local 2 // int type
        start local 3 // long precision
        start local 5 // int scale
        start local 6 // int startIntervalType
        start local 7 // int endIntervalType
        start local 8 // boolean defaultPrecision
         0: .line 63
            aload 0 /* this */
            iload 1 /* typeGroup */
            iload 2 /* type */
            lload 3 /* precision */
            iload 5 /* scale */
            iload 6 /* startIntervalType */
         1: .line 64
            iload 7 /* endIntervalType */
            invokespecial org.hsqldb.types.DTIType.<init>:(IIJIII)V
         2: .line 66
            iload 7 /* endIntervalType */
            bipush 106
            if_icmpeq 4
            iload 5 /* scale */
            ifeq 4
         3: .line 67
            sipush 3406
            invokestatic org.hsqldb.error.Error.error:(I)Lorg/hsqldb/HsqlException;
            athrow
         4: .line 70
      StackMap locals: org.hsqldb.types.IntervalType int int long int int int int
      StackMap stack:
            iload 6 /* startIntervalType */
            tableswitch { // 101 - 102
                  101: 5
                  102: 5
              default: 7
          }
         5: .line 74
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield org.hsqldb.types.IntervalType.isYearMonth:Z
         6: .line 75
            goto 8
         7: .line 78
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield org.hsqldb.types.IntervalType.isYearMonth:Z
         8: .line 82
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 8 /* defaultPrecision */
            putfield org.hsqldb.types.IntervalType.defaultPrecision:Z
         9: .line 83
            return
        end local 8 // boolean defaultPrecision
        end local 7 // int endIntervalType
        end local 6 // int startIntervalType
        end local 5 // int scale
        end local 3 // long precision
        end local 2 // int type
        end local 1 // int typeGroup
        end local 0 // org.hsqldb.types.IntervalType this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   10     0               this  Lorg/hsqldb/types/IntervalType;
            0   10     1          typeGroup  I
            0   10     2               type  I
            0   10     3          precision  J
            0   10     5              scale  I
            0   10     6  startIntervalType  I
            0   10     7    endIntervalType  I
            0   10     8   defaultPrecision  Z
    MethodParameters:
                   Name  Flags
      typeGroup          
      type               
      precision          
      scale              
      startIntervalType  
      endIntervalType    
      defaultPrecision   

  public int displaySize();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.hsqldb.types.IntervalType this
         0: .line 87
            aload 0 /* this */
            getfield org.hsqldb.types.IntervalType.typeCode:I
            tableswitch { // 101 - 113
                  101: 1
                  102: 3
                  103: 4
                  104: 10
                  105: 15
                  106: 19
                  107: 2
                  108: 5
                  109: 6
                  110: 7
                  111: 11
                  112: 12
                  113: 16
              default: 22
          }
         1: .line 90
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.hsqldb.types.IntervalType.precision:J
            l2i
            iconst_1
            iadd
            ireturn
         2: .line 93
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.hsqldb.types.IntervalType.precision:J
            l2i
            iconst_4
            iadd
            ireturn
         3: .line 96
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.hsqldb.types.IntervalType.precision:J
            l2i
            iconst_1
            iadd
            ireturn
         4: .line 99
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.hsqldb.types.IntervalType.precision:J
            l2i
            iconst_1
            iadd
            ireturn
         5: .line 102
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.hsqldb.types.IntervalType.precision:J
            l2i
            iconst_4
            iadd
            ireturn
         6: .line 105
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.hsqldb.types.IntervalType.precision:J
            l2i
            bipush 7
            iadd
            ireturn
         7: .line 108
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.hsqldb.types.IntervalType.precision:J
            l2i
            bipush 10
            iadd
            aload 0 /* this */
            getfield org.hsqldb.types.IntervalType.scale:I
            ifne 8
            iconst_0
            goto 9
         8: .line 109
      StackMap locals:
      StackMap stack: int
            aload 0 /* this */
            getfield org.hsqldb.types.IntervalType.scale:I
            iconst_1
            iadd
         9: .line 108
      StackMap locals: org.hsqldb.types.IntervalType
      StackMap stack: int int
            iadd
            ireturn
        10: .line 112
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.hsqldb.types.IntervalType.precision:J
            l2i
            iconst_1
            iadd
            ireturn
        11: .line 115
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.hsqldb.types.IntervalType.precision:J
            l2i
            iconst_4
            iadd
            ireturn
        12: .line 118
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.hsqldb.types.IntervalType.precision:J
            l2i
            bipush 7
            iadd
            aload 0 /* this */
            getfield org.hsqldb.types.IntervalType.scale:I
            ifne 13
            iconst_0
            goto 14
        13: .line 119
      StackMap locals:
      StackMap stack: int
            aload 0 /* this */
            getfield org.hsqldb.types.IntervalType.scale:I
            iconst_1
            iadd
        14: .line 118
      StackMap locals: org.hsqldb.types.IntervalType
      StackMap stack: int int
            iadd
            ireturn
        15: .line 122
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.hsqldb.types.IntervalType.precision:J
            l2i
            iconst_1
            iadd
            ireturn
        16: .line 125
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.hsqldb.types.IntervalType.precision:J
            l2i
            iconst_4
            iadd
            aload 0 /* this */
            getfield org.hsqldb.types.IntervalType.scale:I
            ifne 17
            iconst_0
            goto 18
        17: .line 126
      StackMap locals:
      StackMap stack: int
            aload 0 /* this */
            getfield org.hsqldb.types.IntervalType.scale:I
            iconst_1
            iadd
        18: .line 125
      StackMap locals: org.hsqldb.types.IntervalType
      StackMap stack: int int
            iadd
            ireturn
        19: .line 129
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.hsqldb.types.IntervalType.precision:J
            l2i
            iconst_1
            iadd
            aload 0 /* this */
            getfield org.hsqldb.types.IntervalType.scale:I
            ifne 20
            iconst_0
            goto 21
        20: .line 130
      StackMap locals:
      StackMap stack: int
            aload 0 /* this */
            getfield org.hsqldb.types.IntervalType.scale:I
            iconst_1
            iadd
        21: .line 129
      StackMap locals: org.hsqldb.types.IntervalType
      StackMap stack: int int
            iadd
            ireturn
        22: .line 133
      StackMap locals:
      StackMap stack:
            sipush 201
            ldc "IntervalType"
            invokestatic org.hsqldb.error.Error.runtimeError:(ILjava/lang/String;)Ljava/lang/RuntimeException;
            athrow
        end local 0 // org.hsqldb.types.IntervalType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   23     0  this  Lorg/hsqldb/types/IntervalType;

  public int getJDBCTypeCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hsqldb.types.IntervalType this
         0: .line 140
            aload 0 /* this */
            getfield org.hsqldb.types.IntervalType.typeCode:I
            ireturn
        end local 0 // org.hsqldb.types.IntervalType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hsqldb/types/IntervalType;

  public java.lang.Class getJDBCClass();
    descriptor: ()Ljava/lang/Class;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.hsqldb.types.IntervalType this
         0: .line 145
            aload 0 /* this */
            getfield org.hsqldb.types.IntervalType.typeCode:I
            tableswitch { // 101 - 113
                  101: 1
                  102: 1
                  103: 2
                  104: 2
                  105: 2
                  106: 2
                  107: 1
                  108: 2
                  109: 2
                  110: 2
                  111: 2
                  112: 2
                  113: 2
              default: 3
          }
         1: .line 152
      StackMap locals:
      StackMap stack:
            ldc Ljava/time/Period;
            areturn
         2: .line 173
      StackMap locals:
      StackMap stack:
            ldc Ljava/time/Duration;
            areturn
         3: .line 182
      StackMap locals:
      StackMap stack:
            sipush 201
            ldc "IntervalType"
            invokestatic org.hsqldb.error.Error.runtimeError:(ILjava/lang/String;)Ljava/lang/RuntimeException;
            athrow
        end local 0 // org.hsqldb.types.IntervalType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/hsqldb/types/IntervalType;

  public java.lang.String getJDBCClassName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hsqldb.types.IntervalType this
         0: .line 187
            aload 0 /* this */
            invokevirtual org.hsqldb.types.IntervalType.getJDBCClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            areturn
        end local 0 // org.hsqldb.types.IntervalType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hsqldb/types/IntervalType;

  public int getJDBCPrecision();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hsqldb.types.IntervalType this
         0: .line 191
            aload 0 /* this */
            invokevirtual org.hsqldb.types.IntervalType.displaySize:()I
            ireturn
        end local 0 // org.hsqldb.types.IntervalType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hsqldb/types/IntervalType;

  public int getSQLGenericTypeCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hsqldb.types.IntervalType this
         0: .line 195
            bipush 10
            ireturn
        end local 0 // org.hsqldb.types.IntervalType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hsqldb/types/IntervalType;

  public java.lang.String getNameString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.hsqldb.types.IntervalType this
         0: .line 199
            new java.lang.StringBuilder
            dup
            ldc "INTERVAL "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.hsqldb.types.IntervalType.typeCode:I
            invokestatic org.hsqldb.types.IntervalType.getQualifier:(I)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // org.hsqldb.types.IntervalType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hsqldb/types/IntervalType;

  public static java.lang.String getQualifier(int);
    descriptor: (I)Ljava/lang/String;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // int type
         0: .line 204
            iload 0 /* type */
            tableswitch { // 101 - 113
                  101: 1
                  102: 3
                  103: 4
                  104: 8
                  105: 11
                  106: 13
                  107: 2
                  108: 5
                  109: 6
                  110: 7
                  111: 9
                  112: 10
                  113: 12
              default: 14
          }
         1: .line 207
      StackMap locals:
      StackMap stack:
            ldc "YEAR"
            areturn
         2: .line 210
      StackMap locals:
      StackMap stack:
            ldc "YEAR TO MONTH"
            areturn
         3: .line 213
      StackMap locals:
      StackMap stack:
            ldc "MONTH"
            areturn
         4: .line 216
      StackMap locals:
      StackMap stack:
            ldc "DAY"
            areturn
         5: .line 219
      StackMap locals:
      StackMap stack:
            ldc "DAY TO HOUR"
            areturn
         6: .line 222
      StackMap locals:
      StackMap stack:
            ldc "DAY TO MINUTE"
            areturn
         7: .line 225
      StackMap locals:
      StackMap stack:
            ldc "DAY TO SECOND"
            areturn
         8: .line 228
      StackMap locals:
      StackMap stack:
            ldc "HOUR"
            areturn
         9: .line 231
      StackMap locals:
      StackMap stack:
            ldc "HOUR TO MINUTE"
            areturn
        10: .line 234
      StackMap locals:
      StackMap stack:
            ldc "HOUR TO SECOND"
            areturn
        11: .line 237
      StackMap locals:
      StackMap stack:
            ldc "MINUTE"
            areturn
        12: .line 240
      StackMap locals:
      StackMap stack:
            ldc "MINUTE TO SECOND"
            areturn
        13: .line 243
      StackMap locals:
      StackMap stack:
            ldc "SECOND"
            areturn
        14: .line 246
      StackMap locals:
      StackMap stack:
            sipush 201
            ldc "IntervalType"
            invokestatic org.hsqldb.error.Error.runtimeError:(ILjava/lang/String;)Ljava/lang/RuntimeException;
            athrow
        end local 0 // int type
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   15     0  type  I
    MethodParameters:
      Name  Flags
      type  

  public java.lang.String getDefinition();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // org.hsqldb.types.IntervalType this
         0: .line 252
            aload 0 /* this */
            getfield org.hsqldb.types.IntervalType.precision:J
            ldc 2
            lcmp
            ifne 4
         1: .line 253
            aload 0 /* this */
            getfield org.hsqldb.types.IntervalType.endIntervalType:I
            bipush 106
            if_icmpne 3
         2: .line 254
            aload 0 /* this */
            getfield org.hsqldb.types.IntervalType.scale:I
            bipush 6
            if_icmpne 4
         3: .line 255
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.hsqldb.types.IntervalType.getNameString:()Ljava/lang/String;
            areturn
         4: .line 258
      StackMap locals:
      StackMap stack:
            new java.lang.StringBuilder
            dup
            bipush 32
            invokespecial java.lang.StringBuilder.<init>:(I)V
            astore 1 /* sb */
        start local 1 // java.lang.StringBuilder sb
         5: .line 260
            aload 1 /* sb */
            ldc "INTERVAL"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            bipush 32
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
         6: .line 261
            aload 1 /* sb */
            aload 0 /* this */
            getfield org.hsqldb.types.IntervalType.startIntervalType:I
            invokestatic org.hsqldb.types.IntervalType.getQualifier:(I)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         7: .line 263
            aload 0 /* this */
            getfield org.hsqldb.types.IntervalType.typeCode:I
            bipush 106
            if_icmpne 15
         8: .line 264
            aload 1 /* sb */
            bipush 40
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
         9: .line 265
            aload 1 /* sb */
            aload 0 /* this */
            getfield org.hsqldb.types.IntervalType.precision:J
            invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
            pop
        10: .line 267
            aload 0 /* this */
            getfield org.hsqldb.types.IntervalType.scale:I
            bipush 6
            if_icmpeq 13
        11: .line 268
            aload 1 /* sb */
            bipush 44
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
        12: .line 269
            aload 1 /* sb */
            aload 0 /* this */
            getfield org.hsqldb.types.IntervalType.scale:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            pop
        13: .line 272
      StackMap locals: java.lang.StringBuilder
      StackMap stack:
            aload 1 /* sb */
            bipush 41
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
        14: .line 274
            aload 1 /* sb */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        15: .line 277
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.hsqldb.types.IntervalType.precision:J
            ldc 2
            lcmp
            ifeq 19
        16: .line 278
            aload 1 /* sb */
            bipush 40
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
        17: .line 279
            aload 1 /* sb */
            aload 0 /* this */
            getfield org.hsqldb.types.IntervalType.precision:J
            invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
            pop
        18: .line 280
            aload 1 /* sb */
            bipush 41
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
        19: .line 283
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.hsqldb.types.IntervalType.startIntervalType:I
            aload 0 /* this */
            getfield org.hsqldb.types.IntervalType.endIntervalType:I
            if_icmpeq 29
        20: .line 284
            aload 1 /* sb */
            bipush 32
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
        21: .line 285
            aload 1 /* sb */
            ldc "TO"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        22: .line 286
            aload 1 /* sb */
            bipush 32
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
        23: .line 287
            aload 1 /* sb */
            getstatic org.hsqldb.Tokens.SQL_INTERVAL_FIELD_NAMES:[Ljava/lang/String;
            aload 0 /* this */
            getfield org.hsqldb.types.IntervalType.endPartIndex:I
            aaload
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        24: .line 289
            aload 0 /* this */
            getfield org.hsqldb.types.IntervalType.endIntervalType:I
            bipush 106
            if_icmpne 29
        25: .line 290
            aload 0 /* this */
            getfield org.hsqldb.types.IntervalType.scale:I
            bipush 6
            if_icmpeq 29
        26: .line 291
            aload 1 /* sb */
            bipush 40
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
        27: .line 292
            aload 1 /* sb */
            aload 0 /* this */
            getfield org.hsqldb.types.IntervalType.scale:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            pop
        28: .line 293
            aload 1 /* sb */
            bipush 41
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
        29: .line 297
      StackMap locals:
      StackMap stack:
            aload 1 /* sb */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 1 // java.lang.StringBuilder sb
        end local 0 // org.hsqldb.types.IntervalType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   30     0  this  Lorg/hsqldb/types/IntervalType;
            5   30     1    sb  Ljava/lang/StringBuilder;

  public boolean isIntervalType();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hsqldb.types.IntervalType this
         0: .line 301
            iconst_1
            ireturn
        end local 0 // org.hsqldb.types.IntervalType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hsqldb/types/IntervalType;

  public boolean isIntervalYearMonthType();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hsqldb.types.IntervalType this
         0: .line 306
            aload 0 /* this */
            getfield org.hsqldb.types.IntervalType.typeCode:I
            tableswitch { // 101 - 107
                  101: 1
                  102: 1
                  103: 2
                  104: 2
                  105: 2
                  106: 2
                  107: 1
              default: 2
          }
         1: .line 311
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
         2: .line 314
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 0 // org.hsqldb.types.IntervalType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/hsqldb/types/IntervalType;

  public boolean isIntervalDaySecondType();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hsqldb.types.IntervalType this
         0: .line 320
            aload 0 /* this */
            getfield org.hsqldb.types.IntervalType.typeCode:I
            tableswitch { // 103 - 113
                  103: 1
                  104: 1
                  105: 1
                  106: 1
                  107: 2
                  108: 1
                  109: 1
                  110: 1
                  111: 1
                  112: 1
                  113: 1
              default: 2
          }
         1: .line 332
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
         2: .line 335
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 0 // org.hsqldb.types.IntervalType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/hsqldb/types/IntervalType;

  public boolean acceptsPrecision();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hsqldb.types.IntervalType this
         0: .line 340
            iconst_1
            ireturn
        end local 0 // org.hsqldb.types.IntervalType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hsqldb/types/IntervalType;

  public boolean acceptsFractionalPrecision();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.hsqldb.types.IntervalType this
         0: .line 344
            aload 0 /* this */
            getfield org.hsqldb.types.IntervalType.endIntervalType:I
            bipush 106
            if_icmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.hsqldb.types.IntervalType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/hsqldb/types/IntervalType;

  public org.hsqldb.types.Type getAggregateType(org.hsqldb.types.Type);
    descriptor: (Lorg/hsqldb/types/Type;)Lorg/hsqldb/types/Type;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=8, args_size=2
        start local 0 // org.hsqldb.types.IntervalType this
        start local 1 // org.hsqldb.types.Type other
         0: .line 349
            aload 1 /* other */
            ifnonnull 2
         1: .line 350
            aload 0 /* this */
            areturn
         2: .line 353
      StackMap locals:
      StackMap stack:
            aload 1 /* other */
            getstatic org.hsqldb.types.IntervalType.SQL_ALL_TYPES:Lorg/hsqldb/types/Type;
            if_acmpne 4
         3: .line 354
            aload 0 /* this */
            areturn
         4: .line 357
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.hsqldb.types.IntervalType.typeCode:I
            aload 1 /* other */
            getfield org.hsqldb.types.Type.typeCode:I
            if_icmpne 9
         5: .line 358
            aload 0 /* this */
            getfield org.hsqldb.types.IntervalType.precision:J
            aload 1 /* other */
            getfield org.hsqldb.types.Type.precision:J
            lcmp
            iflt 7
            aload 0 /* this */
            getfield org.hsqldb.types.IntervalType.scale:I
            aload 1 /* other */
            getfield org.hsqldb.types.Type.scale:I
            if_icmplt 7
         6: .line 359
            aload 0 /* this */
            areturn
         7: .line 360
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.hsqldb.types.IntervalType.precision:J
            aload 1 /* other */
            getfield org.hsqldb.types.Type.precision:J
            lcmp
            ifgt 9
            aload 0 /* this */
            getfield org.hsqldb.types.IntervalType.scale:I
            aload 1 /* other */
            getfield org.hsqldb.types.Type.scale:I
            if_icmpgt 9
         8: .line 361
            aload 1 /* other */
            areturn
         9: .line 365
      StackMap locals:
      StackMap stack:
            aload 1 /* other */
            invokevirtual org.hsqldb.types.Type.isCharacterType:()Z
            ifeq 11
        10: .line 366
            aload 1 /* other */
            aload 0 /* this */
            invokevirtual org.hsqldb.types.Type.getAggregateType:(Lorg/hsqldb/types/Type;)Lorg/hsqldb/types/Type;
            areturn
        11: .line 369
      StackMap locals:
      StackMap stack:
            aload 1 /* other */
            invokevirtual org.hsqldb.types.Type.isIntervalType:()Z
            ifne 13
        12: .line 370
            sipush 5562
            invokestatic org.hsqldb.error.Error.error:(I)Lorg/hsqldb/HsqlException;
            athrow
        13: .line 373
      StackMap locals:
      StackMap stack:
            aload 1 /* other */
            checkcast org.hsqldb.types.IntervalType
            getfield org.hsqldb.types.IntervalType.startIntervalType:I
        14: .line 374
            aload 0 /* this */
            getfield org.hsqldb.types.IntervalType.startIntervalType:I
            if_icmple 15
            aload 0 /* this */
            getfield org.hsqldb.types.IntervalType.startIntervalType:I
            goto 17
        15: .line 375
      StackMap locals:
      StackMap stack:
            aload 1 /* other */
            checkcast org.hsqldb.types.IntervalType
        16: .line 376
            getfield org.hsqldb.types.IntervalType.startIntervalType:I
        17: .line 373
      StackMap locals:
      StackMap stack: int
            istore 2 /* startType */
        start local 2 // int startType
        18: .line 377
            aload 1 /* other */
            checkcast org.hsqldb.types.IntervalType
            getfield org.hsqldb.types.IntervalType.endIntervalType:I
            aload 0 /* this */
            getfield org.hsqldb.types.IntervalType.endIntervalType:I
            if_icmple 20
        19: .line 378
            aload 1 /* other */
            checkcast org.hsqldb.types.IntervalType
            getfield org.hsqldb.types.IntervalType.endIntervalType:I
            goto 21
        20: .line 379
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.hsqldb.types.IntervalType.endIntervalType:I
        21: .line 377
      StackMap locals:
      StackMap stack: int
            istore 3 /* endType */
        start local 3 // int endType
        22: .line 380
            iload 2 /* startType */
            iload 3 /* endType */
            invokestatic org.hsqldb.types.IntervalType.getCombinedIntervalType:(II)I
            istore 4 /* newType */
        start local 4 // int newType
        23: .line 381
            aload 0 /* this */
            getfield org.hsqldb.types.IntervalType.precision:J
            aload 1 /* other */
            getfield org.hsqldb.types.Type.precision:J
            lcmp
            ifle 24
            aload 0 /* this */
            getfield org.hsqldb.types.IntervalType.precision:J
            goto 25
        24: .line 382
      StackMap locals: int int
      StackMap stack:
            aload 1 /* other */
            getfield org.hsqldb.types.Type.precision:J
        25: .line 381
      StackMap locals:
      StackMap stack: long
            lstore 5 /* newPrecision */
        start local 5 // long newPrecision
        26: .line 383
            aload 0 /* this */
            getfield org.hsqldb.types.IntervalType.scale:I
            aload 1 /* other */
            getfield org.hsqldb.types.Type.scale:I
            if_icmple 27
            aload 0 /* this */
            getfield org.hsqldb.types.IntervalType.scale:I
            goto 28
        27: .line 384
      StackMap locals: long
      StackMap stack:
            aload 1 /* other */
            getfield org.hsqldb.types.Type.scale:I
        28: .line 383
      StackMap locals:
      StackMap stack: int
            istore 7 /* newScale */
        start local 7 // int newScale
        29: .line 387
            iload 4 /* newType */
            iload 2 /* startType */
            iload 3 /* endType */
            lload 5 /* newPrecision */
        30: .line 388
            iload 7 /* newScale */
            iconst_0
        31: .line 387
            invokestatic org.hsqldb.types.IntervalType.getIntervalType:(IIIJIZ)Lorg/hsqldb/types/IntervalType;
        32: areturn
        33: .line 389
      StackMap locals: org.hsqldb.types.IntervalType org.hsqldb.types.Type int int int long int
      StackMap stack: java.lang.RuntimeException
            pop
        34: .line 390
            sipush 5562
            invokestatic org.hsqldb.error.Error.error:(I)Lorg/hsqldb/HsqlException;
            athrow
        end local 7 // int newScale
        end local 5 // long newPrecision
        end local 4 // int newType
        end local 3 // int endType
        end local 2 // int startType
        end local 1 // org.hsqldb.types.Type other
        end local 0 // org.hsqldb.types.IntervalType this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   35     0          this  Lorg/hsqldb/types/IntervalType;
            0   35     1         other  Lorg/hsqldb/types/Type;
           18   35     2     startType  I
           22   35     3       endType  I
           23   35     4       newType  I
           26   35     5  newPrecision  J
           29   35     7      newScale  I
      Exception table:
        from    to  target  type
          29    32      33  Class java.lang.RuntimeException
    MethodParameters:
       Name  Flags
      other  

  public org.hsqldb.types.Type getCombinedType(org.hsqldb.Session, org.hsqldb.types.Type, int);
    descriptor: (Lorg/hsqldb/Session;Lorg/hsqldb/types/Type;I)Lorg/hsqldb/types/Type;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // org.hsqldb.types.IntervalType this
        start local 1 // org.hsqldb.Session session
        start local 2 // org.hsqldb.types.Type other
        start local 3 // int operation
         0: .line 396
            iload 3 /* operation */
            tableswitch { // 32 - 35
                   32: 11
                   33: 17
                   34: 1
                   35: 3
              default: 17
          }
         1: .line 399
      StackMap locals:
      StackMap stack:
            aload 2 /* other */
            invokevirtual org.hsqldb.types.Type.isNumberType:()Z
            ifeq 18
         2: .line 400
            aload 0 /* this */
            ldc 9
            aload 0 /* this */
            getfield org.hsqldb.types.IntervalType.scale:I
            invokestatic org.hsqldb.types.IntervalType.getIntervalType:(Lorg/hsqldb/types/IntervalType;JI)Lorg/hsqldb/types/IntervalType;
            areturn
         3: .line 405
      StackMap locals:
      StackMap stack:
            aload 2 /* other */
            invokevirtual org.hsqldb.types.Type.isNumberType:()Z
            ifeq 5
         4: .line 406
            aload 0 /* this */
            areturn
         5: .line 407
      StackMap locals:
      StackMap stack:
            aload 2 /* other */
            invokevirtual org.hsqldb.types.Type.isIntervalType:()Z
            ifeq 18
         6: .line 408
            aload 2 /* other */
            checkcast org.hsqldb.types.IntervalType
            astore 4 /* otherType */
        start local 4 // org.hsqldb.types.IntervalType otherType
         7: .line 410
            aload 0 /* this */
            getfield org.hsqldb.types.IntervalType.isYearMonth:Z
            aload 4 /* otherType */
            getfield org.hsqldb.types.IntervalType.isYearMonth:Z
            if_icmpne 18
         8: .line 411
            aload 0 /* this */
            getfield org.hsqldb.types.IntervalType.isYearMonth:Z
            ifeq 9
            getstatic org.hsqldb.types.Type.SQL_BIGINT:Lorg/hsqldb/types/NumberType;
            goto 10
         9: .line 412
      StackMap locals: org.hsqldb.types.IntervalType
      StackMap stack:
            getstatic org.hsqldb.types.IntervalType.factorType:Lorg/hsqldb/types/NumberType;
        10: .line 411
      StackMap locals:
      StackMap stack: org.hsqldb.types.NumberType
            areturn
        end local 4 // org.hsqldb.types.IntervalType otherType
        11: .line 418
      StackMap locals:
      StackMap stack:
            aload 2 /* other */
            invokevirtual org.hsqldb.types.Type.isDateTimeType:()Z
            ifeq 13
        12: .line 419
            aload 2 /* other */
            aload 1 /* session */
            aload 0 /* this */
            iload 3 /* operation */
            invokevirtual org.hsqldb.types.Type.getCombinedType:(Lorg/hsqldb/Session;Lorg/hsqldb/types/Type;I)Lorg/hsqldb/types/Type;
            areturn
        13: .line 420
      StackMap locals:
      StackMap stack:
            aload 2 /* other */
            invokevirtual org.hsqldb.types.Type.isIntervalType:()Z
            ifeq 18
        14: .line 422
            aload 0 /* this */
            aload 2 /* other */
            invokevirtual org.hsqldb.types.IntervalType.getAggregateType:(Lorg/hsqldb/types/Type;)Lorg/hsqldb/types/Type;
            checkcast org.hsqldb.types.IntervalType
        15: .line 421
            astore 4 /* newType */
        start local 4 // org.hsqldb.types.IntervalType newType
        16: .line 424
            aload 4 /* newType */
            ldc 9
            iconst_0
            invokestatic org.hsqldb.types.IntervalType.getIntervalType:(Lorg/hsqldb/types/IntervalType;JI)Lorg/hsqldb/types/IntervalType;
            areturn
        end local 4 // org.hsqldb.types.IntervalType newType
        17: .line 430
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* other */
            invokevirtual org.hsqldb.types.IntervalType.getAggregateType:(Lorg/hsqldb/types/Type;)Lorg/hsqldb/types/Type;
            areturn
        18: .line 433
      StackMap locals:
      StackMap stack:
            sipush 5562
            invokestatic org.hsqldb.error.Error.error:(I)Lorg/hsqldb/HsqlException;
            athrow
        end local 3 // int operation
        end local 2 // org.hsqldb.types.Type other
        end local 1 // org.hsqldb.Session session
        end local 0 // org.hsqldb.types.IntervalType this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   19     0       this  Lorg/hsqldb/types/IntervalType;
            0   19     1    session  Lorg/hsqldb/Session;
            0   19     2      other  Lorg/hsqldb/types/Type;
            0   19     3  operation  I
            7   11     4  otherType  Lorg/hsqldb/types/IntervalType;
           16   17     4    newType  Lorg/hsqldb/types/IntervalType;
    MethodParameters:
           Name  Flags
      session    
      other      
      operation  

  public int compare(org.hsqldb.Session, java.lang.Object, java.lang.Object);
    descriptor: (Lorg/hsqldb/Session;Ljava/lang/Object;Ljava/lang/Object;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.hsqldb.types.IntervalType this
        start local 1 // org.hsqldb.Session session
        start local 2 // java.lang.Object a
        start local 3 // java.lang.Object b
         0: .line 438
            aload 2 /* a */
            aload 3 /* b */
            if_acmpne 2
         1: .line 439
            iconst_0
            ireturn
         2: .line 442
      StackMap locals:
      StackMap stack:
            aload 2 /* a */
            ifnonnull 4
         3: .line 443
            iconst_m1
            ireturn
         4: .line 446
      StackMap locals:
      StackMap stack:
            aload 3 /* b */
            ifnonnull 6
         5: .line 447
            iconst_1
            ireturn
         6: .line 450
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.hsqldb.types.IntervalType.typeCode:I
            tableswitch { // 101 - 113
                  101: 7
                  102: 7
                  103: 10
                  104: 10
                  105: 10
                  106: 10
                  107: 7
                  108: 10
                  109: 10
                  110: 10
                  111: 10
                  112: 10
                  113: 10
              default: 13
          }
         7: .line 455
      StackMap locals:
      StackMap stack:
            aload 2 /* a */
            checkcast org.hsqldb.types.IntervalMonthData
         8: .line 456
            aload 3 /* b */
            checkcast org.hsqldb.types.IntervalMonthData
         9: .line 455
            invokevirtual org.hsqldb.types.IntervalMonthData.compareTo:(Lorg/hsqldb/types/IntervalMonthData;)I
            ireturn
        10: .line 468
      StackMap locals:
      StackMap stack:
            aload 2 /* a */
            checkcast org.hsqldb.types.IntervalSecondData
        11: .line 469
            aload 3 /* b */
            checkcast org.hsqldb.types.IntervalSecondData
        12: .line 468
            invokevirtual org.hsqldb.types.IntervalSecondData.compareTo:(Lorg/hsqldb/types/IntervalSecondData;)I
            ireturn
        13: .line 472
      StackMap locals:
      StackMap stack:
            sipush 201
            ldc "IntervalType"
            invokestatic org.hsqldb.error.Error.runtimeError:(ILjava/lang/String;)Ljava/lang/RuntimeException;
            athrow
        end local 3 // java.lang.Object b
        end local 2 // java.lang.Object a
        end local 1 // org.hsqldb.Session session
        end local 0 // org.hsqldb.types.IntervalType this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   14     0     this  Lorg/hsqldb/types/IntervalType;
            0   14     1  session  Lorg/hsqldb/Session;
            0   14     2        a  Ljava/lang/Object;
            0   14     3        b  Ljava/lang/Object;
    MethodParameters:
         Name  Flags
      session  
      a        
      b        

  public java.lang.Object convertToTypeLimits(org.hsqldb.SessionInterface, java.lang.Object);
    descriptor: (Lorg/hsqldb/SessionInterface;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // org.hsqldb.types.IntervalType this
        start local 1 // org.hsqldb.SessionInterface session
        start local 2 // java.lang.Object a
         0: .line 478
            aload 2 /* a */
            ifnonnull 2
         1: .line 479
            aconst_null
            areturn
         2: .line 482
      StackMap locals:
      StackMap stack:
            aload 2 /* a */
            instanceof org.hsqldb.types.IntervalMonthData
            ifeq 6
         3: .line 483
            aload 2 /* a */
            checkcast org.hsqldb.types.IntervalMonthData
            astore 3 /* im */
        start local 3 // org.hsqldb.types.IntervalMonthData im
         4: .line 485
            aload 3 /* im */
            getfield org.hsqldb.types.IntervalMonthData.units:I
            i2l
            aload 0 /* this */
            invokevirtual org.hsqldb.types.IntervalType.getIntervalValueLimit:()J
            lcmp
            ifle 10
         5: .line 486
            sipush 3435
            invokestatic org.hsqldb.error.Error.error:(I)Lorg/hsqldb/HsqlException;
            athrow
        end local 3 // org.hsqldb.types.IntervalMonthData im
         6: .line 488
      StackMap locals:
      StackMap stack:
            aload 2 /* a */
            instanceof org.hsqldb.types.IntervalSecondData
            ifeq 10
         7: .line 489
            aload 2 /* a */
            checkcast org.hsqldb.types.IntervalSecondData
            astore 3 /* is */
        start local 3 // org.hsqldb.types.IntervalSecondData is
         8: .line 491
            aload 3 /* is */
            getfield org.hsqldb.types.IntervalSecondData.units:J
            aload 0 /* this */
            invokevirtual org.hsqldb.types.IntervalType.getIntervalValueLimit:()J
            lcmp
            ifle 10
         9: .line 492
            sipush 3435
            invokestatic org.hsqldb.error.Error.error:(I)Lorg/hsqldb/HsqlException;
            athrow
        end local 3 // org.hsqldb.types.IntervalSecondData is
        10: .line 496
      StackMap locals:
      StackMap stack:
            aload 2 /* a */
            areturn
        end local 2 // java.lang.Object a
        end local 1 // org.hsqldb.SessionInterface session
        end local 0 // org.hsqldb.types.IntervalType this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   11     0     this  Lorg/hsqldb/types/IntervalType;
            0   11     1  session  Lorg/hsqldb/SessionInterface;
            0   11     2        a  Ljava/lang/Object;
            4    6     3       im  Lorg/hsqldb/types/IntervalMonthData;
            8   10     3       is  Lorg/hsqldb/types/IntervalSecondData;
    MethodParameters:
         Name  Flags
      session  
      a        

  public java.lang.Object convertToType(org.hsqldb.SessionInterface, java.lang.Object, org.hsqldb.types.Type);
    descriptor: (Lorg/hsqldb/SessionInterface;Ljava/lang/Object;Lorg/hsqldb/types/Type;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=9, args_size=4
        start local 0 // org.hsqldb.types.IntervalType this
        start local 1 // org.hsqldb.SessionInterface session
        start local 2 // java.lang.Object a
        start local 3 // org.hsqldb.types.Type otherType
         0: .line 502
            aload 2 /* a */
            ifnonnull 2
         1: .line 503
            aconst_null
            areturn
         2: .line 506
      StackMap locals:
      StackMap stack:
            aload 3 /* otherType */
            getfield org.hsqldb.types.Type.typeCode:I
            lookupswitch { // 25
                   -6: 7
                    1: 4
                    2: 7
                    3: 7
                    4: 7
                    5: 7
                    6: 7
                    7: 7
                    8: 7
                   12: 4
                   25: 7
                   40: 3
                  101: 31
                  102: 33
                  103: 35
                  104: 40
                  105: 40
                  106: 45
                  107: 33
                  108: 40
                  109: 40
                  110: 45
                  111: 40
                  112: 45
                  113: 45
              default: 54
          }
         3: .line 509
      StackMap locals:
      StackMap stack:
            aload 2 /* a */
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            astore 2 /* a */
         4: .line 514
      StackMap locals:
      StackMap stack:
            aload 1 /* session */
            invokeinterface org.hsqldb.SessionInterface.getScanner:()Lorg/hsqldb/Scanner;
            aload 1 /* session */
         5: .line 515
            aload 2 /* a */
            checkcast java.lang.String
            aload 0 /* this */
         6: .line 514
            invokevirtual org.hsqldb.Scanner.convertToDatetimeInterval:(Lorg/hsqldb/SessionInterface;Ljava/lang/String;Lorg/hsqldb/types/DTIType;)Ljava/lang/Object;
            areturn
         7: .line 526
      StackMap locals:
      StackMap stack:
            aload 2 /* a */
            instanceof java.math.BigDecimal
            ifeq 10
         8: .line 527
            aload 2 /* a */
            checkcast java.math.BigDecimal
            invokestatic org.hsqldb.types.NumberType.compareToLongLimits:(Ljava/math/BigDecimal;)I
            ifeq 10
         9: .line 528
            sipush 3435
            invokestatic org.hsqldb.error.Error.error:(I)Lorg/hsqldb/HsqlException;
            athrow
        10: .line 532
      StackMap locals:
      StackMap stack:
            aload 2 /* a */
            checkcast java.lang.Number
            invokevirtual java.lang.Number.longValue:()J
            lstore 4 /* value */
        start local 4 // long value
        11: .line 534
            aload 0 /* this */
            getfield org.hsqldb.types.IntervalType.endIntervalType:I
            tableswitch { // 101 - 106
                  101: 12
                  102: 13
                  103: 14
                  104: 15
                  105: 16
                  106: 19
              default: 30
          }
        12: .line 537
      StackMap locals: long
      StackMap stack:
            lload 4 /* value */
            aload 0 /* this */
            invokestatic org.hsqldb.types.IntervalMonthData.newIntervalYear:(JLorg/hsqldb/types/IntervalType;)Lorg/hsqldb/types/IntervalMonthData;
            areturn
        13: .line 540
      StackMap locals:
      StackMap stack:
            lload 4 /* value */
            aload 0 /* this */
            invokestatic org.hsqldb.types.IntervalMonthData.newIntervalMonth:(JLorg/hsqldb/types/IntervalType;)Lorg/hsqldb/types/IntervalMonthData;
            areturn
        14: .line 543
      StackMap locals:
      StackMap stack:
            lload 4 /* value */
            aload 0 /* this */
            invokestatic org.hsqldb.types.IntervalSecondData.newIntervalDay:(JLorg/hsqldb/types/IntervalType;)Lorg/hsqldb/types/IntervalSecondData;
            areturn
        15: .line 546
      StackMap locals:
      StackMap stack:
            lload 4 /* value */
            aload 0 /* this */
            invokestatic org.hsqldb.types.IntervalSecondData.newIntervalHour:(JLorg/hsqldb/types/IntervalType;)Lorg/hsqldb/types/IntervalSecondData;
            areturn
        16: .line 549
      StackMap locals:
      StackMap stack:
            lload 4 /* value */
        17: .line 550
            aload 0 /* this */
        18: .line 549
            invokestatic org.hsqldb.types.IntervalSecondData.newIntervalMinute:(JLorg/hsqldb/types/IntervalType;)Lorg/hsqldb/types/IntervalSecondData;
            areturn
        19: .line 553
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 6 /* nanos */
        start local 6 // int nanos
        20: .line 555
            aload 0 /* this */
            getfield org.hsqldb.types.IntervalType.scale:I
            ifle 29
        21: .line 556
            aload 2 /* a */
            instanceof java.math.BigDecimal
            ifeq 25
        22: .line 558
            aload 2 /* a */
            bipush 9
        23: .line 557
            invokestatic org.hsqldb.types.NumberType.scaledDecimal:(Ljava/lang/Object;I)J
            l2i
            istore 6 /* nanos */
        24: .line 559
            goto 29
      StackMap locals: int
      StackMap stack:
        25: aload 2 /* a */
            instanceof java.lang.Double
            ifeq 29
        26: .line 560
            aload 2 /* a */
            checkcast java.lang.Double
            invokevirtual java.lang.Double.doubleValue:()D
            dstore 7 /* d */
        start local 7 // double d
        27: .line 562
            dload 7 /* d */
            dload 7 /* d */
            d2l
            l2d
            dsub
            dstore 7 /* d */
        28: .line 563
            dload 7 /* d */
            ldc 1.0E9
            dmul
            d2i
            istore 6 /* nanos */
        end local 7 // double d
        29: .line 567
      StackMap locals:
      StackMap stack:
            new org.hsqldb.types.IntervalSecondData
            dup
            lload 4 /* value */
            iload 6 /* nanos */
            aload 0 /* this */
            invokespecial org.hsqldb.types.IntervalSecondData.<init>:(JILorg/hsqldb/types/IntervalType;)V
            areturn
        end local 6 // int nanos
        30: .line 570
      StackMap locals:
      StackMap stack:
            sipush 5561
            invokestatic org.hsqldb.error.Error.error:(I)Lorg/hsqldb/HsqlException;
            athrow
        end local 4 // long value
        31: .line 574
      StackMap locals:
      StackMap stack:
            aload 2 /* a */
            checkcast org.hsqldb.types.IntervalMonthData
            getfield org.hsqldb.types.IntervalMonthData.units:I
            bipush 12
            idiv
            i2l
            ldc 12
            lmul
            lstore 4 /* months */
        start local 4 // long months
        32: .line 576
            new org.hsqldb.types.IntervalMonthData
            dup
            lload 4 /* months */
            aload 0 /* this */
            invokespecial org.hsqldb.types.IntervalMonthData.<init>:(JLorg/hsqldb/types/IntervalType;)V
            areturn
        end local 4 // long months
        33: .line 580
      StackMap locals:
      StackMap stack:
            aload 2 /* a */
            checkcast org.hsqldb.types.IntervalMonthData
            getfield org.hsqldb.types.IntervalMonthData.units:I
            i2l
            lstore 4 /* months */
        start local 4 // long months
        34: .line 582
            new org.hsqldb.types.IntervalMonthData
            dup
            lload 4 /* months */
            aload 0 /* this */
            invokespecial org.hsqldb.types.IntervalMonthData.<init>:(JLorg/hsqldb/types/IntervalType;)V
            areturn
        end local 4 // long months
        35: .line 585
      StackMap locals:
      StackMap stack:
            aload 2 /* a */
            checkcast org.hsqldb.types.IntervalSecondData
            getfield org.hsqldb.types.IntervalSecondData.units:J
            lstore 4 /* seconds */
        start local 4 // long seconds
        36: .line 587
            lload 4 /* seconds */
            getstatic org.hsqldb.types.DTIType.yearToSecondFactors:[I
            iconst_2
            iaload
            i2l
            ldiv
        37: .line 588
            getstatic org.hsqldb.types.DTIType.yearToSecondFactors:[I
            iconst_2
            iaload
            i2l
        38: .line 587
            lmul
            lstore 4 /* seconds */
        39: .line 590
            new org.hsqldb.types.IntervalSecondData
            dup
            lload 4 /* seconds */
            iconst_0
            aload 0 /* this */
            invokespecial org.hsqldb.types.IntervalSecondData.<init>:(JILorg/hsqldb/types/IntervalType;)V
            areturn
        end local 4 // long seconds
        40: .line 597
      StackMap locals:
      StackMap stack:
            aload 2 /* a */
            checkcast org.hsqldb.types.IntervalSecondData
            getfield org.hsqldb.types.IntervalSecondData.units:J
            lstore 4 /* seconds */
        start local 4 // long seconds
        41: .line 599
            lload 4 /* seconds */
            getstatic org.hsqldb.types.DTIType.yearToSecondFactors:[I
            aload 0 /* this */
            getfield org.hsqldb.types.IntervalType.endPartIndex:I
            iaload
            i2l
            ldiv
        42: .line 600
            getstatic org.hsqldb.types.DTIType.yearToSecondFactors:[I
            aload 0 /* this */
            getfield org.hsqldb.types.IntervalType.endPartIndex:I
            iaload
            i2l
        43: .line 599
            lmul
            lstore 4 /* seconds */
        44: .line 602
            new org.hsqldb.types.IntervalSecondData
            dup
            lload 4 /* seconds */
            iconst_0
            aload 0 /* this */
            invokespecial org.hsqldb.types.IntervalSecondData.<init>:(JILorg/hsqldb/types/IntervalType;)V
            areturn
        end local 4 // long seconds
        45: .line 608
      StackMap locals:
      StackMap stack:
            aload 2 /* a */
            checkcast org.hsqldb.types.IntervalSecondData
            getfield org.hsqldb.types.IntervalSecondData.units:J
            lstore 4 /* seconds */
        start local 4 // long seconds
        46: .line 609
            aload 2 /* a */
            checkcast org.hsqldb.types.IntervalSecondData
            getfield org.hsqldb.types.IntervalSecondData.nanos:I
            istore 6 /* nanos */
        start local 6 // int nanos
        47: .line 611
            aload 0 /* this */
            getfield org.hsqldb.types.IntervalType.scale:I
            ifne 50
        48: .line 612
            iconst_0
            istore 6 /* nanos */
        49: .line 613
            goto 53
        50: .line 614
      StackMap locals: long int
      StackMap stack:
            iload 6 /* nanos */
            getstatic org.hsqldb.types.DTIType.nanoScaleFactors:[I
            aload 0 /* this */
            getfield org.hsqldb.types.IntervalType.scale:I
            iaload
            idiv
        51: .line 615
            getstatic org.hsqldb.types.DTIType.nanoScaleFactors:[I
            aload 0 /* this */
            getfield org.hsqldb.types.IntervalType.scale:I
            iaload
        52: .line 614
            imul
            istore 6 /* nanos */
        53: .line 618
      StackMap locals:
      StackMap stack:
            new org.hsqldb.types.IntervalSecondData
            dup
            lload 4 /* seconds */
            iload 6 /* nanos */
            aload 0 /* this */
            invokespecial org.hsqldb.types.IntervalSecondData.<init>:(JILorg/hsqldb/types/IntervalType;)V
            areturn
        end local 6 // int nanos
        end local 4 // long seconds
        54: .line 621
      StackMap locals:
      StackMap stack:
            sipush 5561
            invokestatic org.hsqldb.error.Error.error:(I)Lorg/hsqldb/HsqlException;
            athrow
        end local 3 // org.hsqldb.types.Type otherType
        end local 2 // java.lang.Object a
        end local 1 // org.hsqldb.SessionInterface session
        end local 0 // org.hsqldb.types.IntervalType this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   55     0       this  Lorg/hsqldb/types/IntervalType;
            0   55     1    session  Lorg/hsqldb/SessionInterface;
            0   55     2          a  Ljava/lang/Object;
            0   55     3  otherType  Lorg/hsqldb/types/Type;
           11   31     4      value  J
           20   30     6      nanos  I
           27   29     7          d  D
           32   33     4     months  J
           34   35     4     months  J
           36   40     4    seconds  J
           41   45     4    seconds  J
           46   54     4    seconds  J
           47   54     6      nanos  I
    MethodParameters:
           Name  Flags
      session    
      a          
      otherType  

  public java.lang.Object convertToDefaultType(org.hsqldb.SessionInterface, java.lang.Object);
    descriptor: (Lorg/hsqldb/SessionInterface;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.hsqldb.types.IntervalType this
        start local 1 // org.hsqldb.SessionInterface session
        start local 2 // java.lang.Object a
         0: .line 627
            aload 2 /* a */
            ifnonnull 2
         1: .line 628
            aconst_null
            areturn
         2: .line 631
      StackMap locals:
      StackMap stack:
            aload 2 /* a */
            instanceof java.lang.String
            ifeq 4
         3: .line 632
            aload 0 /* this */
            aload 1 /* session */
            aload 2 /* a */
            getstatic org.hsqldb.types.Type.SQL_VARCHAR:Lorg/hsqldb/types/CharacterType;
            invokevirtual org.hsqldb.types.IntervalType.convertToType:(Lorg/hsqldb/SessionInterface;Ljava/lang/Object;Lorg/hsqldb/types/Type;)Ljava/lang/Object;
            areturn
         4: .line 633
      StackMap locals:
      StackMap stack:
            aload 2 /* a */
            instanceof java.lang.Integer
            ifeq 6
         5: .line 634
            aload 0 /* this */
            aload 1 /* session */
            aload 2 /* a */
            getstatic org.hsqldb.types.Type.SQL_INTEGER:Lorg/hsqldb/types/NumberType;
            invokevirtual org.hsqldb.types.IntervalType.convertToType:(Lorg/hsqldb/SessionInterface;Ljava/lang/Object;Lorg/hsqldb/types/Type;)Ljava/lang/Object;
            areturn
         6: .line 635
      StackMap locals:
      StackMap stack:
            aload 2 /* a */
            instanceof java.lang.Long
            ifeq 8
         7: .line 636
            aload 0 /* this */
            aload 1 /* session */
            aload 2 /* a */
            getstatic org.hsqldb.types.Type.SQL_BIGINT:Lorg/hsqldb/types/NumberType;
            invokevirtual org.hsqldb.types.IntervalType.convertToType:(Lorg/hsqldb/SessionInterface;Ljava/lang/Object;Lorg/hsqldb/types/Type;)Ljava/lang/Object;
            areturn
         8: .line 637
      StackMap locals:
      StackMap stack:
            aload 2 /* a */
            instanceof java.math.BigDecimal
            ifeq 10
         9: .line 638
            aload 0 /* this */
            aload 1 /* session */
            aload 2 /* a */
            getstatic org.hsqldb.types.Type.SQL_DECIMAL:Lorg/hsqldb/types/NumberType;
            invokevirtual org.hsqldb.types.IntervalType.convertToType:(Lorg/hsqldb/SessionInterface;Ljava/lang/Object;Lorg/hsqldb/types/Type;)Ljava/lang/Object;
            areturn
        10: .line 640
      StackMap locals:
      StackMap stack:
            sipush 5561
            invokestatic org.hsqldb.error.Error.error:(I)Lorg/hsqldb/HsqlException;
            athrow
        end local 2 // java.lang.Object a
        end local 1 // org.hsqldb.SessionInterface session
        end local 0 // org.hsqldb.types.IntervalType this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   11     0     this  Lorg/hsqldb/types/IntervalType;
            0   11     1  session  Lorg/hsqldb/SessionInterface;
            0   11     2        a  Ljava/lang/Object;
    MethodParameters:
         Name  Flags
      session  
      a        

  public java.lang.Object convertJavaToSQL(org.hsqldb.SessionInterface, java.lang.Object);
    descriptor: (Lorg/hsqldb/SessionInterface;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // org.hsqldb.types.IntervalType this
        start local 1 // org.hsqldb.SessionInterface session
        start local 2 // java.lang.Object a
         0: .line 646
            aload 0 /* this */
            aload 1 /* session */
            aload 2 /* a */
            invokevirtual org.hsqldb.types.IntervalType.convertJavaTimeObject:(Lorg/hsqldb/SessionInterface;Ljava/lang/Object;)Ljava/lang/Object;
            astore 3 /* o */
        start local 3 // java.lang.Object o
         1: .line 648
            aload 3 /* o */
            ifnull 3
         2: .line 649
            aload 3 /* o */
            areturn
         3: .line 652
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 0 /* this */
            aload 1 /* session */
            aload 2 /* a */
            invokevirtual org.hsqldb.types.IntervalType.convertToDefaultType:(Lorg/hsqldb/SessionInterface;Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        end local 3 // java.lang.Object o
        end local 2 // java.lang.Object a
        end local 1 // org.hsqldb.SessionInterface session
        end local 0 // org.hsqldb.types.IntervalType this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lorg/hsqldb/types/IntervalType;
            0    4     1  session  Lorg/hsqldb/SessionInterface;
            0    4     2        a  Ljava/lang/Object;
            1    4     3        o  Ljava/lang/Object;
    MethodParameters:
         Name  Flags
      session  
      a        

  java.lang.Object convertJavaTimeObject(org.hsqldb.SessionInterface, java.lang.Object);
    descriptor: (Lorg/hsqldb/SessionInterface;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0000) 
    Code:
      stack=8, locals=7, args_size=3
        start local 0 // org.hsqldb.types.IntervalType this
        start local 1 // org.hsqldb.SessionInterface session
        start local 2 // java.lang.Object a
         0: .line 658
            aload 0 /* this */
            invokevirtual org.hsqldb.types.IntervalType.isIntervalYearMonthType:()Z
            ifeq 5
         1: .line 659
            aload 2 /* a */
            instanceof java.time.Period
            ifeq 10
         2: .line 660
            aload 2 /* a */
            checkcast java.time.Period
            astore 3 /* v */
        start local 3 // java.time.Period v
         3: .line 661
            aload 3 /* v */
            invokevirtual java.time.Period.getYears:()I
            bipush 12
            imul
            aload 3 /* v */
            invokevirtual java.time.Period.getMonths:()I
            iadd
            istore 4 /* months */
        start local 4 // int months
         4: .line 663
            new org.hsqldb.types.IntervalMonthData
            dup
            iload 4 /* months */
            i2l
            aload 0 /* this */
            invokespecial org.hsqldb.types.IntervalMonthData.<init>:(JLorg/hsqldb/types/IntervalType;)V
            areturn
        end local 4 // int months
        end local 3 // java.time.Period v
         5: .line 666
      StackMap locals:
      StackMap stack:
            aload 2 /* a */
            instanceof java.time.Duration
            ifeq 10
         6: .line 667
            aload 2 /* a */
            checkcast java.time.Duration
            astore 3 /* v */
        start local 3 // java.time.Duration v
         7: .line 668
            aload 3 /* v */
            invokevirtual java.time.Duration.getSeconds:()J
            lstore 4 /* second */
        start local 4 // long second
         8: .line 669
            aload 3 /* v */
            invokevirtual java.time.Duration.getNano:()I
            istore 6 /* nano */
        start local 6 // int nano
         9: .line 671
            new org.hsqldb.types.IntervalSecondData
            dup
            lload 4 /* second */
            iload 6 /* nano */
            i2l
            aload 0 /* this */
            iconst_1
            invokespecial org.hsqldb.types.IntervalSecondData.<init>:(JJLorg/hsqldb/types/IntervalType;Z)V
            areturn
        end local 6 // int nano
        end local 4 // long second
        end local 3 // java.time.Duration v
        10: .line 675
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 2 // java.lang.Object a
        end local 1 // org.hsqldb.SessionInterface session
        end local 0 // org.hsqldb.types.IntervalType this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   11     0     this  Lorg/hsqldb/types/IntervalType;
            0   11     1  session  Lorg/hsqldb/SessionInterface;
            0   11     2        a  Ljava/lang/Object;
            3    5     3        v  Ljava/time/Period;
            4    5     4   months  I
            7   10     3        v  Ljava/time/Duration;
            8   10     4   second  J
            9   10     6     nano  I
    MethodParameters:
         Name  Flags
      session  
      a        

  public java.lang.String convertToString(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hsqldb.types.IntervalType this
        start local 1 // java.lang.Object a
         0: .line 688
            aload 1 /* a */
            ifnonnull 2
         1: .line 689
            aconst_null
            areturn
         2: .line 692
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.hsqldb.types.IntervalType.typeCode:I
            tableswitch { // 101 - 113
                  101: 3
                  102: 3
                  103: 4
                  104: 4
                  105: 4
                  106: 4
                  107: 3
                  108: 4
                  109: 4
                  110: 4
                  111: 4
                  112: 4
                  113: 4
              default: 5
          }
         3: .line 697
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* a */
            invokevirtual org.hsqldb.types.IntervalType.intervalMonthToString:(Ljava/lang/Object;)Ljava/lang/String;
            areturn
         4: .line 709
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* a */
            invokevirtual org.hsqldb.types.IntervalType.intervalSecondToString:(Ljava/lang/Object;)Ljava/lang/String;
            areturn
         5: .line 712
      StackMap locals:
      StackMap stack:
            sipush 201
            ldc "IntervalType"
            invokestatic org.hsqldb.error.Error.runtimeError:(ILjava/lang/String;)Ljava/lang/RuntimeException;
            athrow
        end local 1 // java.lang.Object a
        end local 0 // org.hsqldb.types.IntervalType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/hsqldb/types/IntervalType;
            0    6     1     a  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      a     

  public java.lang.String convertToSQLString(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.hsqldb.types.IntervalType this
        start local 1 // java.lang.Object a
         0: .line 718
            aload 1 /* a */
            ifnonnull 2
         1: .line 719
            ldc "NULL"
            areturn
         2: .line 722
      StackMap locals:
      StackMap stack:
            new java.lang.StringBuilder
            dup
            bipush 32
            invokespecial java.lang.StringBuilder.<init>:(I)V
            astore 2 /* sb */
        start local 2 // java.lang.StringBuilder sb
         3: .line 724
            aload 2 /* sb */
            ldc "INTERVAL"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            bipush 32
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
         4: .line 725
            aload 2 /* sb */
            bipush 39
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            aload 0 /* this */
            aload 1 /* a */
            invokevirtual org.hsqldb.types.IntervalType.convertToString:(Ljava/lang/Object;)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            bipush 39
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            bipush 32
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
         5: .line 726
            aload 2 /* sb */
            getstatic org.hsqldb.Tokens.SQL_INTERVAL_FIELD_NAMES:[Ljava/lang/String;
            aload 0 /* this */
            getfield org.hsqldb.types.IntervalType.startPartIndex:I
            aaload
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         6: .line 728
            aload 0 /* this */
            getfield org.hsqldb.types.IntervalType.startPartIndex:I
            aload 0 /* this */
            getfield org.hsqldb.types.IntervalType.endPartIndex:I
            if_icmpeq 11
         7: .line 729
            aload 2 /* sb */
            bipush 32
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
         8: .line 730
            aload 2 /* sb */
            ldc "TO"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         9: .line 731
            aload 2 /* sb */
            bipush 32
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
        10: .line 732
            aload 2 /* sb */
            getstatic org.hsqldb.Tokens.SQL_INTERVAL_FIELD_NAMES:[Ljava/lang/String;
            aload 0 /* this */
            getfield org.hsqldb.types.IntervalType.endPartIndex:I
            aaload
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        11: .line 735
      StackMap locals: java.lang.StringBuilder
      StackMap stack:
            aload 2 /* sb */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 2 // java.lang.StringBuilder sb
        end local 1 // java.lang.Object a
        end local 0 // org.hsqldb.types.IntervalType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Lorg/hsqldb/types/IntervalType;
            0   12     1     a  Ljava/lang/Object;
            3   12     2    sb  Ljava/lang/StringBuilder;
    MethodParameters:
      Name  Flags
      a     

  public boolean canConvertFrom(org.hsqldb.types.Type);
    descriptor: (Lorg/hsqldb/types/Type;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hsqldb.types.IntervalType this
        start local 1 // org.hsqldb.types.Type otherType
         0: .line 740
            aload 1 /* otherType */
            getfield org.hsqldb.types.Type.typeCode:I
            ifne 2
         1: .line 741
            iconst_1
            ireturn
         2: .line 744
      StackMap locals:
      StackMap stack:
            aload 1 /* otherType */
            invokevirtual org.hsqldb.types.Type.isCharacterType:()Z
            ifeq 4
         3: .line 745
            iconst_1
            ireturn
         4: .line 748
      StackMap locals:
      StackMap stack:
            aload 1 /* otherType */
            invokevirtual org.hsqldb.types.Type.isNumberType:()Z
            ifeq 6
         5: .line 749
            iconst_1
            ireturn
         6: .line 752
      StackMap locals:
      StackMap stack:
            aload 1 /* otherType */
            invokevirtual org.hsqldb.types.Type.isIntervalType:()Z
            ifne 8
         7: .line 753
            iconst_0
            ireturn
         8: .line 756
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.hsqldb.types.IntervalType.isIntervalYearMonthType:()Z
         9: .line 757
            aload 1 /* otherType */
            invokevirtual org.hsqldb.types.Type.isIntervalYearMonthType:()Z
        10: .line 756
            if_icmpne 11
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
        11: iconst_0
            ireturn
        end local 1 // org.hsqldb.types.Type otherType
        end local 0 // org.hsqldb.types.IntervalType this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   12     0       this  Lorg/hsqldb/types/IntervalType;
            0   12     1  otherType  Lorg/hsqldb/types/Type;
    MethodParameters:
           Name  Flags
      otherType  

  public int canMoveFrom(org.hsqldb.types.Type);
    descriptor: (Lorg/hsqldb/types/Type;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.hsqldb.types.IntervalType this
        start local 1 // org.hsqldb.types.Type otherType
         0: .line 762
            aload 1 /* otherType */
            aload 0 /* this */
            if_acmpne 2
         1: .line 763
            iconst_0
            ireturn
         2: .line 766
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.hsqldb.types.IntervalType.typeCode:I
            aload 1 /* otherType */
            getfield org.hsqldb.types.Type.typeCode:I
            if_icmpne 6
         3: .line 767
            aload 0 /* this */
            getfield org.hsqldb.types.IntervalType.scale:I
            aload 1 /* otherType */
            getfield org.hsqldb.types.Type.scale:I
            if_icmplt 4
            iconst_0
            goto 5
         4: .line 768
      StackMap locals:
      StackMap stack:
            iconst_m1
         5: .line 767
      StackMap locals:
      StackMap stack: int
            ireturn
         6: .line 771
      StackMap locals:
      StackMap stack:
            aload 1 /* otherType */
            invokevirtual org.hsqldb.types.Type.isIntervalType:()Z
            ifne 8
         7: .line 772
            iconst_m1
            ireturn
         8: .line 775
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.hsqldb.types.IntervalType.isYearMonth:Z
            aload 1 /* otherType */
            checkcast org.hsqldb.types.IntervalType
            getfield org.hsqldb.types.IntervalType.isYearMonth:Z
            if_icmpne 17
         9: .line 776
            aload 0 /* this */
            getfield org.hsqldb.types.IntervalType.scale:I
            aload 1 /* otherType */
            getfield org.hsqldb.types.Type.scale:I
            if_icmpge 11
        10: .line 777
            iconst_m1
            ireturn
        11: .line 780
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.hsqldb.types.IntervalType.endPartIndex:I
            aload 1 /* otherType */
            checkcast org.hsqldb.types.IntervalType
            getfield org.hsqldb.types.IntervalType.endPartIndex:I
            if_icmplt 17
        12: .line 781
            aload 0 /* this */
            getfield org.hsqldb.types.IntervalType.precision:J
            aload 1 /* otherType */
            getfield org.hsqldb.types.Type.precision:J
            lcmp
            iflt 16
        13: .line 782
            aload 0 /* this */
            getfield org.hsqldb.types.IntervalType.startPartIndex:I
        14: .line 783
            aload 1 /* otherType */
            checkcast org.hsqldb.types.IntervalType
            getfield org.hsqldb.types.IntervalType.startPartIndex:I
            if_icmpgt 16
        15: .line 784
            iconst_0
            ireturn
        16: .line 788
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        17: .line 792
      StackMap locals:
      StackMap stack:
            iconst_m1
            ireturn
        end local 1 // org.hsqldb.types.Type otherType
        end local 0 // org.hsqldb.types.IntervalType this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   18     0       this  Lorg/hsqldb/types/IntervalType;
            0   18     1  otherType  Lorg/hsqldb/types/Type;
    MethodParameters:
           Name  Flags
      otherType  

  public int compareToTypeRange(java.lang.Object);
    descriptor: (Ljava/lang/Object;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=2
        start local 0 // org.hsqldb.types.IntervalType this
        start local 1 // java.lang.Object o
         0: .line 797
            getstatic org.hsqldb.types.IntervalType.precisionLimits:[J
            aload 0 /* this */
            getfield org.hsqldb.types.IntervalType.precision:J
            l2i
            laload
            lstore 2 /* max */
        start local 2 // long max
         1: .line 800
            aload 1 /* o */
            instanceof org.hsqldb.types.IntervalMonthData
            ifeq 4
         2: .line 801
            aload 1 /* o */
            checkcast org.hsqldb.types.IntervalMonthData
            getfield org.hsqldb.types.IntervalMonthData.units:I
            i2l
            lstore 4 /* units */
        start local 4 // long units
         3: .line 802
            goto 8
        end local 4 // long units
      StackMap locals: long
      StackMap stack:
         4: aload 1 /* o */
            instanceof org.hsqldb.types.IntervalSecondData
            ifeq 7
         5: .line 803
            aload 1 /* o */
            checkcast org.hsqldb.types.IntervalSecondData
            getfield org.hsqldb.types.IntervalSecondData.units:J
            lstore 4 /* units */
        start local 4 // long units
         6: .line 804
            goto 8
        end local 4 // long units
         7: .line 805
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        start local 4 // long units
         8: .line 808
      StackMap locals: long
      StackMap stack:
            lload 4 /* units */
            lload 2 /* max */
            lcmp
            iflt 10
         9: .line 809
            iconst_1
            ireturn
        10: .line 812
      StackMap locals:
      StackMap stack:
            lload 4 /* units */
            lconst_0
            lcmp
            ifge 13
        11: .line 813
            lload 4 /* units */
            lneg
            lload 2 /* max */
            lcmp
            iflt 13
        12: .line 814
            iconst_m1
            ireturn
        13: .line 818
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 4 // long units
        end local 2 // long max
        end local 1 // java.lang.Object o
        end local 0 // org.hsqldb.types.IntervalType this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   14     0   this  Lorg/hsqldb/types/IntervalType;
            0   14     1      o  Ljava/lang/Object;
            1   14     2    max  J
            3    4     4  units  J
            6    7     4  units  J
            8   14     4  units  J
    MethodParameters:
      Name  Flags
      o     

  public java.lang.Object absolute(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.hsqldb.types.IntervalType this
        start local 1 // java.lang.Object a
         0: .line 823
            aload 1 /* a */
            ifnonnull 2
         1: .line 824
            aconst_null
            areturn
         2: .line 827
      StackMap locals:
      StackMap stack:
            aload 1 /* a */
            instanceof org.hsqldb.types.IntervalMonthData
            ifeq 5
         3: .line 828
            aload 1 /* a */
            checkcast org.hsqldb.types.IntervalMonthData
            getfield org.hsqldb.types.IntervalMonthData.units:I
            ifge 8
         4: .line 829
            aload 0 /* this */
            aload 1 /* a */
            invokevirtual org.hsqldb.types.IntervalType.negate:(Ljava/lang/Object;)Ljava/lang/Object;
            areturn
         5: .line 832
      StackMap locals:
      StackMap stack:
            aload 1 /* a */
            checkcast org.hsqldb.types.IntervalSecondData
            getfield org.hsqldb.types.IntervalSecondData.units:J
            lconst_0
            lcmp
            iflt 7
         6: .line 833
            aload 1 /* a */
            checkcast org.hsqldb.types.IntervalSecondData
            getfield org.hsqldb.types.IntervalSecondData.nanos:I
            ifge 8
         7: .line 834
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* a */
            invokevirtual org.hsqldb.types.IntervalType.negate:(Ljava/lang/Object;)Ljava/lang/Object;
            areturn
         8: .line 838
      StackMap locals:
      StackMap stack:
            aload 1 /* a */
            areturn
        end local 1 // java.lang.Object a
        end local 0 // org.hsqldb.types.IntervalType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lorg/hsqldb/types/IntervalType;
            0    9     1     a  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      a     

  public java.lang.Object negate(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=5, args_size=2
        start local 0 // org.hsqldb.types.IntervalType this
        start local 1 // java.lang.Object a
         0: .line 843
            aload 1 /* a */
            ifnonnull 2
         1: .line 844
            aconst_null
            areturn
         2: .line 847
      StackMap locals:
      StackMap stack:
            aload 1 /* a */
            instanceof org.hsqldb.types.IntervalMonthData
            ifeq 5
         3: .line 848
            aload 1 /* a */
            checkcast org.hsqldb.types.IntervalMonthData
            getfield org.hsqldb.types.IntervalMonthData.units:I
            i2l
            lstore 2 /* units */
        start local 2 // long units
         4: .line 850
            new org.hsqldb.types.IntervalMonthData
            dup
            lload 2 /* units */
            lneg
            aload 0 /* this */
            invokespecial org.hsqldb.types.IntervalMonthData.<init>:(JLorg/hsqldb/types/IntervalType;)V
            areturn
        end local 2 // long units
         5: .line 852
      StackMap locals:
      StackMap stack:
            aload 1 /* a */
            checkcast org.hsqldb.types.IntervalSecondData
            getfield org.hsqldb.types.IntervalSecondData.units:J
            lstore 2 /* units */
        start local 2 // long units
         6: .line 853
            aload 1 /* a */
            checkcast org.hsqldb.types.IntervalSecondData
            getfield org.hsqldb.types.IntervalSecondData.nanos:I
            istore 4 /* nanos */
        start local 4 // int nanos
         7: .line 855
            new org.hsqldb.types.IntervalSecondData
            dup
            lload 2 /* units */
            lneg
            iload 4 /* nanos */
            ineg
            i2l
            aload 0 /* this */
            iconst_1
            invokespecial org.hsqldb.types.IntervalSecondData.<init>:(JJLorg/hsqldb/types/IntervalType;Z)V
            areturn
        end local 4 // int nanos
        end local 2 // long units
        end local 1 // java.lang.Object a
        end local 0 // org.hsqldb.types.IntervalType this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   this  Lorg/hsqldb/types/IntervalType;
            0    8     1      a  Ljava/lang/Object;
            4    5     2  units  J
            6    8     2  units  J
            7    8     4  nanos  I
    MethodParameters:
      Name  Flags
      a     

  public boolean isNegative(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // org.hsqldb.types.IntervalType this
        start local 1 // java.lang.Object a
         0: .line 861
            aload 1 /* a */
            instanceof org.hsqldb.types.IntervalMonthData
            ifeq 3
         1: .line 862
            aload 1 /* a */
            checkcast org.hsqldb.types.IntervalMonthData
            getfield org.hsqldb.types.IntervalMonthData.units:I
            ifge 2
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         2: iconst_0
            ireturn
         3: .line 864
      StackMap locals:
      StackMap stack:
            aload 1 /* a */
            checkcast org.hsqldb.types.IntervalSecondData
            getfield org.hsqldb.types.IntervalSecondData.units:J
            lstore 2 /* units */
        start local 2 // long units
         4: .line 866
            lload 2 /* units */
            lconst_0
            lcmp
            ifge 6
         5: .line 867
            iconst_1
            ireturn
         6: .line 868
      StackMap locals: long
      StackMap stack:
            lload 2 /* units */
            lconst_0
            lcmp
            ifne 9
         7: .line 869
            aload 1 /* a */
            checkcast org.hsqldb.types.IntervalSecondData
            getfield org.hsqldb.types.IntervalSecondData.nanos:I
            ifge 8
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         8: iconst_0
            ireturn
         9: .line 871
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 2 // long units
        end local 1 // java.lang.Object a
        end local 0 // org.hsqldb.types.IntervalType this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   10     0   this  Lorg/hsqldb/types/IntervalType;
            0   10     1      a  Ljava/lang/Object;
            4   10     2  units  J
    MethodParameters:
      Name  Flags
      a     

  public java.lang.Object add(org.hsqldb.Session, java.lang.Object, java.lang.Object, org.hsqldb.types.Type);
    descriptor: (Lorg/hsqldb/Session;Ljava/lang/Object;Ljava/lang/Object;Lorg/hsqldb/types/Type;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=11, args_size=5
        start local 0 // org.hsqldb.types.IntervalType this
        start local 1 // org.hsqldb.Session session
        start local 2 // java.lang.Object a
        start local 3 // java.lang.Object b
        start local 4 // org.hsqldb.types.Type otherType
         0: .line 878
            aload 2 /* a */
            ifnull 1
            aload 3 /* b */
            ifnonnull 2
         1: .line 879
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
         2: .line 882
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.hsqldb.types.IntervalType.typeCode:I
            tableswitch { // 101 - 113
                  101: 3
                  102: 3
                  103: 7
                  104: 7
                  105: 7
                  106: 7
                  107: 3
                  108: 7
                  109: 7
                  110: 7
                  111: 7
                  112: 7
                  113: 7
              default: 14
          }
         3: .line 887
      StackMap locals:
      StackMap stack:
            aload 2 /* a */
            checkcast org.hsqldb.types.IntervalMonthData
            getfield org.hsqldb.types.IntervalMonthData.units:I
         4: .line 888
            aload 3 /* b */
            checkcast org.hsqldb.types.IntervalMonthData
            getfield org.hsqldb.types.IntervalMonthData.units:I
         5: .line 887
            iadd
            i2l
            lstore 5 /* months */
        start local 5 // long months
         6: .line 890
            new org.hsqldb.types.IntervalMonthData
            dup
            lload 5 /* months */
            aload 0 /* this */
            invokespecial org.hsqldb.types.IntervalMonthData.<init>:(JLorg/hsqldb/types/IntervalType;)V
            areturn
        end local 5 // long months
         7: .line 902
      StackMap locals:
      StackMap stack:
            aload 2 /* a */
            checkcast org.hsqldb.types.IntervalSecondData
            getfield org.hsqldb.types.IntervalSecondData.units:J
         8: .line 903
            aload 3 /* b */
            checkcast org.hsqldb.types.IntervalSecondData
            getfield org.hsqldb.types.IntervalSecondData.units:J
         9: .line 902
            ladd
            lstore 7 /* seconds */
        start local 7 // long seconds
        10: .line 904
            aload 2 /* a */
            checkcast org.hsqldb.types.IntervalSecondData
            getfield org.hsqldb.types.IntervalSecondData.nanos:I
        11: .line 905
            aload 3 /* b */
            checkcast org.hsqldb.types.IntervalSecondData
            getfield org.hsqldb.types.IntervalSecondData.nanos:I
        12: .line 904
            iadd
            i2l
            lstore 9 /* nanos */
        start local 9 // long nanos
        13: .line 907
            new org.hsqldb.types.IntervalSecondData
            dup
            lload 7 /* seconds */
            lload 9 /* nanos */
            aload 0 /* this */
            iconst_1
            invokespecial org.hsqldb.types.IntervalSecondData.<init>:(JJLorg/hsqldb/types/IntervalType;Z)V
            areturn
        end local 9 // long nanos
        end local 7 // long seconds
        14: .line 910
      StackMap locals:
      StackMap stack:
            sipush 201
            ldc "IntervalType"
            invokestatic org.hsqldb.error.Error.runtimeError:(ILjava/lang/String;)Ljava/lang/RuntimeException;
            athrow
        end local 4 // org.hsqldb.types.Type otherType
        end local 3 // java.lang.Object b
        end local 2 // java.lang.Object a
        end local 1 // org.hsqldb.Session session
        end local 0 // org.hsqldb.types.IntervalType this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   15     0       this  Lorg/hsqldb/types/IntervalType;
            0   15     1    session  Lorg/hsqldb/Session;
            0   15     2          a  Ljava/lang/Object;
            0   15     3          b  Ljava/lang/Object;
            0   15     4  otherType  Lorg/hsqldb/types/Type;
            6    7     5     months  J
           10   14     7    seconds  J
           13   14     9      nanos  J
    MethodParameters:
           Name  Flags
      session    
      a          
      b          
      otherType  

  public java.lang.Object subtract(org.hsqldb.Session, java.lang.Object, java.lang.Object, org.hsqldb.types.Type);
    descriptor: (Lorg/hsqldb/Session;Ljava/lang/Object;Ljava/lang/Object;Lorg/hsqldb/types/Type;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=11, args_size=5
        start local 0 // org.hsqldb.types.IntervalType this
        start local 1 // org.hsqldb.Session session
        start local 2 // java.lang.Object a
        start local 3 // java.lang.Object b
        start local 4 // org.hsqldb.types.Type otherType
         0: .line 917
            aload 2 /* a */
            ifnull 1
            aload 3 /* b */
            ifnonnull 2
         1: .line 918
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
         2: .line 921
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.hsqldb.types.IntervalType.typeCode:I
            tableswitch { // 101 - 113
                  101: 3
                  102: 3
                  103: 19
                  104: 19
                  105: 19
                  106: 19
                  107: 3
                  108: 19
                  109: 19
                  110: 19
                  111: 19
                  112: 19
                  113: 19
              default: 43
          }
         3: .line 926
      StackMap locals:
      StackMap stack:
            aload 2 /* a */
            instanceof org.hsqldb.types.IntervalMonthData
            ifeq 9
         4: .line 927
            aload 3 /* b */
            instanceof org.hsqldb.types.IntervalMonthData
            ifeq 9
         5: .line 928
            aload 2 /* a */
            checkcast org.hsqldb.types.IntervalMonthData
            getfield org.hsqldb.types.IntervalMonthData.units:I
         6: .line 929
            aload 3 /* b */
            checkcast org.hsqldb.types.IntervalMonthData
            getfield org.hsqldb.types.IntervalMonthData.units:I
         7: .line 928
            isub
            i2l
            lstore 5 /* months */
        start local 5 // long months
         8: .line 931
            new org.hsqldb.types.IntervalMonthData
            dup
            lload 5 /* months */
            aload 0 /* this */
            invokespecial org.hsqldb.types.IntervalMonthData.<init>:(JLorg/hsqldb/types/IntervalType;)V
            areturn
        end local 5 // long months
         9: .line 932
      StackMap locals:
      StackMap stack:
            aload 2 /* a */
            instanceof org.hsqldb.types.TimestampData
            ifeq 18
        10: .line 933
            aload 3 /* b */
            instanceof org.hsqldb.types.TimestampData
            ifeq 18
        11: .line 934
            aload 0 /* this */
            getfield org.hsqldb.types.IntervalType.typeCode:I
            bipush 101
            if_icmpne 12
            iconst_1
            goto 13
      StackMap locals:
      StackMap stack:
        12: iconst_0
      StackMap locals:
      StackMap stack: int
        13: istore 5 /* isYear */
        start local 5 // boolean isYear
        14: .line 935
            aload 1 /* session */
        15: .line 936
            aload 2 /* a */
            checkcast org.hsqldb.types.TimestampData
            aload 3 /* b */
            checkcast org.hsqldb.types.TimestampData
            iload 5 /* isYear */
        16: .line 935
            invokestatic org.hsqldb.types.DateTimeType.subtractMonths:(Lorg/hsqldb/Session;Lorg/hsqldb/types/TimestampData;Lorg/hsqldb/types/TimestampData;Z)I
            i2l
            lstore 6 /* months */
        start local 6 // long months
        17: .line 938
            new org.hsqldb.types.IntervalMonthData
            dup
            lload 6 /* months */
            aload 0 /* this */
            invokespecial org.hsqldb.types.IntervalMonthData.<init>:(JLorg/hsqldb/types/IntervalType;)V
            areturn
        end local 6 // long months
        end local 5 // boolean isYear
        18: .line 941
      StackMap locals:
      StackMap stack:
            sipush 201
            ldc "IntervalType"
            invokestatic org.hsqldb.error.Error.runtimeError:(ILjava/lang/String;)Ljava/lang/RuntimeException;
            athrow
        19: .line 952
      StackMap locals:
      StackMap stack:
            aload 2 /* a */
            instanceof org.hsqldb.types.IntervalSecondData
            ifeq 28
        20: .line 953
            aload 3 /* b */
            instanceof org.hsqldb.types.IntervalSecondData
            ifeq 28
        21: .line 954
            aload 2 /* a */
            checkcast org.hsqldb.types.IntervalSecondData
            getfield org.hsqldb.types.IntervalSecondData.units:J
        22: .line 955
            aload 3 /* b */
            checkcast org.hsqldb.types.IntervalSecondData
            getfield org.hsqldb.types.IntervalSecondData.units:J
        23: .line 954
            lsub
            lstore 5 /* seconds */
        start local 5 // long seconds
        24: .line 956
            aload 2 /* a */
            checkcast org.hsqldb.types.IntervalSecondData
            getfield org.hsqldb.types.IntervalSecondData.nanos:I
        25: .line 957
            aload 3 /* b */
            checkcast org.hsqldb.types.IntervalSecondData
            getfield org.hsqldb.types.IntervalSecondData.nanos:I
        26: .line 956
            isub
            i2l
            lstore 7 /* nanos */
        start local 7 // long nanos
        27: .line 959
            new org.hsqldb.types.IntervalSecondData
            dup
            lload 5 /* seconds */
            lload 7 /* nanos */
            aload 0 /* this */
            iconst_1
            invokespecial org.hsqldb.types.IntervalSecondData.<init>:(JJLorg/hsqldb/types/IntervalType;Z)V
            areturn
        end local 7 // long nanos
        end local 5 // long seconds
        28: .line 960
      StackMap locals:
      StackMap stack:
            aload 2 /* a */
            instanceof org.hsqldb.types.TimeData
            ifeq 35
            aload 3 /* b */
            instanceof org.hsqldb.types.TimeData
            ifeq 35
        29: .line 961
            aload 2 /* a */
            checkcast org.hsqldb.types.TimeData
            invokevirtual org.hsqldb.types.TimeData.getSeconds:()I
            i2l
            lstore 5 /* aSeconds */
        start local 5 // long aSeconds
        30: .line 962
            aload 3 /* b */
            checkcast org.hsqldb.types.TimeData
            invokevirtual org.hsqldb.types.TimeData.getSeconds:()I
            i2l
            lstore 7 /* bSeconds */
        start local 7 // long bSeconds
        31: .line 963
            aload 2 /* a */
            checkcast org.hsqldb.types.TimeData
            invokevirtual org.hsqldb.types.TimeData.getNanos:()I
        32: .line 964
            aload 3 /* b */
            checkcast org.hsqldb.types.TimeData
            invokevirtual org.hsqldb.types.TimeData.getNanos:()I
        33: .line 963
            isub
            i2l
            lstore 9 /* nanos */
        start local 9 // long nanos
        34: .line 966
            aload 0 /* this */
            aload 1 /* session */
            lload 5 /* aSeconds */
            lload 7 /* bSeconds */
            lload 9 /* nanos */
            invokevirtual org.hsqldb.types.IntervalType.subtract:(Lorg/hsqldb/Session;JJJ)Lorg/hsqldb/types/IntervalSecondData;
            areturn
        end local 9 // long nanos
        end local 7 // long bSeconds
        end local 5 // long aSeconds
        35: .line 967
      StackMap locals:
      StackMap stack:
            aload 2 /* a */
            instanceof org.hsqldb.types.TimestampData
            ifeq 43
        36: .line 968
            aload 3 /* b */
            instanceof org.hsqldb.types.TimestampData
            ifeq 43
        37: .line 969
            aload 2 /* a */
            checkcast org.hsqldb.types.TimestampData
            invokevirtual org.hsqldb.types.TimestampData.getSeconds:()J
            lstore 5 /* aSeconds */
        start local 5 // long aSeconds
        38: .line 970
            aload 3 /* b */
            checkcast org.hsqldb.types.TimestampData
            invokevirtual org.hsqldb.types.TimestampData.getSeconds:()J
            lstore 7 /* bSeconds */
        start local 7 // long bSeconds
        39: .line 971
            aload 2 /* a */
            checkcast org.hsqldb.types.TimestampData
            invokevirtual org.hsqldb.types.TimestampData.getNanos:()I
        40: .line 972
            aload 3 /* b */
            checkcast org.hsqldb.types.TimestampData
            invokevirtual org.hsqldb.types.TimestampData.getNanos:()I
        41: .line 971
            isub
            i2l
            lstore 9 /* nanos */
        start local 9 // long nanos
        42: .line 974
            aload 0 /* this */
            aload 1 /* session */
            lload 5 /* aSeconds */
            lload 7 /* bSeconds */
            lload 9 /* nanos */
            invokevirtual org.hsqldb.types.IntervalType.subtract:(Lorg/hsqldb/Session;JJJ)Lorg/hsqldb/types/IntervalSecondData;
            areturn
        end local 9 // long nanos
        end local 7 // long bSeconds
        end local 5 // long aSeconds
        43: .line 979
      StackMap locals:
      StackMap stack:
            sipush 201
            ldc "IntervalType"
            invokestatic org.hsqldb.error.Error.runtimeError:(ILjava/lang/String;)Ljava/lang/RuntimeException;
            athrow
        end local 4 // org.hsqldb.types.Type otherType
        end local 3 // java.lang.Object b
        end local 2 // java.lang.Object a
        end local 1 // org.hsqldb.Session session
        end local 0 // org.hsqldb.types.IntervalType this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   44     0       this  Lorg/hsqldb/types/IntervalType;
            0   44     1    session  Lorg/hsqldb/Session;
            0   44     2          a  Ljava/lang/Object;
            0   44     3          b  Ljava/lang/Object;
            0   44     4  otherType  Lorg/hsqldb/types/Type;
            8    9     5     months  J
           14   18     5     isYear  Z
           17   18     6     months  J
           24   28     5    seconds  J
           27   28     7      nanos  J
           30   35     5   aSeconds  J
           31   35     7   bSeconds  J
           34   35     9      nanos  J
           38   43     5   aSeconds  J
           39   43     7   bSeconds  J
           42   43     9      nanos  J
    MethodParameters:
           Name  Flags
      session    
      a          
      b          
      otherType  

  private org.hsqldb.types.IntervalSecondData subtract(org.hsqldb.Session, long, long, long);
    descriptor: (Lorg/hsqldb/Session;JJJ)Lorg/hsqldb/types/IntervalSecondData;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=8, locals=8, args_size=5
        start local 0 // org.hsqldb.types.IntervalType this
        start local 1 // org.hsqldb.Session session
        start local 2 // long aSeconds
        start local 4 // long bSeconds
        start local 6 // long nanos
         0: .line 986
            aload 0 /* this */
            getfield org.hsqldb.types.IntervalType.endIntervalType:I
            bipush 106
            if_icmpeq 14
         1: .line 989
            aload 1 /* session */
            invokevirtual org.hsqldb.Session.getCalendarGMT:()Ljava/util/Calendar;
            lload 2 /* aSeconds */
            ldc 1000
            lmul
         2: .line 990
            aload 0 /* this */
            getfield org.hsqldb.types.IntervalType.endIntervalType:I
         3: .line 988
            invokestatic org.hsqldb.HsqlDateTime.getTruncatedPart:(Ljava/util/Calendar;JI)J
         4: .line 990
            ldc 1000
         5: .line 988
            ldiv
         6: .line 987
            lstore 2 /* aSeconds */
         7: .line 993
            aload 1 /* session */
            invokevirtual org.hsqldb.Session.getCalendarGMT:()Ljava/util/Calendar;
            lload 4 /* bSeconds */
            ldc 1000
            lmul
         8: .line 994
            aload 0 /* this */
            getfield org.hsqldb.types.IntervalType.endIntervalType:I
         9: .line 992
            invokestatic org.hsqldb.HsqlDateTime.getTruncatedPart:(Ljava/util/Calendar;JI)J
        10: .line 994
            ldc 1000
        11: .line 992
            ldiv
        12: .line 991
            lstore 4 /* bSeconds */
        13: .line 995
            lconst_0
            lstore 6 /* nanos */
        14: .line 998
      StackMap locals:
      StackMap stack:
            new org.hsqldb.types.IntervalSecondData
            dup
            lload 2 /* aSeconds */
            lload 4 /* bSeconds */
            lsub
            lload 6 /* nanos */
            aload 0 /* this */
            iconst_1
            invokespecial org.hsqldb.types.IntervalSecondData.<init>:(JJLorg/hsqldb/types/IntervalType;Z)V
            areturn
        end local 6 // long nanos
        end local 4 // long bSeconds
        end local 2 // long aSeconds
        end local 1 // org.hsqldb.Session session
        end local 0 // org.hsqldb.types.IntervalType this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   15     0      this  Lorg/hsqldb/types/IntervalType;
            0   15     1   session  Lorg/hsqldb/Session;
            0   15     2  aSeconds  J
            0   15     4  bSeconds  J
            0   15     6     nanos  J
    MethodParameters:
          Name  Flags
      session   
      aSeconds  
      bSeconds  
      nanos     

  public java.lang.Object multiply(java.lang.Object, java.lang.Object);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.hsqldb.types.IntervalType this
        start local 1 // java.lang.Object a
        start local 2 // java.lang.Object b
         0: .line 1002
            aload 0 /* this */
            aload 1 /* a */
            aload 2 /* b */
            iconst_0
            invokevirtual org.hsqldb.types.IntervalType.multiplyOrDivide:(Ljava/lang/Object;Ljava/lang/Object;Z)Ljava/lang/Object;
            areturn
        end local 2 // java.lang.Object b
        end local 1 // java.lang.Object a
        end local 0 // org.hsqldb.types.IntervalType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hsqldb/types/IntervalType;
            0    1     1     a  Ljava/lang/Object;
            0    1     2     b  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      a     
      b     

  public java.lang.Object divide(org.hsqldb.Session, java.lang.Object, java.lang.Object);
    descriptor: (Lorg/hsqldb/Session;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.hsqldb.types.IntervalType this
        start local 1 // org.hsqldb.Session session
        start local 2 // java.lang.Object a
        start local 3 // java.lang.Object b
         0: .line 1006
            aload 0 /* this */
            aload 2 /* a */
            aload 3 /* b */
            iconst_1
            invokevirtual org.hsqldb.types.IntervalType.multiplyOrDivide:(Ljava/lang/Object;Ljava/lang/Object;Z)Ljava/lang/Object;
            areturn
        end local 3 // java.lang.Object b
        end local 2 // java.lang.Object a
        end local 1 // org.hsqldb.Session session
        end local 0 // org.hsqldb.types.IntervalType this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/hsqldb/types/IntervalType;
            0    1     1  session  Lorg/hsqldb/Session;
            0    1     2        a  Ljava/lang/Object;
            0    1     3        b  Ljava/lang/Object;
    MethodParameters:
         Name  Flags
      session  
      a        
      b        

  private java.lang.Object multiplyOrDivide(java.lang.Object, java.lang.Object, boolean);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;Z)Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=8, locals=9, args_size=4
        start local 0 // org.hsqldb.types.IntervalType this
        start local 1 // java.lang.Object a
        start local 2 // java.lang.Object b
        start local 3 // boolean divide
         0: .line 1011
            aload 1 /* a */
            ifnull 1
            aload 2 /* b */
            ifnonnull 2
         1: .line 1012
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
         2: .line 1015
      StackMap locals:
      StackMap stack:
            aload 1 /* a */
            instanceof java.lang.Number
            ifeq 6
         3: .line 1016
            aload 1 /* a */
            astore 4 /* temp */
        start local 4 // java.lang.Object temp
         4: .line 1018
            aload 2 /* b */
            astore 1 /* a */
         5: .line 1019
            aload 4 /* temp */
            astore 2 /* b */
        end local 4 // java.lang.Object temp
         6: .line 1022
      StackMap locals:
      StackMap stack:
            aload 2 /* b */
            instanceof java.lang.Number
            istore 4 /* isNumberDiv */
        start local 4 // boolean isNumberDiv
         7: .line 1024
            iload 3 /* divide */
            ifeq 16
         8: .line 1025
            iload 4 /* isNumberDiv */
            ifeq 11
         9: .line 1026
            aload 2 /* b */
            invokestatic org.hsqldb.types.NumberType.isZero:(Ljava/lang/Object;)Z
            ifeq 16
        10: .line 1027
            sipush 3432
            invokestatic org.hsqldb.error.Error.error:(I)Lorg/hsqldb/HsqlException;
            athrow
        11: .line 1030
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.hsqldb.types.IntervalType.isYearMonth:Z
            ifeq 14
        12: .line 1031
            aload 2 /* b */
            checkcast org.hsqldb.types.IntervalMonthData
            getfield org.hsqldb.types.IntervalMonthData.units:I
            ifne 16
        13: .line 1032
            sipush 3432
            invokestatic org.hsqldb.error.Error.error:(I)Lorg/hsqldb/HsqlException;
            athrow
        14: .line 1035
      StackMap locals:
      StackMap stack:
            aload 2 /* b */
            checkcast org.hsqldb.types.IntervalSecondData
            getfield org.hsqldb.types.IntervalSecondData.units:J
            lconst_0
            lcmp
            ifne 16
        15: .line 1036
            sipush 3432
            invokestatic org.hsqldb.error.Error.error:(I)Lorg/hsqldb/HsqlException;
            athrow
        16: .line 1042
      StackMap locals:
      StackMap stack:
            getstatic org.hsqldb.types.IntervalType.factorType:Lorg/hsqldb/types/NumberType;
            aconst_null
        17: .line 1043
            aload 2 /* b */
        18: .line 1042
            invokevirtual org.hsqldb.types.NumberType.convertToDefaultType:(Lorg/hsqldb/SessionInterface;Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.math.BigDecimal
            astore 5 /* factor */
        start local 5 // java.math.BigDecimal factor
        19: .line 1046
            aload 0 /* this */
            getfield org.hsqldb.types.IntervalType.isYearMonth:Z
            ifeq 22
        20: .line 1047
            aload 1 /* a */
            checkcast org.hsqldb.types.IntervalMonthData
            getfield org.hsqldb.types.IntervalMonthData.units:I
            i2l
            invokestatic java.math.BigDecimal.valueOf:(J)Ljava/math/BigDecimal;
            astore 6 /* units */
        start local 6 // java.math.BigDecimal units
        21: .line 1048
            goto 27
        end local 6 // java.math.BigDecimal units
        22: .line 1050
      StackMap locals: java.math.BigDecimal
      StackMap stack:
            aload 1 /* a */
            checkcast org.hsqldb.types.IntervalSecondData
            getfield org.hsqldb.types.IntervalSecondData.units:J
            getstatic org.hsqldb.types.DTIType.nanoScaleFactors:[I
            iconst_0
            iaload
            i2l
            lmul
        23: .line 1051
            aload 1 /* a */
            checkcast org.hsqldb.types.IntervalSecondData
            getfield org.hsqldb.types.IntervalSecondData.nanos:I
            i2l
        24: .line 1050
            ladd
        25: .line 1049
            lstore 7 /* value */
        start local 7 // long value
        26: .line 1053
            lload 7 /* value */
            bipush 9
            invokestatic java.math.BigDecimal.valueOf:(JI)Ljava/math/BigDecimal;
            astore 6 /* units */
        end local 7 // long value
        start local 6 // java.math.BigDecimal units
        27: .line 1056
      StackMap locals: java.math.BigDecimal
      StackMap stack:
            iload 3 /* divide */
            ifeq 32
        28: .line 1057
            getstatic org.hsqldb.types.IntervalType.factorType:Lorg/hsqldb/types/NumberType;
            aconst_null
            aload 6 /* units */
        29: .line 1058
            aload 5 /* factor */
        30: .line 1057
            invokevirtual org.hsqldb.types.NumberType.divide:(Lorg/hsqldb/Session;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.math.BigDecimal
        31: .line 1058
            goto 33
        32: .line 1059
      StackMap locals:
      StackMap stack:
            getstatic org.hsqldb.types.IntervalType.factorType:Lorg/hsqldb/types/NumberType;
            aload 6 /* units */
            aload 5 /* factor */
            invokevirtual org.hsqldb.types.NumberType.multiply:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.math.BigDecimal
        33: .line 1056
      StackMap locals:
      StackMap stack: java.math.BigDecimal
            astore 7 /* result */
        start local 7 // java.math.BigDecimal result
        34: .line 1061
            aload 7 /* result */
            invokestatic org.hsqldb.types.NumberType.compareToLongLimits:(Ljava/math/BigDecimal;)I
            ifeq 36
        35: .line 1062
            sipush 3435
            invokestatic org.hsqldb.error.Error.error:(I)Lorg/hsqldb/HsqlException;
            athrow
        36: .line 1065
      StackMap locals: java.math.BigDecimal
      StackMap stack:
            iload 4 /* isNumberDiv */
            ifeq 45
        37: .line 1066
            aload 0 /* this */
            getfield org.hsqldb.types.IntervalType.isYearMonth:Z
            ifeq 39
        38: .line 1067
            new org.hsqldb.types.IntervalMonthData
            dup
            aload 7 /* result */
            invokevirtual java.math.BigDecimal.longValue:()J
            aload 0 /* this */
            invokespecial org.hsqldb.types.IntervalMonthData.<init>:(JLorg/hsqldb/types/IntervalType;)V
            areturn
        39: .line 1070
      StackMap locals:
      StackMap stack:
            aload 7 /* result */
        40: .line 1071
            bipush 9
        41: .line 1070
            invokestatic org.hsqldb.types.NumberType.scaledDecimal:(Ljava/lang/Object;I)J
            l2i
            istore 8 /* nanos */
        start local 8 // int nanos
        42: .line 1073
            new org.hsqldb.types.IntervalSecondData
            dup
            aload 7 /* result */
            invokevirtual java.math.BigDecimal.longValue:()J
            iload 8 /* nanos */
            i2l
            aload 0 /* this */
        43: .line 1074
            iconst_1
        44: .line 1073
            invokespecial org.hsqldb.types.IntervalSecondData.<init>:(JJLorg/hsqldb/types/IntervalType;Z)V
            areturn
        end local 8 // int nanos
        45: .line 1076
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.hsqldb.types.IntervalType.isYearMonth:Z
            ifeq 47
        46: .line 1077
            aload 7 /* result */
            invokevirtual java.math.BigDecimal.longValue:()J
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            areturn
        47: .line 1079
      StackMap locals:
      StackMap stack:
            aload 7 /* result */
            areturn
        end local 7 // java.math.BigDecimal result
        end local 6 // java.math.BigDecimal units
        end local 5 // java.math.BigDecimal factor
        end local 4 // boolean isNumberDiv
        end local 3 // boolean divide
        end local 2 // java.lang.Object b
        end local 1 // java.lang.Object a
        end local 0 // org.hsqldb.types.IntervalType this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   48     0         this  Lorg/hsqldb/types/IntervalType;
            0   48     1            a  Ljava/lang/Object;
            0   48     2            b  Ljava/lang/Object;
            0   48     3       divide  Z
            4    6     4         temp  Ljava/lang/Object;
            7   48     4  isNumberDiv  Z
           19   48     5       factor  Ljava/math/BigDecimal;
           21   22     6        units  Ljava/math/BigDecimal;
           27   48     6        units  Ljava/math/BigDecimal;
           26   27     7        value  J
           34   48     7       result  Ljava/math/BigDecimal;
           42   45     8        nanos  I
    MethodParameters:
        Name  Flags
      a       
      b       
      divide  

  java.lang.String intervalMonthToString(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/String;
    flags: (0x0000) 
    Code:
      stack=4, locals=9, args_size=2
        start local 0 // org.hsqldb.types.IntervalType this
        start local 1 // java.lang.Object a
         0: .line 1086
            new java.lang.StringBuilder
            dup
            bipush 8
            invokespecial java.lang.StringBuilder.<init>:(I)V
            astore 2 /* sb */
        start local 2 // java.lang.StringBuilder sb
         1: .line 1087
            aload 1 /* a */
            checkcast org.hsqldb.types.IntervalMonthData
            getfield org.hsqldb.types.IntervalMonthData.units:I
            i2l
            lstore 3 /* months */
        start local 3 // long months
         2: .line 1089
            lload 3 /* months */
            lconst_0
            lcmp
            ifge 5
         3: .line 1090
            lload 3 /* months */
            lneg
            lstore 3 /* months */
         4: .line 1092
            aload 2 /* sb */
            bipush 45
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
         5: .line 1095
      StackMap locals: java.lang.StringBuilder long
      StackMap stack:
            aload 0 /* this */
            getfield org.hsqldb.types.IntervalType.startPartIndex:I
            istore 5 /* i */
        start local 5 // int i
         6: goto 19
         7: .line 1096
      StackMap locals: int
      StackMap stack:
            getstatic org.hsqldb.types.DTIType.yearToSecondFactors:[I
            iload 5 /* i */
            iaload
            istore 6 /* factor */
        start local 6 // int factor
         8: .line 1097
            lload 3 /* months */
            iload 6 /* factor */
            i2l
            ldiv
            lstore 7 /* part */
        start local 7 // long part
         9: .line 1099
            iload 5 /* i */
            aload 0 /* this */
            getfield org.hsqldb.types.IntervalType.startPartIndex:I
            if_icmpne 12
        10: .line 1100
            lload 7 /* part */
            invokestatic org.hsqldb.types.IntervalType.getPrecisionExponent:(J)I
            pop
        11: .line 1106
            goto 14
      StackMap locals: int long
      StackMap stack:
        12: lload 7 /* part */
            ldc 10
            lcmp
            ifge 14
        13: .line 1107
            aload 2 /* sb */
            bipush 48
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
        14: .line 1110
      StackMap locals:
      StackMap stack:
            aload 2 /* sb */
            lload 7 /* part */
            invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
            pop
        15: .line 1112
            lload 3 /* months */
            iload 6 /* factor */
            i2l
            lrem
            lstore 3 /* months */
        16: .line 1114
            iload 5 /* i */
            aload 0 /* this */
            getfield org.hsqldb.types.IntervalType.endPartIndex:I
            if_icmpge 18
        17: .line 1115
            aload 2 /* sb */
            getstatic org.hsqldb.types.DTIType.yearToSecondSeparators:[B
            iload 5 /* i */
            baload
            i2c
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
        end local 7 // long part
        end local 6 // int factor
        18: .line 1095
      StackMap locals:
      StackMap stack:
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        19: iload 5 /* i */
            aload 0 /* this */
            getfield org.hsqldb.types.IntervalType.endPartIndex:I
            if_icmple 7
        end local 5 // int i
        20: .line 1119
            aload 2 /* sb */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 3 // long months
        end local 2 // java.lang.StringBuilder sb
        end local 1 // java.lang.Object a
        end local 0 // org.hsqldb.types.IntervalType this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   21     0    this  Lorg/hsqldb/types/IntervalType;
            0   21     1       a  Ljava/lang/Object;
            1   21     2      sb  Ljava/lang/StringBuilder;
            2   21     3  months  J
            6   20     5       i  I
            8   18     6  factor  I
            9   18     7    part  J
    MethodParameters:
      Name  Flags
      a     

  java.lang.String intervalSecondToString(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/String;
    flags: (0x0000) 
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // org.hsqldb.types.IntervalType this
        start local 1 // java.lang.Object a
         0: .line 1124
            aload 1 /* a */
            checkcast org.hsqldb.types.IntervalSecondData
            getfield org.hsqldb.types.IntervalSecondData.units:J
            lstore 2 /* seconds */
        start local 2 // long seconds
         1: .line 1125
            aload 1 /* a */
            checkcast org.hsqldb.types.IntervalSecondData
            getfield org.hsqldb.types.IntervalSecondData.nanos:I
            istore 4 /* nanos */
        start local 4 // int nanos
         2: .line 1127
            aload 0 /* this */
            lload 2 /* seconds */
            iload 4 /* nanos */
            iconst_0
            invokevirtual org.hsqldb.types.IntervalType.intervalSecondToString:(JIZ)Ljava/lang/String;
            areturn
        end local 4 // int nanos
        end local 2 // long seconds
        end local 1 // java.lang.Object a
        end local 0 // org.hsqldb.types.IntervalType this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/hsqldb/types/IntervalType;
            0    3     1        a  Ljava/lang/Object;
            1    3     2  seconds  J
            2    3     4    nanos  I
    MethodParameters:
      Name  Flags
      a     

  public int precedenceDegree(org.hsqldb.types.Type);
    descriptor: (Lorg/hsqldb/types/Type;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.hsqldb.types.IntervalType this
        start local 1 // org.hsqldb.types.Type other
         0: .line 1132
            aload 1 /* other */
            invokevirtual org.hsqldb.types.Type.isIntervalType:()Z
            ifeq 3
         1: .line 1133
            aload 1 /* other */
            checkcast org.hsqldb.types.IntervalType
            getfield org.hsqldb.types.IntervalType.endPartIndex:I
            istore 2 /* otherIndex */
        start local 2 // int otherIndex
         2: .line 1135
            iload 2 /* otherIndex */
            aload 0 /* this */
            getfield org.hsqldb.types.IntervalType.endPartIndex:I
            isub
            ireturn
        end local 2 // int otherIndex
         3: .line 1138
      StackMap locals:
      StackMap stack:
            ldc -2147483648
            ireturn
        end local 1 // org.hsqldb.types.Type other
        end local 0 // org.hsqldb.types.IntervalType this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lorg/hsqldb/types/IntervalType;
            0    4     1       other  Lorg/hsqldb/types/Type;
            2    3     2  otherIndex  I
    MethodParameters:
       Name  Flags
      other  

  public int getStartIntervalType();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hsqldb.types.IntervalType this
         0: .line 1142
            aload 0 /* this */
            getfield org.hsqldb.types.IntervalType.startIntervalType:I
            ireturn
        end local 0 // org.hsqldb.types.IntervalType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hsqldb/types/IntervalType;

  public int getEndIntervalType();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hsqldb.types.IntervalType this
         0: .line 1146
            aload 0 /* this */
            getfield org.hsqldb.types.IntervalType.endIntervalType:I
            ireturn
        end local 0 // org.hsqldb.types.IntervalType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hsqldb/types/IntervalType;

  public static org.hsqldb.types.IntervalType newIntervalType(int, long, int);
    descriptor: (IJI)Lorg/hsqldb/types/IntervalType;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=10, locals=7, args_size=3
        start local 0 // int type
        start local 1 // long precision
        start local 3 // int fractionPrecision
         0: .line 1152
            iload 0 /* type */
            invokestatic org.hsqldb.types.IntervalType.getStartIntervalType:(I)I
            istore 4 /* startType */
        start local 4 // int startType
         1: .line 1153
            iload 0 /* type */
            invokestatic org.hsqldb.types.IntervalType.getEndIntervalType:(I)I
            istore 5 /* endType */
        start local 5 // int endType
         2: .line 1154
            iload 4 /* startType */
            bipush 102
            if_icmple 4
         3: .line 1155
            bipush 106
            goto 5
         4: .line 1156
      StackMap locals: int int
      StackMap stack:
            bipush 102
         5: .line 1154
      StackMap locals:
      StackMap stack: int
            istore 6 /* group */
        start local 6 // int group
         6: .line 1158
            new org.hsqldb.types.IntervalType
            dup
            iload 6 /* group */
            iload 0 /* type */
            lload 1 /* precision */
            iload 3 /* fractionPrecision */
         7: .line 1159
            iload 4 /* startType */
            iload 5 /* endType */
            iconst_0
         8: .line 1158
            invokespecial org.hsqldb.types.IntervalType.<init>:(IIJIIIZ)V
            areturn
        end local 6 // int group
        end local 5 // int endType
        end local 4 // int startType
        end local 3 // int fractionPrecision
        end local 1 // long precision
        end local 0 // int type
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    9     0               type  I
            0    9     1          precision  J
            0    9     3  fractionPrecision  I
            1    9     4          startType  I
            2    9     5            endType  I
            6    9     6              group  I
    MethodParameters:
                   Name  Flags
      type               
      precision          
      fractionPrecision  

  public static org.hsqldb.types.IntervalType getIntervalType(org.hsqldb.types.IntervalType, long, int);
    descriptor: (Lorg/hsqldb/types/IntervalType;JI)Lorg/hsqldb/types/IntervalType;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // org.hsqldb.types.IntervalType type
        start local 1 // long precision
        start local 3 // int fractionalPrecision
         0: .line 1165
            aload 0 /* type */
            getfield org.hsqldb.types.IntervalType.precision:J
            lload 1 /* precision */
            lcmp
            iflt 2
            aload 0 /* type */
            getfield org.hsqldb.types.IntervalType.scale:I
            iload 3 /* fractionalPrecision */
            if_icmplt 2
         1: .line 1166
            aload 0 /* type */
            areturn
         2: .line 1169
      StackMap locals:
      StackMap stack:
            aload 0 /* type */
            getfield org.hsqldb.types.IntervalType.typeCode:I
            lload 1 /* precision */
            iload 3 /* fractionalPrecision */
            invokestatic org.hsqldb.types.IntervalType.getIntervalType:(IJI)Lorg/hsqldb/types/IntervalType;
            areturn
        end local 3 // int fractionalPrecision
        end local 1 // long precision
        end local 0 // org.hsqldb.types.IntervalType type
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    3     0                 type  Lorg/hsqldb/types/IntervalType;
            0    3     1            precision  J
            0    3     3  fractionalPrecision  I
    MethodParameters:
                     Name  Flags
      type                 
      precision            
      fractionalPrecision  

  public static org.hsqldb.types.IntervalType getIntervalType(int, long, int);
    descriptor: (IJI)Lorg/hsqldb/types/IntervalType;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=7, locals=6, args_size=3
        start local 0 // int type
        start local 1 // long precision
        start local 3 // int fractionPrecision
         0: .line 1175
            iload 0 /* type */
            invokestatic org.hsqldb.types.IntervalType.getStartIntervalType:(I)I
            istore 4 /* startType */
        start local 4 // int startType
         1: .line 1176
            iload 0 /* type */
            invokestatic org.hsqldb.types.IntervalType.getEndIntervalType:(I)I
            istore 5 /* endType */
        start local 5 // int endType
         2: .line 1178
            iload 0 /* type */
            iload 4 /* startType */
            iload 5 /* endType */
            lload 1 /* precision */
         3: .line 1179
            iload 3 /* fractionPrecision */
            iconst_0
         4: .line 1178
            invokestatic org.hsqldb.types.IntervalType.getIntervalType:(IIIJIZ)Lorg/hsqldb/types/IntervalType;
            areturn
        end local 5 // int endType
        end local 4 // int startType
        end local 3 // int fractionPrecision
        end local 1 // long precision
        end local 0 // int type
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    5     0               type  I
            0    5     1          precision  J
            0    5     3  fractionPrecision  I
            1    5     4          startType  I
            2    5     5            endType  I
    MethodParameters:
                   Name  Flags
      type               
      precision          
      fractionPrecision  

  public static org.hsqldb.types.IntervalType getIntervalType(int, int, long, int);
    descriptor: (IIJI)Lorg/hsqldb/types/IntervalType;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=7, locals=9, args_size=4
        start local 0 // int startIndex
        start local 1 // int endIndex
        start local 2 // long precision
        start local 4 // int fractionPrecision
         0: .line 1185
            lload 2 /* precision */
            ldc -1
            lcmp
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: istore 5 /* defaultPrecision */
        start local 5 // boolean defaultPrecision
         3: .line 1187
            iload 0 /* startIndex */
            iconst_m1
            if_icmpeq 4
            iload 1 /* endIndex */
            iconst_m1
            if_icmpne 5
         4: .line 1188
      StackMap locals: int
      StackMap stack:
            sipush 3406
            invokestatic org.hsqldb.error.Error.error:(I)Lorg/hsqldb/HsqlException;
            athrow
         5: .line 1191
      StackMap locals:
      StackMap stack:
            iload 0 /* startIndex */
            iload 1 /* endIndex */
            if_icmple 7
         6: .line 1192
            sipush 3406
            invokestatic org.hsqldb.error.Error.error:(I)Lorg/hsqldb/HsqlException;
            athrow
         7: .line 1195
      StackMap locals:
      StackMap stack:
            iload 0 /* startIndex */
            iconst_1
            if_icmpgt 10
         8: .line 1196
            iload 1 /* endIndex */
            iconst_1
            if_icmple 10
         9: .line 1197
            sipush 3406
            invokestatic org.hsqldb.error.Error.error:(I)Lorg/hsqldb/HsqlException;
            athrow
        10: .line 1200
      StackMap locals:
      StackMap stack:
            getstatic org.hsqldb.types.DTIType.intervalParts:[I
            iload 0 /* startIndex */
            iaload
            istore 6 /* startType */
        start local 6 // int startType
        11: .line 1201
            getstatic org.hsqldb.types.DTIType.intervalParts:[I
            iload 1 /* endIndex */
            iaload
            istore 7 /* endType */
        start local 7 // int endType
        12: .line 1202
            getstatic org.hsqldb.types.DTIType.intervalTypes:[[I
            iload 0 /* startIndex */
            aaload
            iload 1 /* endIndex */
            iaload
            istore 8 /* type */
        start local 8 // int type
        13: .line 1204
            lload 2 /* precision */
            lconst_0
            lcmp
            ifeq 15
        14: .line 1205
            iload 4 /* fractionPrecision */
            bipush 9
            if_icmple 16
        15: .line 1206
      StackMap locals: int int int
      StackMap stack:
            sipush 5592
            invokestatic org.hsqldb.error.Error.error:(I)Lorg/hsqldb/HsqlException;
            athrow
        16: .line 1209
      StackMap locals:
      StackMap stack:
            iload 0 /* startIndex */
            iconst_5
            if_icmpne 19
        17: .line 1210
            lload 2 /* precision */
            ldc 12
            lcmp
            ifle 21
        18: .line 1211
            sipush 5592
            invokestatic org.hsqldb.error.Error.error:(I)Lorg/hsqldb/HsqlException;
            athrow
        19: .line 1213
      StackMap locals:
      StackMap stack:
            lload 2 /* precision */
            ldc 9
            lcmp
            ifle 21
        20: .line 1214
            sipush 5592
            invokestatic org.hsqldb.error.Error.error:(I)Lorg/hsqldb/HsqlException;
            athrow
        21: .line 1217
      StackMap locals:
      StackMap stack:
            lload 2 /* precision */
            ldc -1
            lcmp
            ifne 23
        22: .line 1218
            ldc 2
            lstore 2 /* precision */
        23: .line 1221
      StackMap locals:
      StackMap stack:
            iload 4 /* fractionPrecision */
            iconst_m1
            if_icmpne 28
        24: .line 1222
            iload 7 /* endType */
            bipush 106
            if_icmpne 26
        25: .line 1223
            bipush 6
            goto 27
        26: .line 1224
      StackMap locals:
      StackMap stack:
            iconst_0
        27: .line 1222
      StackMap locals:
      StackMap stack: int
            istore 4 /* fractionPrecision */
        28: .line 1227
      StackMap locals:
      StackMap stack:
            iload 8 /* type */
            iload 6 /* startType */
            iload 7 /* endType */
            lload 2 /* precision */
        29: .line 1228
            iload 4 /* fractionPrecision */
            iload 5 /* defaultPrecision */
        30: .line 1227
            invokestatic org.hsqldb.types.IntervalType.getIntervalType:(IIIJIZ)Lorg/hsqldb/types/IntervalType;
            areturn
        end local 8 // int type
        end local 7 // int endType
        end local 6 // int startType
        end local 5 // boolean defaultPrecision
        end local 4 // int fractionPrecision
        end local 2 // long precision
        end local 1 // int endIndex
        end local 0 // int startIndex
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   31     0         startIndex  I
            0   31     1           endIndex  I
            0   31     2          precision  J
            0   31     4  fractionPrecision  I
            3   31     5   defaultPrecision  Z
           11   31     6          startType  I
           12   31     7            endType  I
           13   31     8               type  I
    MethodParameters:
                   Name  Flags
      startIndex         
      endIndex           
      precision          
      fractionPrecision  

  public static org.hsqldb.types.IntervalType getIntervalType(int, int, int, long, int, boolean);
    descriptor: (IIIJIZ)Lorg/hsqldb/types/IntervalType;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=10, locals=8, args_size=6
        start local 0 // int type
        start local 1 // int startType
        start local 2 // int endType
        start local 3 // long precision
        start local 5 // int fractionPrecision
        start local 6 // boolean defaultPrecision
         0: .line 1235
            iload 1 /* startType */
            bipush 102
            if_icmple 2
         1: .line 1236
            bipush 106
            goto 3
         2: .line 1237
      StackMap locals:
      StackMap stack:
            bipush 102
         3: .line 1235
      StackMap locals:
      StackMap stack: int
            istore 7 /* group */
        start local 7 // int group
         4: .line 1239
            iload 6 /* defaultPrecision */
            ifeq 8
         5: .line 1240
            new org.hsqldb.types.IntervalType
            dup
            iload 7 /* group */
            iload 0 /* type */
            lload 3 /* precision */
            iload 5 /* fractionPrecision */
         6: .line 1241
            iload 1 /* startType */
            iload 2 /* endType */
            iload 6 /* defaultPrecision */
         7: .line 1240
            invokespecial org.hsqldb.types.IntervalType.<init>:(IIJIIIZ)V
            areturn
         8: .line 1244
      StackMap locals: int
      StackMap stack:
            iload 0 /* type */
            tableswitch { // 101 - 113
                  101: 9
                  102: 17
                  103: 21
                  104: 34
                  105: 40
                  106: 54
                  107: 13
                  108: 25
                  109: 27
                  110: 29
                  111: 38
                  112: 44
                  113: 49
              default: 59
          }
         9: .line 1247
      StackMap locals:
      StackMap stack:
            lload 3 /* precision */
            ldc 2
            lcmp
            ifne 11
        10: .line 1248
            getstatic org.hsqldb.types.IntervalType.SQL_INTERVAL_YEAR:Lorg/hsqldb/types/IntervalType;
            areturn
        11: .line 1249
      StackMap locals:
      StackMap stack:
            lload 3 /* precision */
            ldc 9
            lcmp
            ifne 60
        12: .line 1250
            getstatic org.hsqldb.types.IntervalType.SQL_INTERVAL_YEAR_MAX_PRECISION:Lorg/hsqldb/types/IntervalType;
            areturn
        13: .line 1255
      StackMap locals:
      StackMap stack:
            lload 3 /* precision */
            ldc 2
            lcmp
            ifne 15
        14: .line 1256
            getstatic org.hsqldb.types.IntervalType.SQL_INTERVAL_YEAR_TO_MONTH:Lorg/hsqldb/types/IntervalType;
            areturn
        15: .line 1257
      StackMap locals:
      StackMap stack:
            lload 3 /* precision */
            ldc 9
            lcmp
            ifne 60
        16: .line 1258
            getstatic org.hsqldb.types.IntervalType.SQL_INTERVAL_YEAR_TO_MONTH_MAX_PRECISION:Lorg/hsqldb/types/IntervalType;
            areturn
        17: .line 1263
      StackMap locals:
      StackMap stack:
            lload 3 /* precision */
            ldc 2
            lcmp
            ifne 19
        18: .line 1264
            getstatic org.hsqldb.types.IntervalType.SQL_INTERVAL_MONTH:Lorg/hsqldb/types/IntervalType;
            areturn
        19: .line 1265
      StackMap locals:
      StackMap stack:
            lload 3 /* precision */
            ldc 9
            lcmp
            ifne 60
        20: .line 1266
            getstatic org.hsqldb.types.IntervalType.SQL_INTERVAL_MONTH_MAX_PRECISION:Lorg/hsqldb/types/IntervalType;
            areturn
        21: .line 1271
      StackMap locals:
      StackMap stack:
            lload 3 /* precision */
            ldc 2
            lcmp
            ifne 23
        22: .line 1272
            getstatic org.hsqldb.types.IntervalType.SQL_INTERVAL_DAY:Lorg/hsqldb/types/IntervalType;
            areturn
        23: .line 1273
      StackMap locals:
      StackMap stack:
            lload 3 /* precision */
            ldc 9
            lcmp
            ifne 60
        24: .line 1274
            getstatic org.hsqldb.types.IntervalType.SQL_INTERVAL_DAY_MAX_PRECISION:Lorg/hsqldb/types/IntervalType;
            areturn
        25: .line 1279
      StackMap locals:
      StackMap stack:
            lload 3 /* precision */
            ldc 2
            lcmp
            ifne 60
        26: .line 1280
            getstatic org.hsqldb.types.IntervalType.SQL_INTERVAL_DAY_TO_HOUR:Lorg/hsqldb/types/IntervalType;
            areturn
        27: .line 1285
      StackMap locals:
      StackMap stack:
            lload 3 /* precision */
            ldc 2
            lcmp
            ifne 60
        28: .line 1286
            getstatic org.hsqldb.types.IntervalType.SQL_INTERVAL_DAY_TO_MINUTE:Lorg/hsqldb/types/IntervalType;
            areturn
        29: .line 1291
      StackMap locals:
      StackMap stack:
            lload 3 /* precision */
            ldc 2
            lcmp
            ifne 60
        30: .line 1292
            iload 5 /* fractionPrecision */
        31: .line 1293
            bipush 6
        32: .line 1292
            if_icmpne 60
        33: .line 1294
            getstatic org.hsqldb.types.IntervalType.SQL_INTERVAL_DAY_TO_SECOND:Lorg/hsqldb/types/IntervalType;
            areturn
        34: .line 1299
      StackMap locals:
      StackMap stack:
            lload 3 /* precision */
            ldc 2
            lcmp
            ifne 36
        35: .line 1300
            getstatic org.hsqldb.types.IntervalType.SQL_INTERVAL_HOUR:Lorg/hsqldb/types/IntervalType;
            areturn
        36: .line 1301
      StackMap locals:
      StackMap stack:
            lload 3 /* precision */
            ldc 9
            lcmp
            ifne 60
        37: .line 1302
            getstatic org.hsqldb.types.IntervalType.SQL_INTERVAL_HOUR_MAX_PRECISION:Lorg/hsqldb/types/IntervalType;
            areturn
        38: .line 1307
      StackMap locals:
      StackMap stack:
            lload 3 /* precision */
            ldc 2
            lcmp
            ifne 60
        39: .line 1308
            getstatic org.hsqldb.types.IntervalType.SQL_INTERVAL_HOUR_TO_MINUTE:Lorg/hsqldb/types/IntervalType;
            areturn
        40: .line 1313
      StackMap locals:
      StackMap stack:
            lload 3 /* precision */
            ldc 2
            lcmp
            ifne 42
        41: .line 1314
            getstatic org.hsqldb.types.IntervalType.SQL_INTERVAL_MINUTE:Lorg/hsqldb/types/IntervalType;
            areturn
        42: .line 1315
      StackMap locals:
      StackMap stack:
            lload 3 /* precision */
            ldc 9
            lcmp
            ifne 60
        43: .line 1316
            getstatic org.hsqldb.types.IntervalType.SQL_INTERVAL_MINUTE_MAX_PRECISION:Lorg/hsqldb/types/IntervalType;
            areturn
        44: .line 1321
      StackMap locals:
      StackMap stack:
            lload 3 /* precision */
            ldc 2
            lcmp
            ifne 60
        45: .line 1322
            iload 5 /* fractionPrecision */
        46: .line 1323
            bipush 6
        47: .line 1322
            if_icmpne 60
        48: .line 1324
            getstatic org.hsqldb.types.IntervalType.SQL_INTERVAL_HOUR_TO_SECOND:Lorg/hsqldb/types/IntervalType;
            areturn
        49: .line 1329
      StackMap locals:
      StackMap stack:
            lload 3 /* precision */
            ldc 2
            lcmp
            ifne 60
        50: .line 1330
            iload 5 /* fractionPrecision */
        51: .line 1331
            bipush 6
        52: .line 1330
            if_icmpne 60
        53: .line 1332
            getstatic org.hsqldb.types.IntervalType.SQL_INTERVAL_MINUTE_TO_SECOND:Lorg/hsqldb/types/IntervalType;
            areturn
        54: .line 1337
      StackMap locals:
      StackMap stack:
            lload 3 /* precision */
            ldc 2
            lcmp
            ifne 60
        55: .line 1338
            iload 5 /* fractionPrecision */
        56: .line 1339
            bipush 6
        57: .line 1338
            if_icmpne 60
        58: .line 1340
            getstatic org.hsqldb.types.IntervalType.SQL_INTERVAL_SECOND:Lorg/hsqldb/types/IntervalType;
            areturn
        59: .line 1345
      StackMap locals:
      StackMap stack:
            sipush 201
            ldc "IntervalType"
            invokestatic org.hsqldb.error.Error.runtimeError:(ILjava/lang/String;)Ljava/lang/RuntimeException;
            athrow
        60: .line 1348
      StackMap locals:
      StackMap stack:
            new org.hsqldb.types.IntervalType
            dup
            iload 7 /* group */
            iload 0 /* type */
            lload 3 /* precision */
            iload 5 /* fractionPrecision */
        61: .line 1349
            iload 1 /* startType */
            iload 2 /* endType */
            iload 6 /* defaultPrecision */
        62: .line 1348
            invokespecial org.hsqldb.types.IntervalType.<init>:(IIJIIIZ)V
            areturn
        end local 7 // int group
        end local 6 // boolean defaultPrecision
        end local 5 // int fractionPrecision
        end local 3 // long precision
        end local 2 // int endType
        end local 1 // int startType
        end local 0 // int type
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   63     0               type  I
            0   63     1          startType  I
            0   63     2            endType  I
            0   63     3          precision  J
            0   63     5  fractionPrecision  I
            0   63     6   defaultPrecision  Z
            4   63     7              group  I
    MethodParameters:
                   Name  Flags
      type               
      startType          
      endType            
      precision          
      fractionPrecision  
      defaultPrecision   

  public static int getStartIntervalType(int);
    descriptor: (I)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // int type
         0: .line 1356
            iload 0 /* type */
            tableswitch { // 101 - 113
                  101: 1
                  102: 3
                  103: 5
                  104: 7
                  105: 9
                  106: 11
                  107: 1
                  108: 5
                  109: 5
                  110: 5
                  111: 7
                  112: 7
                  113: 9
              default: 13
          }
         1: .line 1360
      StackMap locals:
      StackMap stack:
            bipush 101
            istore 1 /* startType */
        start local 1 // int startType
         2: .line 1361
            goto 14
        end local 1 // int startType
         3: .line 1364
      StackMap locals:
      StackMap stack:
            bipush 102
            istore 1 /* startType */
        start local 1 // int startType
         4: .line 1365
            goto 14
        end local 1 // int startType
         5: .line 1371
      StackMap locals:
      StackMap stack:
            bipush 103
            istore 1 /* startType */
        start local 1 // int startType
         6: .line 1372
            goto 14
        end local 1 // int startType
         7: .line 1377
      StackMap locals:
      StackMap stack:
            bipush 104
            istore 1 /* startType */
        start local 1 // int startType
         8: .line 1378
            goto 14
        end local 1 // int startType
         9: .line 1382
      StackMap locals:
      StackMap stack:
            bipush 105
            istore 1 /* startType */
        start local 1 // int startType
        10: .line 1383
            goto 14
        end local 1 // int startType
        11: .line 1386
      StackMap locals:
      StackMap stack:
            bipush 106
            istore 1 /* startType */
        start local 1 // int startType
        12: .line 1387
            goto 14
        end local 1 // int startType
        13: .line 1390
      StackMap locals:
      StackMap stack:
            sipush 201
            ldc "IntervalType"
            invokestatic org.hsqldb.error.Error.runtimeError:(ILjava/lang/String;)Ljava/lang/RuntimeException;
            athrow
        start local 1 // int startType
        14: .line 1393
      StackMap locals: int
      StackMap stack:
            iload 1 /* startType */
            ireturn
        end local 1 // int startType
        end local 0 // int type
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   15     0       type  I
            2    3     1  startType  I
            4    5     1  startType  I
            6    7     1  startType  I
            8    9     1  startType  I
           10   11     1  startType  I
           12   13     1  startType  I
           14   15     1  startType  I
    MethodParameters:
      Name  Flags
      type  

  public static int getEndIntervalType(int);
    descriptor: (I)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // int type
         0: .line 1400
            iload 0 /* type */
            tableswitch { // 101 - 113
                  101: 1
                  102: 5
                  103: 7
                  104: 15
                  105: 21
                  106: 25
                  107: 3
                  108: 9
                  109: 11
                  110: 13
                  111: 17
                  112: 19
                  113: 23
              default: 27
          }
         1: .line 1403
      StackMap locals:
      StackMap stack:
            bipush 101
            istore 1 /* endType */
        start local 1 // int endType
         2: .line 1404
            goto 28
        end local 1 // int endType
         3: .line 1407
      StackMap locals:
      StackMap stack:
            bipush 102
            istore 1 /* endType */
        start local 1 // int endType
         4: .line 1408
            goto 28
        end local 1 // int endType
         5: .line 1411
      StackMap locals:
      StackMap stack:
            bipush 102
            istore 1 /* endType */
        start local 1 // int endType
         6: .line 1412
            goto 28
        end local 1 // int endType
         7: .line 1415
      StackMap locals:
      StackMap stack:
            bipush 103
            istore 1 /* endType */
        start local 1 // int endType
         8: .line 1416
            goto 28
        end local 1 // int endType
         9: .line 1419
      StackMap locals:
      StackMap stack:
            bipush 104
            istore 1 /* endType */
        start local 1 // int endType
        10: .line 1420
            goto 28
        end local 1 // int endType
        11: .line 1423
      StackMap locals:
      StackMap stack:
            bipush 105
            istore 1 /* endType */
        start local 1 // int endType
        12: .line 1424
            goto 28
        end local 1 // int endType
        13: .line 1427
      StackMap locals:
      StackMap stack:
            bipush 106
            istore 1 /* endType */
        start local 1 // int endType
        14: .line 1428
            goto 28
        end local 1 // int endType
        15: .line 1431
      StackMap locals:
      StackMap stack:
            bipush 104
            istore 1 /* endType */
        start local 1 // int endType
        16: .line 1432
            goto 28
        end local 1 // int endType
        17: .line 1435
      StackMap locals:
      StackMap stack:
            bipush 105
            istore 1 /* endType */
        start local 1 // int endType
        18: .line 1436
            goto 28
        end local 1 // int endType
        19: .line 1439
      StackMap locals:
      StackMap stack:
            bipush 106
            istore 1 /* endType */
        start local 1 // int endType
        20: .line 1440
            goto 28
        end local 1 // int endType
        21: .line 1443
      StackMap locals:
      StackMap stack:
            bipush 105
            istore 1 /* endType */
        start local 1 // int endType
        22: .line 1444
            goto 28
        end local 1 // int endType
        23: .line 1447
      StackMap locals:
      StackMap stack:
            bipush 106
            istore 1 /* endType */
        start local 1 // int endType
        24: .line 1448
            goto 28
        end local 1 // int endType
        25: .line 1451
      StackMap locals:
      StackMap stack:
            bipush 106
            istore 1 /* endType */
        start local 1 // int endType
        26: .line 1452
            goto 28
        end local 1 // int endType
        27: .line 1455
      StackMap locals:
      StackMap stack:
            sipush 201
            ldc "IntervalType"
            invokestatic org.hsqldb.error.Error.runtimeError:(ILjava/lang/String;)Ljava/lang/RuntimeException;
            athrow
        start local 1 // int endType
        28: .line 1458
      StackMap locals: int
      StackMap stack:
            iload 1 /* endType */
            ireturn
        end local 1 // int endType
        end local 0 // int type
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   29     0     type  I
            2    3     1  endType  I
            4    5     1  endType  I
            6    7     1  endType  I
            8    9     1  endType  I
           10   11     1  endType  I
           12   13     1  endType  I
           14   15     1  endType  I
           16   17     1  endType  I
           18   19     1  endType  I
           20   21     1  endType  I
           22   23     1  endType  I
           24   25     1  endType  I
           26   27     1  endType  I
           28   29     1  endType  I
    MethodParameters:
      Name  Flags
      type  

  public static org.hsqldb.types.Type getCombinedIntervalType(org.hsqldb.types.IntervalType, org.hsqldb.types.IntervalType);
    descriptor: (Lorg/hsqldb/types/IntervalType;Lorg/hsqldb/types/IntervalType;)Lorg/hsqldb/types/Type;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=7, locals=8, args_size=2
        start local 0 // org.hsqldb.types.IntervalType type1
        start local 1 // org.hsqldb.types.IntervalType type2
         0: .line 1464
            aload 1 /* type2 */
            getfield org.hsqldb.types.IntervalType.startIntervalType:I
            aload 0 /* type1 */
            getfield org.hsqldb.types.IntervalType.startIntervalType:I
            if_icmple 2
         1: .line 1465
            aload 0 /* type1 */
            getfield org.hsqldb.types.IntervalType.startIntervalType:I
            goto 3
         2: .line 1466
      StackMap locals:
      StackMap stack:
            aload 1 /* type2 */
            getfield org.hsqldb.types.IntervalType.startIntervalType:I
         3: .line 1464
      StackMap locals:
      StackMap stack: int
            istore 2 /* startType */
        start local 2 // int startType
         4: .line 1467
            aload 1 /* type2 */
            getfield org.hsqldb.types.IntervalType.endIntervalType:I
            aload 0 /* type1 */
            getfield org.hsqldb.types.IntervalType.endIntervalType:I
            if_icmple 6
         5: .line 1468
            aload 1 /* type2 */
            getfield org.hsqldb.types.IntervalType.endIntervalType:I
            goto 7
         6: .line 1469
      StackMap locals: int
      StackMap stack:
            aload 0 /* type1 */
            getfield org.hsqldb.types.IntervalType.endIntervalType:I
         7: .line 1467
      StackMap locals:
      StackMap stack: int
            istore 3 /* endType */
        start local 3 // int endType
         8: .line 1470
            iload 2 /* startType */
            iload 3 /* endType */
            invokestatic org.hsqldb.types.IntervalType.getCombinedIntervalType:(II)I
            istore 4 /* type */
        start local 4 // int type
         9: .line 1471
            aload 0 /* type1 */
            getfield org.hsqldb.types.IntervalType.precision:J
            aload 1 /* type2 */
            getfield org.hsqldb.types.IntervalType.precision:J
            lcmp
            ifle 10
            aload 0 /* type1 */
            getfield org.hsqldb.types.IntervalType.precision:J
            goto 11
        10: .line 1472
      StackMap locals: int int
      StackMap stack:
            aload 1 /* type2 */
            getfield org.hsqldb.types.IntervalType.precision:J
        11: .line 1471
      StackMap locals:
      StackMap stack: long
            lstore 5 /* precision */
        start local 5 // long precision
        12: .line 1473
            aload 0 /* type1 */
            getfield org.hsqldb.types.IntervalType.scale:I
            aload 1 /* type2 */
            getfield org.hsqldb.types.IntervalType.scale:I
            if_icmple 13
            aload 0 /* type1 */
            getfield org.hsqldb.types.IntervalType.scale:I
            goto 14
        13: .line 1474
      StackMap locals: long
      StackMap stack:
            aload 1 /* type2 */
            getfield org.hsqldb.types.IntervalType.scale:I
        14: .line 1473
      StackMap locals:
      StackMap stack: int
            istore 7 /* fractionPrecision */
        start local 7 // int fractionPrecision
        15: .line 1476
            iload 4 /* type */
            iload 2 /* startType */
            iload 3 /* endType */
            lload 5 /* precision */
        16: .line 1477
            iload 7 /* fractionPrecision */
            iconst_0
        17: .line 1476
            invokestatic org.hsqldb.types.IntervalType.getIntervalType:(IIIJIZ)Lorg/hsqldb/types/IntervalType;
            areturn
        end local 7 // int fractionPrecision
        end local 5 // long precision
        end local 4 // int type
        end local 3 // int endType
        end local 2 // int startType
        end local 1 // org.hsqldb.types.IntervalType type2
        end local 0 // org.hsqldb.types.IntervalType type1
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   18     0              type1  Lorg/hsqldb/types/IntervalType;
            0   18     1              type2  Lorg/hsqldb/types/IntervalType;
            4   18     2          startType  I
            8   18     3            endType  I
            9   18     4               type  I
           12   18     5          precision  J
           15   18     7  fractionPrecision  I
    MethodParameters:
       Name  Flags
      type1  
      type2  

  public static int getCombinedIntervalType(int, int);
    descriptor: (II)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // int startType
        start local 1 // int endType
         0: .line 1482
            iload 0 /* startType */
            iload 1 /* endType */
            if_icmpne 2
         1: .line 1483
            iload 0 /* startType */
            ireturn
         2: .line 1486
      StackMap locals:
      StackMap stack:
            iload 0 /* startType */
            tableswitch { // 101 - 105
                  101: 3
                  102: 16
                  103: 5
                  104: 10
                  105: 14
              default: 16
          }
         3: .line 1489
      StackMap locals:
      StackMap stack:
            iload 1 /* endType */
            bipush 102
            if_icmpne 16
         4: .line 1490
            bipush 107
            ireturn
         5: .line 1495
      StackMap locals:
      StackMap stack:
            iload 1 /* endType */
            tableswitch { // 104 - 106
                  104: 6
                  105: 7
                  106: 8
              default: 9
          }
         6: .line 1498
      StackMap locals:
      StackMap stack:
            bipush 108
            ireturn
         7: .line 1501
      StackMap locals:
      StackMap stack:
            bipush 109
            ireturn
         8: .line 1504
      StackMap locals:
      StackMap stack:
            bipush 110
            ireturn
         9: .line 1506
      StackMap locals:
      StackMap stack:
            goto 16
        10: .line 1509
      StackMap locals:
      StackMap stack:
            iload 1 /* endType */
            tableswitch { // 105 - 106
                  105: 11
                  106: 12
              default: 13
          }
        11: .line 1512
      StackMap locals:
      StackMap stack:
            bipush 111
            ireturn
        12: .line 1515
      StackMap locals:
      StackMap stack:
            bipush 112
            ireturn
        13: .line 1517
      StackMap locals:
      StackMap stack:
            goto 16
        14: .line 1520
      StackMap locals:
      StackMap stack:
            iload 1 /* endType */
            bipush 106
            if_icmpne 16
        15: .line 1521
            bipush 113
            ireturn
        16: .line 1528
      StackMap locals:
      StackMap stack:
            sipush 201
            ldc "IntervalType"
            invokestatic org.hsqldb.error.Error.runtimeError:(ILjava/lang/String;)Ljava/lang/RuntimeException;
            athrow
        end local 1 // int endType
        end local 0 // int startType
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   17     0  startType  I
            0   17     1    endType  I
    MethodParameters:
           Name  Flags
      startType  
      endType    

  public static int getIntervalType(java.lang.String);
    descriptor: (Ljava/lang/String;)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // java.lang.String part
         0: .line 1533
            getstatic org.hsqldb.Tokens.SQL_INTERVAL_FIELD_NAMES:[Ljava/lang/String;
            aload 0 /* part */
            invokestatic org.hsqldb.lib.ArrayUtil.find:([Ljava/lang/Object;Ljava/lang/Object;)I
            istore 1 /* index */
        start local 1 // int index
         1: .line 1535
            iload 1 /* index */
            ifge 3
         2: .line 1536
            sipush 5562
            invokestatic org.hsqldb.error.Error.error:(I)Lorg/hsqldb/HsqlException;
            athrow
         3: .line 1539
      StackMap locals: int
      StackMap stack:
            getstatic org.hsqldb.types.IntervalType.intervalParts:[I
            iload 1 /* index */
            iaload
            ireturn
        end local 1 // int index
        end local 0 // java.lang.String part
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   part  Ljava/lang/String;
            1    4     1  index  I
    MethodParameters:
      Name  Flags
      part  

  long getIntervalValueLimit();
    descriptor: ()J
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // org.hsqldb.types.IntervalType this
         0: .line 1546
            aload 0 /* this */
            getfield org.hsqldb.types.IntervalType.typeCode:I
            tableswitch { // 101 - 113
                  101: 1
                  102: 6
                  103: 8
                  104: 24
                  105: 30
                  106: 34
                  107: 3
                  108: 12
                  109: 16
                  110: 20
                  111: 26
                  112: 28
                  113: 32
              default: 36
          }
         1: .line 1549
      StackMap locals:
      StackMap stack:
            getstatic org.hsqldb.types.DTIType.precisionLimits:[J
            aload 0 /* this */
            getfield org.hsqldb.types.IntervalType.precision:J
            l2i
            laload
            ldc 12
            lmul
            lstore 1 /* limit */
        start local 1 // long limit
         2: .line 1550
            goto 37
        end local 1 // long limit
         3: .line 1553
      StackMap locals:
      StackMap stack:
            getstatic org.hsqldb.types.DTIType.precisionLimits:[J
            aload 0 /* this */
            getfield org.hsqldb.types.IntervalType.precision:J
            l2i
            laload
            ldc 12
            lmul
            lstore 1 /* limit */
        start local 1 // long limit
         4: .line 1554
            lload 1 /* limit */
            ldc 12
            ladd
            lstore 1 /* limit */
         5: .line 1555
            goto 37
        end local 1 // long limit
         6: .line 1558
      StackMap locals:
      StackMap stack:
            getstatic org.hsqldb.types.DTIType.precisionLimits:[J
            aload 0 /* this */
            getfield org.hsqldb.types.IntervalType.precision:J
            l2i
            laload
            lstore 1 /* limit */
        start local 1 // long limit
         7: .line 1559
            goto 37
        end local 1 // long limit
         8: .line 1562
      StackMap locals:
      StackMap stack:
            getstatic org.hsqldb.types.DTIType.precisionLimits:[J
            aload 0 /* this */
            getfield org.hsqldb.types.IntervalType.precision:J
            l2i
            laload
            ldc 24
            lmul
            ldc 60
            lmul
         9: .line 1563
            ldc 60
        10: .line 1562
            lmul
            lstore 1 /* limit */
        start local 1 // long limit
        11: .line 1564
            goto 37
        end local 1 // long limit
        12: .line 1567
      StackMap locals:
      StackMap stack:
            getstatic org.hsqldb.types.DTIType.precisionLimits:[J
            aload 0 /* this */
            getfield org.hsqldb.types.IntervalType.precision:J
            l2i
            laload
            ldc 24
            lmul
            ldc 60
            lmul
        13: .line 1568
            ldc 60
        14: .line 1567
            lmul
            lstore 1 /* limit */
        start local 1 // long limit
        15: .line 1569
            goto 37
        end local 1 // long limit
        16: .line 1572
      StackMap locals:
      StackMap stack:
            getstatic org.hsqldb.types.DTIType.precisionLimits:[J
            aload 0 /* this */
            getfield org.hsqldb.types.IntervalType.precision:J
            l2i
            laload
            ldc 24
            lmul
            ldc 60
            lmul
        17: .line 1573
            ldc 60
        18: .line 1572
            lmul
            lstore 1 /* limit */
        start local 1 // long limit
        19: .line 1574
            goto 37
        end local 1 // long limit
        20: .line 1577
      StackMap locals:
      StackMap stack:
            getstatic org.hsqldb.types.DTIType.precisionLimits:[J
            aload 0 /* this */
            getfield org.hsqldb.types.IntervalType.precision:J
            l2i
            laload
            ldc 24
            lmul
            ldc 60
            lmul
        21: .line 1578
            ldc 60
        22: .line 1577
            lmul
            lstore 1 /* limit */
        start local 1 // long limit
        23: .line 1579
            goto 37
        end local 1 // long limit
        24: .line 1582
      StackMap locals:
      StackMap stack:
            getstatic org.hsqldb.types.DTIType.precisionLimits:[J
            aload 0 /* this */
            getfield org.hsqldb.types.IntervalType.precision:J
            l2i
            laload
            ldc 60
            lmul
            ldc 60
            lmul
            lstore 1 /* limit */
        start local 1 // long limit
        25: .line 1583
            goto 37
        end local 1 // long limit
        26: .line 1586
      StackMap locals:
      StackMap stack:
            getstatic org.hsqldb.types.DTIType.precisionLimits:[J
            aload 0 /* this */
            getfield org.hsqldb.types.IntervalType.precision:J
            l2i
            laload
            ldc 60
            lmul
            ldc 60
            lmul
            lstore 1 /* limit */
        start local 1 // long limit
        27: .line 1587
            goto 37
        end local 1 // long limit
        28: .line 1590
      StackMap locals:
      StackMap stack:
            getstatic org.hsqldb.types.DTIType.precisionLimits:[J
            aload 0 /* this */
            getfield org.hsqldb.types.IntervalType.precision:J
            l2i
            laload
            ldc 60
            lmul
            ldc 60
            lmul
            lstore 1 /* limit */
        start local 1 // long limit
        29: .line 1591
            goto 37
        end local 1 // long limit
        30: .line 1594
      StackMap locals:
      StackMap stack:
            getstatic org.hsqldb.types.DTIType.precisionLimits:[J
            aload 0 /* this */
            getfield org.hsqldb.types.IntervalType.precision:J
            l2i
            laload
            ldc 60
            lmul
            lstore 1 /* limit */
        start local 1 // long limit
        31: .line 1595
            goto 37
        end local 1 // long limit
        32: .line 1598
      StackMap locals:
      StackMap stack:
            getstatic org.hsqldb.types.DTIType.precisionLimits:[J
            aload 0 /* this */
            getfield org.hsqldb.types.IntervalType.precision:J
            l2i
            laload
            ldc 60
            lmul
            lstore 1 /* limit */
        start local 1 // long limit
        33: .line 1599
            goto 37
        end local 1 // long limit
        34: .line 1602
      StackMap locals:
      StackMap stack:
            getstatic org.hsqldb.types.DTIType.precisionLimits:[J
            aload 0 /* this */
            getfield org.hsqldb.types.IntervalType.precision:J
            l2i
            laload
            lstore 1 /* limit */
        start local 1 // long limit
        35: .line 1603
            goto 37
        end local 1 // long limit
        36: .line 1606
      StackMap locals:
      StackMap stack:
            sipush 201
            ldc "IntervalType"
            invokestatic org.hsqldb.error.Error.runtimeError:(ILjava/lang/String;)Ljava/lang/RuntimeException;
            athrow
        start local 1 // long limit
        37: .line 1609
      StackMap locals: long
      StackMap stack:
            lload 1 /* limit */
            lreturn
        end local 1 // long limit
        end local 0 // org.hsqldb.types.IntervalType this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   38     0   this  Lorg/hsqldb/types/IntervalType;
            2    3     1  limit  J
            4    6     1  limit  J
            7    8     1  limit  J
           11   12     1  limit  J
           15   16     1  limit  J
           19   20     1  limit  J
           23   24     1  limit  J
           25   26     1  limit  J
           27   28     1  limit  J
           29   30     1  limit  J
           31   32     1  limit  J
           33   34     1  limit  J
           35   36     1  limit  J
           37   38     1  limit  J

  public int getPart(org.hsqldb.Session, java.lang.Object, int);
    descriptor: (Lorg/hsqldb/Session;Ljava/lang/Object;I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=4
        start local 0 // org.hsqldb.types.IntervalType this
        start local 1 // org.hsqldb.Session session
        start local 2 // java.lang.Object interval
        start local 3 // int part
         0: .line 1616
            iload 3 /* part */
            lookupswitch { // 9
                  101: 1
                  102: 2
                  103: 6
                  104: 9
                  105: 13
                  106: 17
                  132: 21
                  133: 22
                  134: 23
              default: 24
          }
         1: .line 1619
      StackMap locals:
      StackMap stack:
            aload 2 /* interval */
            checkcast org.hsqldb.types.IntervalMonthData
            getfield org.hsqldb.types.IntervalMonthData.units:I
            bipush 12
            idiv
            ireturn
         2: .line 1622
      StackMap locals:
      StackMap stack:
            aload 2 /* interval */
            checkcast org.hsqldb.types.IntervalMonthData
            getfield org.hsqldb.types.IntervalMonthData.units:I
            i2l
            lstore 4 /* units */
        start local 4 // long units
         3: .line 1624
            iload 3 /* part */
            aload 0 /* this */
            getfield org.hsqldb.types.IntervalType.startIntervalType:I
            if_icmpne 4
            lload 4 /* units */
            l2i
            goto 5
         4: .line 1625
      StackMap locals: long
      StackMap stack:
            lload 4 /* units */
            ldc 12
            lrem
            l2i
         5: .line 1624
      StackMap locals:
      StackMap stack: int
            ireturn
        end local 4 // long units
         6: .line 1628
      StackMap locals:
      StackMap stack:
            aload 2 /* interval */
            checkcast org.hsqldb.types.IntervalSecondData
            getfield org.hsqldb.types.IntervalSecondData.units:J
         7: .line 1629
            ldc 86400
         8: .line 1628
            ldiv
            l2i
            ireturn
         9: .line 1632
      StackMap locals:
      StackMap stack:
            aload 2 /* interval */
            checkcast org.hsqldb.types.IntervalSecondData
            getfield org.hsqldb.types.IntervalSecondData.units:J
            ldc 3600
            ldiv
            lstore 4 /* units */
        start local 4 // long units
        10: .line 1634
            iload 3 /* part */
            aload 0 /* this */
            getfield org.hsqldb.types.IntervalType.startIntervalType:I
            if_icmpne 11
            lload 4 /* units */
            l2i
            goto 12
        11: .line 1635
      StackMap locals: long
      StackMap stack:
            lload 4 /* units */
            ldc 24
            lrem
            l2i
        12: .line 1634
      StackMap locals:
      StackMap stack: int
            ireturn
        end local 4 // long units
        13: .line 1638
      StackMap locals:
      StackMap stack:
            aload 2 /* interval */
            checkcast org.hsqldb.types.IntervalSecondData
            getfield org.hsqldb.types.IntervalSecondData.units:J
            ldc 60
            ldiv
            lstore 4 /* units */
        start local 4 // long units
        14: .line 1640
            iload 3 /* part */
            aload 0 /* this */
            getfield org.hsqldb.types.IntervalType.startIntervalType:I
            if_icmpne 15
            lload 4 /* units */
            l2i
            goto 16
        15: .line 1641
      StackMap locals: long
      StackMap stack:
            lload 4 /* units */
            ldc 60
            lrem
            l2i
        16: .line 1640
      StackMap locals:
      StackMap stack: int
            ireturn
        end local 4 // long units
        17: .line 1644
      StackMap locals:
      StackMap stack:
            aload 2 /* interval */
            checkcast org.hsqldb.types.IntervalSecondData
            getfield org.hsqldb.types.IntervalSecondData.units:J
            lstore 4 /* units */
        start local 4 // long units
        18: .line 1646
            iload 3 /* part */
            aload 0 /* this */
            getfield org.hsqldb.types.IntervalType.startIntervalType:I
            if_icmpne 19
            lload 4 /* units */
            l2i
            goto 20
        19: .line 1647
      StackMap locals: long
      StackMap stack:
            lload 4 /* units */
            ldc 60
            lrem
            l2i
        20: .line 1646
      StackMap locals:
      StackMap stack: int
            ireturn
        end local 4 // long units
        21: .line 1650
      StackMap locals:
      StackMap stack:
            aload 2 /* interval */
            checkcast org.hsqldb.types.IntervalSecondData
            getfield org.hsqldb.types.IntervalSecondData.nanos:I
            ldc 1000000
            idiv
            ireturn
        22: .line 1653
      StackMap locals:
      StackMap stack:
            aload 2 /* interval */
            checkcast org.hsqldb.types.IntervalSecondData
            getfield org.hsqldb.types.IntervalSecondData.nanos:I
            sipush 1000
            idiv
            ireturn
        23: .line 1656
      StackMap locals:
      StackMap stack:
            aload 2 /* interval */
            checkcast org.hsqldb.types.IntervalSecondData
            getfield org.hsqldb.types.IntervalSecondData.nanos:I
            ireturn
        24: .line 1659
      StackMap locals:
      StackMap stack:
            sipush 201
            ldc "IntervalType"
            invokestatic org.hsqldb.error.Error.runtimeError:(ILjava/lang/String;)Ljava/lang/RuntimeException;
            athrow
        end local 3 // int part
        end local 2 // java.lang.Object interval
        end local 1 // org.hsqldb.Session session
        end local 0 // org.hsqldb.types.IntervalType this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   25     0      this  Lorg/hsqldb/types/IntervalType;
            0   25     1   session  Lorg/hsqldb/Session;
            0   25     2  interval  Ljava/lang/Object;
            0   25     3      part  I
            3    6     4     units  J
           10   13     4     units  J
           14   17     4     units  J
           18   21     4     units  J
    MethodParameters:
          Name  Flags
      session   
      interval  
      part      

  public long getSeconds(java.lang.Object);
    descriptor: (Ljava/lang/Object;)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hsqldb.types.IntervalType this
        start local 1 // java.lang.Object interval
         0: .line 1664
            aload 1 /* interval */
            checkcast org.hsqldb.types.IntervalSecondData
            getfield org.hsqldb.types.IntervalSecondData.units:J
            lreturn
        end local 1 // java.lang.Object interval
        end local 0 // org.hsqldb.types.IntervalType this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/hsqldb/types/IntervalType;
            0    1     1  interval  Ljava/lang/Object;
    MethodParameters:
          Name  Flags
      interval  

  public java.math.BigDecimal getSecondPart(org.hsqldb.Session, java.lang.Object);
    descriptor: (Lorg/hsqldb/Session;Ljava/lang/Object;)Ljava/math/BigDecimal;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=3
        start local 0 // org.hsqldb.types.IntervalType this
        start local 1 // org.hsqldb.Session session
        start local 2 // java.lang.Object interval
         0: .line 1669
            aload 2 /* interval */
            checkcast org.hsqldb.types.IntervalSecondData
            getfield org.hsqldb.types.IntervalSecondData.units:J
            lstore 3 /* seconds */
        start local 3 // long seconds
         1: .line 1671
            aload 0 /* this */
            getfield org.hsqldb.types.IntervalType.typeCode:I
            bipush 106
            if_icmpeq 3
         2: .line 1672
            lload 3 /* seconds */
            ldc 60
            lrem
            lstore 3 /* seconds */
         3: .line 1675
      StackMap locals: long
      StackMap stack:
            aload 2 /* interval */
            checkcast org.hsqldb.types.IntervalSecondData
            getfield org.hsqldb.types.IntervalSecondData.nanos:I
            istore 5 /* nanos */
        start local 5 // int nanos
         4: .line 1677
            aload 0 /* this */
            lload 3 /* seconds */
            iload 5 /* nanos */
            i2l
            invokevirtual org.hsqldb.types.IntervalType.getSecondPart:(JJ)Ljava/math/BigDecimal;
            areturn
        end local 5 // int nanos
        end local 3 // long seconds
        end local 2 // java.lang.Object interval
        end local 1 // org.hsqldb.Session session
        end local 0 // org.hsqldb.types.IntervalType this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lorg/hsqldb/types/IntervalType;
            0    5     1   session  Lorg/hsqldb/Session;
            0    5     2  interval  Ljava/lang/Object;
            1    5     3   seconds  J
            4    5     5     nanos  I
    MethodParameters:
          Name  Flags
      session   
      interval  

  public long convertToLongEndUnits(java.lang.Object);
    descriptor: (Ljava/lang/Object;)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=2
        start local 0 // org.hsqldb.types.IntervalType this
        start local 1 // java.lang.Object interval
         0: .line 1682
            aload 0 /* this */
            getfield org.hsqldb.types.IntervalType.endIntervalType:I
            tableswitch { // 101 - 106
                  101: 1
                  102: 1
                  103: 3
                  104: 3
                  105: 3
                  106: 3
              default: 5
          }
         1: .line 1686
      StackMap locals:
      StackMap stack:
            aload 1 /* interval */
            checkcast org.hsqldb.types.IntervalMonthData
            getfield org.hsqldb.types.IntervalMonthData.units:I
            i2l
            lstore 2 /* months */
        start local 2 // long months
         2: .line 1688
            lload 2 /* months */
            getstatic org.hsqldb.types.DTIType.yearToSecondFactors:[I
            aload 0 /* this */
            getfield org.hsqldb.types.IntervalType.endPartIndex:I
            iaload
            i2l
            ldiv
            lreturn
        end local 2 // long months
         3: .line 1694
      StackMap locals:
      StackMap stack:
            aload 1 /* interval */
            checkcast org.hsqldb.types.IntervalSecondData
            getfield org.hsqldb.types.IntervalSecondData.units:J
            lstore 4 /* seconds */
        start local 4 // long seconds
         4: .line 1696
            lload 4 /* seconds */
            getstatic org.hsqldb.types.DTIType.yearToSecondFactors:[I
            aload 0 /* this */
            getfield org.hsqldb.types.IntervalType.endPartIndex:I
            iaload
            i2l
            ldiv
            lreturn
        end local 4 // long seconds
         5: .line 1699
      StackMap locals:
      StackMap stack:
            sipush 201
            ldc "IntervalType"
            invokestatic org.hsqldb.error.Error.runtimeError:(ILjava/lang/String;)Ljava/lang/RuntimeException;
            athrow
        end local 1 // java.lang.Object interval
        end local 0 // org.hsqldb.types.IntervalType this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lorg/hsqldb/types/IntervalType;
            0    6     1  interval  Ljava/lang/Object;
            2    3     2    months  J
            4    5     4   seconds  J
    MethodParameters:
          Name  Flags
      interval  

  public double convertToDoubleStartUnits(java.lang.Object);
    descriptor: (Ljava/lang/Object;)D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=2
        start local 0 // org.hsqldb.types.IntervalType this
        start local 1 // java.lang.Object interval
         0: .line 1705
            aload 0 /* this */
            getfield org.hsqldb.types.IntervalType.startIntervalType:I
            tableswitch { // 101 - 106
                  101: 1
                  102: 1
                  103: 3
                  104: 3
                  105: 3
                  106: 3
              default: 5
          }
         1: .line 1709
      StackMap locals:
      StackMap stack:
            aload 1 /* interval */
            checkcast org.hsqldb.types.IntervalMonthData
            getfield org.hsqldb.types.IntervalMonthData.units:I
            i2d
            dstore 2 /* months */
        start local 2 // double months
         2: .line 1711
            dload 2 /* months */
            getstatic org.hsqldb.types.DTIType.yearToSecondFactors:[I
            aload 0 /* this */
            getfield org.hsqldb.types.IntervalType.startPartIndex:I
            iaload
            i2d
            ddiv
            dreturn
        end local 2 // double months
         3: .line 1717
      StackMap locals:
      StackMap stack:
            aload 1 /* interval */
            checkcast org.hsqldb.types.IntervalSecondData
            getfield org.hsqldb.types.IntervalSecondData.units:J
            l2d
            dstore 4 /* seconds */
        start local 4 // double seconds
         4: .line 1719
            dload 4 /* seconds */
            getstatic org.hsqldb.types.DTIType.yearToSecondFactors:[I
            aload 0 /* this */
            getfield org.hsqldb.types.IntervalType.startPartIndex:I
            iaload
            i2d
            ddiv
            dreturn
        end local 4 // double seconds
         5: .line 1722
      StackMap locals:
      StackMap stack:
            sipush 201
            ldc "IntervalType"
            invokestatic org.hsqldb.error.Error.runtimeError:(ILjava/lang/String;)Ljava/lang/RuntimeException;
            athrow
        end local 1 // java.lang.Object interval
        end local 0 // org.hsqldb.types.IntervalType this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lorg/hsqldb/types/IntervalType;
            0    6     1  interval  Ljava/lang/Object;
            2    3     2    months  D
            4    5     4   seconds  D
    MethodParameters:
          Name  Flags
      interval  

  public static double convertToDouble(java.lang.Object);
    descriptor: (Ljava/lang/Object;)D
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=6, locals=4, args_size=1
        start local 0 // java.lang.Object interval
         0: .line 1728
            aload 0 /* interval */
            instanceof org.hsqldb.types.IntervalMonthData
            ifeq 3
         1: .line 1729
            aload 0 /* interval */
            checkcast org.hsqldb.types.IntervalMonthData
            getfield org.hsqldb.types.IntervalMonthData.units:I
            i2d
            dstore 1 /* months */
        start local 1 // double months
         2: .line 1731
            dload 1 /* months */
            dreturn
        end local 1 // double months
         3: .line 1733
      StackMap locals:
      StackMap stack:
            aload 0 /* interval */
            checkcast org.hsqldb.types.IntervalSecondData
            astore 1 /* value */
        start local 1 // org.hsqldb.types.IntervalSecondData value
         4: .line 1734
            aload 1 /* value */
            getfield org.hsqldb.types.IntervalSecondData.units:J
            l2d
         5: .line 1735
            aload 1 /* value */
            getfield org.hsqldb.types.IntervalSecondData.nanos:I
            i2d
            getstatic org.hsqldb.types.IntervalType.nanoScaleFactors:[I
            iconst_0
            iaload
            i2d
            ddiv
         6: .line 1734
            dadd
            dstore 2 /* seconds */
        start local 2 // double seconds
         7: .line 1737
            dload 2 /* seconds */
            dreturn
        end local 2 // double seconds
        end local 1 // org.hsqldb.types.IntervalSecondData value
        end local 0 // java.lang.Object interval
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    8     0  interval  Ljava/lang/Object;
            2    3     1    months  D
            4    8     1     value  Lorg/hsqldb/types/IntervalSecondData;
            7    8     2   seconds  D
    MethodParameters:
          Name  Flags
      interval  

  public java.lang.Object convertFromDouble(double);
    descriptor: (D)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=2
        start local 0 // org.hsqldb.types.IntervalType this
        start local 1 // double value
         0: .line 1743
            dload 1 /* value */
            d2l
            lstore 3 /* units */
        start local 3 // long units
         1: .line 1745
            aload 0 /* this */
            invokevirtual org.hsqldb.types.IntervalType.isIntervalYearMonthType:()Z
            ifeq 3
         2: .line 1746
            new org.hsqldb.types.IntervalMonthData
            dup
            lload 3 /* units */
            invokespecial org.hsqldb.types.IntervalMonthData.<init>:(J)V
            areturn
         3: .line 1748
      StackMap locals: long
      StackMap stack:
            dload 1 /* value */
            lload 3 /* units */
            l2d
            dsub
            ldc 1.0E9
            dmul
            d2i
            istore 5 /* nanos */
        start local 5 // int nanos
         4: .line 1750
            new org.hsqldb.types.IntervalSecondData
            dup
            lload 3 /* units */
            iload 5 /* nanos */
            invokespecial org.hsqldb.types.IntervalSecondData.<init>:(JI)V
            areturn
        end local 5 // int nanos
        end local 3 // long units
        end local 1 // double value
        end local 0 // org.hsqldb.types.IntervalType this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lorg/hsqldb/types/IntervalType;
            0    5     1  value  D
            1    5     3  units  J
            4    5     5  nanos  I
    MethodParameters:
       Name  Flags
      value  

  public org.hsqldb.types.CharacterType getCharacterType();
    descriptor: ()Lorg/hsqldb/types/CharacterType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // org.hsqldb.types.IntervalType this
         0: .line 1756
            aload 0 /* this */
            invokevirtual org.hsqldb.types.IntervalType.getNameString:()Ljava/lang/String;
            astore 1 /* name */
        start local 1 // java.lang.String name
         1: .line 1757
            new org.hsqldb.types.CharacterType
            dup
            aload 1 /* name */
            aload 0 /* this */
            invokevirtual org.hsqldb.types.IntervalType.displaySize:()I
            i2l
            invokespecial org.hsqldb.types.CharacterType.<init>:(Ljava/lang/String;J)V
            astore 2 /* type */
        start local 2 // org.hsqldb.types.CharacterType type
         2: .line 1759
            aload 2 /* type */
            areturn
        end local 2 // org.hsqldb.types.CharacterType type
        end local 1 // java.lang.String name
        end local 0 // org.hsqldb.types.IntervalType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/hsqldb/types/IntervalType;
            1    3     1  name  Ljava/lang/String;
            2    3     2  type  Lorg/hsqldb/types/CharacterType;

  public java.lang.Object getValue(long, int);
    descriptor: (JI)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=4, args_size=3
        start local 0 // org.hsqldb.types.IntervalType this
        start local 1 // long units
        start local 3 // int nanos
         0: .line 1764
            aload 0 /* this */
            invokevirtual org.hsqldb.types.IntervalType.isIntervalYearMonthType:()Z
            ifeq 2
         1: .line 1765
            new org.hsqldb.types.IntervalMonthData
            dup
            lload 1 /* units */
            aload 0 /* this */
            invokespecial org.hsqldb.types.IntervalMonthData.<init>:(JLorg/hsqldb/types/IntervalType;)V
            areturn
         2: .line 1767
      StackMap locals:
      StackMap stack:
            new org.hsqldb.types.IntervalSecondData
            dup
            lload 1 /* units */
            iload 3 /* nanos */
            i2l
            aload 0 /* this */
            iconst_1
            invokespecial org.hsqldb.types.IntervalSecondData.<init>:(JJLorg/hsqldb/types/IntervalType;Z)V
            areturn
        end local 3 // int nanos
        end local 1 // long units
        end local 0 // org.hsqldb.types.IntervalType this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/hsqldb/types/IntervalType;
            0    3     1  units  J
            0    3     3  nanos  I
    MethodParameters:
       Name  Flags
      units  
      nanos  
}
SourceFile: "IntervalType.java"