public class org.h2.value.ValueInterval extends org.h2.value.Value
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.h2.value.ValueInterval
  super_class: org.h2.value.Value
{
  public static final int DEFAULT_PRECISION;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  public static final int MAXIMUM_PRECISION;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 18

  static final int DEFAULT_SCALE;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 6

  public static final int MAXIMUM_SCALE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 9

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

  private org.h2.value.TypeInfo type;
    descriptor: Lorg/h2/value/TypeInfo;
    flags: (0x0002) ACC_PRIVATE

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

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

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

  public static org.h2.value.ValueInterval from(org.h2.api.IntervalQualifier, boolean, long, long);
    descriptor: (Lorg/h2/api/IntervalQualifier;ZJJ)Lorg/h2/value/ValueInterval;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=8, locals=6, args_size=4
        start local 0 // org.h2.api.IntervalQualifier qualifier
        start local 1 // boolean negative
        start local 2 // long leading
        start local 4 // long remaining
         0: .line 71
            aload 0 /* qualifier */
            iload 1 /* negative */
            lload 2 /* leading */
            lload 4 /* remaining */
            invokestatic org.h2.util.IntervalUtils.validateInterval:(Lorg/h2/api/IntervalQualifier;ZJJ)Z
            istore 1 /* negative */
         1: .line 73
            new org.h2.value.ValueInterval
            dup
            aload 0 /* qualifier */
            invokevirtual org.h2.api.IntervalQualifier.ordinal:()I
            bipush 26
            iadd
            iload 1 /* negative */
            lload 2 /* leading */
            lload 4 /* remaining */
            invokespecial org.h2.value.ValueInterval.<init>:(IZJJ)V
            invokestatic org.h2.value.Value.cache:(Lorg/h2/value/Value;)Lorg/h2/value/Value;
         2: .line 72
            checkcast org.h2.value.ValueInterval
            areturn
        end local 4 // long remaining
        end local 2 // long leading
        end local 1 // boolean negative
        end local 0 // org.h2.api.IntervalQualifier qualifier
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0  qualifier  Lorg/h2/api/IntervalQualifier;
            0    3     1   negative  Z
            0    3     2    leading  J
            0    3     4  remaining  J
    MethodParameters:
           Name  Flags
      qualifier  
      negative   
      leading    
      remaining  

  public static int getDisplaySize(int, int, int);
    descriptor: (III)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // int type
        start local 1 // int precision
        start local 2 // int scale
         0: .line 90
            iload 0 /* type */
            tableswitch { // 26 - 38
                   26: 1
                   27: 2
                   28: 3
                   29: 1
                   30: 4
                   31: 5
                   32: 8
                   33: 9
                   34: 10
                   35: 11
                   36: 14
                   37: 15
                   38: 18
              default: 21
          }
         1: .line 95
      StackMap locals:
      StackMap stack:
            bipush 17
            iload 1 /* precision */
            iadd
            ireturn
         2: .line 98
      StackMap locals:
      StackMap stack:
            bipush 18
            iload 1 /* precision */
            iadd
            ireturn
         3: .line 101
      StackMap locals:
      StackMap stack:
            bipush 16
            iload 1 /* precision */
            iadd
            ireturn
         4: .line 104
      StackMap locals:
      StackMap stack:
            bipush 19
            iload 1 /* precision */
            iadd
            ireturn
         5: .line 108
      StackMap locals:
      StackMap stack:
            iload 2 /* scale */
            ifle 6
            bipush 20
            iload 1 /* precision */
            iadd
            iload 2 /* scale */
            iadd
            goto 7
      StackMap locals:
      StackMap stack:
         6: bipush 19
            iload 1 /* precision */
            iadd
      StackMap locals:
      StackMap stack: int
         7: ireturn
         8: .line 111
      StackMap locals:
      StackMap stack:
            bipush 29
            iload 1 /* precision */
            iadd
            ireturn
         9: .line 114
      StackMap locals:
      StackMap stack:
            bipush 27
            iload 1 /* precision */
            iadd
            ireturn
        10: .line 117
      StackMap locals:
      StackMap stack:
            bipush 32
            iload 1 /* precision */
            iadd
            ireturn
        11: .line 121
      StackMap locals:
      StackMap stack:
            iload 2 /* scale */
            ifle 12
            bipush 36
            iload 1 /* precision */
            iadd
            iload 2 /* scale */
            iadd
            goto 13
      StackMap locals:
      StackMap stack:
        12: bipush 35
            iload 1 /* precision */
            iadd
      StackMap locals:
      StackMap stack: int
        13: ireturn
        14: .line 124
      StackMap locals:
      StackMap stack:
            bipush 30
            iload 1 /* precision */
            iadd
            ireturn
        15: .line 128
      StackMap locals:
      StackMap stack:
            iload 2 /* scale */
            ifle 16
            bipush 34
            iload 1 /* precision */
            iadd
            iload 2 /* scale */
            iadd
            goto 17
      StackMap locals:
      StackMap stack:
        16: bipush 33
            iload 1 /* precision */
            iadd
      StackMap locals:
      StackMap stack: int
        17: ireturn
        18: .line 132
      StackMap locals:
      StackMap stack:
            iload 2 /* scale */
            ifle 19
            bipush 33
            iload 1 /* precision */
            iadd
            iload 2 /* scale */
            iadd
            goto 20
      StackMap locals:
      StackMap stack:
        19: bipush 32
            iload 1 /* precision */
            iadd
      StackMap locals:
      StackMap stack: int
        20: ireturn
        21: .line 134
      StackMap locals:
      StackMap stack:
            iload 0 /* type */
            invokestatic java.lang.Integer.toString:(I)Ljava/lang/String;
            invokestatic org.h2.message.DbException.getUnsupportedException:(Ljava/lang/String;)Lorg/h2/message/DbException;
            athrow
        end local 2 // int scale
        end local 1 // int precision
        end local 0 // int type
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   22     0       type  I
            0   22     1  precision  I
            0   22     2      scale  I
    MethodParameters:
           Name  Flags
      type       
      precision  
      scale      

  private void <init>(int, boolean, long, long);
    descriptor: (IZJJ)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=7, args_size=5
        start local 0 // org.h2.value.ValueInterval this
        start local 1 // int type
        start local 2 // boolean negative
        start local 3 // long leading
        start local 5 // long remaining
         0: .line 138
            aload 0 /* this */
            invokespecial org.h2.value.Value.<init>:()V
         1: .line 139
            aload 0 /* this */
            iload 1 /* type */
            putfield org.h2.value.ValueInterval.valueType:I
         2: .line 140
            aload 0 /* this */
            iload 2 /* negative */
            putfield org.h2.value.ValueInterval.negative:Z
         3: .line 141
            aload 0 /* this */
            lload 3 /* leading */
            putfield org.h2.value.ValueInterval.leading:J
         4: .line 142
            aload 0 /* this */
            lload 5 /* remaining */
            putfield org.h2.value.ValueInterval.remaining:J
         5: .line 143
            return
        end local 5 // long remaining
        end local 3 // long leading
        end local 2 // boolean negative
        end local 1 // int type
        end local 0 // org.h2.value.ValueInterval this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Lorg/h2/value/ValueInterval;
            0    6     1       type  I
            0    6     2   negative  Z
            0    6     3    leading  J
            0    6     5  remaining  J
    MethodParameters:
           Name  Flags
      type       
      negative   
      leading    
      remaining  

  public java.lang.StringBuilder getSQL(java.lang.StringBuilder);
    descriptor: (Ljava/lang/StringBuilder;)Ljava/lang/StringBuilder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=2, args_size=2
        start local 0 // org.h2.value.ValueInterval this
        start local 1 // java.lang.StringBuilder builder
         0: .line 147
            aload 1 /* builder */
            aload 0 /* this */
            invokevirtual org.h2.value.ValueInterval.getQualifier:()Lorg/h2/api/IntervalQualifier;
            aload 0 /* this */
            getfield org.h2.value.ValueInterval.negative:Z
            aload 0 /* this */
            getfield org.h2.value.ValueInterval.leading:J
            aload 0 /* this */
            getfield org.h2.value.ValueInterval.remaining:J
            invokestatic org.h2.util.IntervalUtils.appendInterval:(Ljava/lang/StringBuilder;Lorg/h2/api/IntervalQualifier;ZJJ)Ljava/lang/StringBuilder;
            areturn
        end local 1 // java.lang.StringBuilder builder
        end local 0 // org.h2.value.ValueInterval this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/h2/value/ValueInterval;
            0    1     1  builder  Ljava/lang/StringBuilder;
    MethodParameters:
         Name  Flags
      builder  

  public org.h2.value.TypeInfo getType();
    descriptor: ()Lorg/h2/value/TypeInfo;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=10, locals=5, args_size=1
        start local 0 // org.h2.value.ValueInterval this
         0: .line 152
            aload 0 /* this */
            getfield org.h2.value.ValueInterval.type:Lorg/h2/value/TypeInfo;
            astore 1 /* type */
        start local 1 // org.h2.value.TypeInfo type
         1: .line 153
            aload 1 /* type */
            ifnonnull 13
         2: .line 154
            aload 0 /* this */
            getfield org.h2.value.ValueInterval.leading:J
            lstore 2 /* l */
        start local 2 // long l
         3: .line 155
            iconst_0
            istore 4 /* precision */
        start local 4 // int precision
         4: .line 156
            goto 7
         5: .line 157
      StackMap locals: org.h2.value.TypeInfo long int
      StackMap stack:
            iinc 4 /* precision */ 1
         6: .line 158
            lload 2 /* l */
            ldc 10
            ldiv
            lstore 2 /* l */
         7: .line 156
      StackMap locals:
      StackMap stack:
            lload 2 /* l */
            lconst_0
            lcmp
            ifgt 5
         8: .line 160
            iload 4 /* precision */
            ifne 10
         9: .line 161
            iconst_1
            istore 4 /* precision */
        10: .line 163
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new org.h2.value.TypeInfo
            dup
            aload 0 /* this */
            getfield org.h2.value.ValueInterval.valueType:I
            iload 4 /* precision */
            i2l
            iconst_0
        11: .line 164
            aload 0 /* this */
            getfield org.h2.value.ValueInterval.valueType:I
            bipush 18
            bipush 9
            invokestatic org.h2.value.ValueInterval.getDisplaySize:(III)I
            aconst_null
            invokespecial org.h2.value.TypeInfo.<init>:(IJIILorg/h2/value/ExtTypeInfo;)V
            dup
            astore 1 /* type */
        12: .line 163
            putfield org.h2.value.ValueInterval.type:Lorg/h2/value/TypeInfo;
        end local 4 // int precision
        end local 2 // long l
        13: .line 166
      StackMap locals:
      StackMap stack:
            aload 1 /* type */
            areturn
        end local 1 // org.h2.value.TypeInfo type
        end local 0 // org.h2.value.ValueInterval this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   14     0       this  Lorg/h2/value/ValueInterval;
            1   14     1       type  Lorg/h2/value/TypeInfo;
            3   13     2          l  J
            4   13     4  precision  I

  public int getValueType();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.h2.value.ValueInterval this
         0: .line 171
            aload 0 /* this */
            getfield org.h2.value.ValueInterval.valueType:I
            ireturn
        end local 0 // org.h2.value.ValueInterval this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/h2/value/ValueInterval;

  public int getMemory();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.h2.value.ValueInterval this
         0: .line 177
            bipush 48
            ireturn
        end local 0 // org.h2.value.ValueInterval this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/h2/value/ValueInterval;

  public org.h2.value.Value convertScale(boolean, int);
    descriptor: (ZI)Lorg/h2/value/Value;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=8, args_size=3
        start local 0 // org.h2.value.ValueInterval this
        start local 1 // boolean onlyToSmallerScale
        start local 2 // int targetScale
         0: .line 182
            iload 2 /* targetScale */
            bipush 9
            if_icmplt 2
         1: .line 183
            aload 0 /* this */
            areturn
         2: .line 185
      StackMap locals:
      StackMap stack:
            iload 2 /* targetScale */
            ifge 4
         3: .line 186
            ldc "scale"
            iload 2 /* targetScale */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokestatic org.h2.message.DbException.getInvalidValueException:(Ljava/lang/String;Ljava/lang/Object;)Lorg/h2/message/DbException;
            athrow
         4: .line 188
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.h2.value.ValueInterval.getQualifier:()Lorg/h2/api/IntervalQualifier;
            astore 3 /* qualifier */
        start local 3 // org.h2.api.IntervalQualifier qualifier
         5: .line 189
            aload 3 /* qualifier */
            invokevirtual org.h2.api.IntervalQualifier.hasSeconds:()Z
            ifne 7
         6: .line 190
            aload 0 /* this */
            areturn
         7: .line 192
      StackMap locals: org.h2.api.IntervalQualifier
      StackMap stack:
            aload 0 /* this */
            getfield org.h2.value.ValueInterval.remaining:J
            iload 2 /* targetScale */
            invokestatic org.h2.util.DateTimeUtils.convertScale:(JI)J
            lstore 4 /* r */
        start local 4 // long r
         8: .line 193
            lload 4 /* r */
            aload 0 /* this */
            getfield org.h2.value.ValueInterval.remaining:J
            lcmp
            ifne 10
         9: .line 194
            aload 0 /* this */
            areturn
        10: .line 196
      StackMap locals: long
      StackMap stack:
            aload 0 /* this */
            getfield org.h2.value.ValueInterval.leading:J
            lstore 6 /* l */
        start local 6 // long l
        11: .line 197
            aload 0 /* this */
            getfield org.h2.value.ValueInterval.valueType:I
            tableswitch { // 31 - 38
                   31: 12
                   32: 27
                   33: 27
                   34: 27
                   35: 16
                   36: 27
                   37: 20
                   38: 24
              default: 27
          }
        12: .line 199
      StackMap locals: long
      StackMap stack:
            lload 4 /* r */
            ldc 1000000000
            lcmp
            iflt 27
        13: .line 200
            lload 6 /* l */
            lconst_1
            ladd
            lstore 6 /* l */
        14: .line 201
            lload 4 /* r */
            ldc 1000000000
            lsub
            lstore 4 /* r */
        15: .line 203
            goto 27
        16: .line 205
      StackMap locals:
      StackMap stack:
            lload 4 /* r */
            ldc 86400000000000
            lcmp
            iflt 27
        17: .line 206
            lload 6 /* l */
            lconst_1
            ladd
            lstore 6 /* l */
        18: .line 207
            lload 4 /* r */
            ldc 86400000000000
            lsub
            lstore 4 /* r */
        19: .line 209
            goto 27
        20: .line 211
      StackMap locals:
      StackMap stack:
            lload 4 /* r */
            ldc 3600000000000
            lcmp
            iflt 27
        21: .line 212
            lload 6 /* l */
            lconst_1
            ladd
            lstore 6 /* l */
        22: .line 213
            lload 4 /* r */
            ldc 3600000000000
            lsub
            lstore 4 /* r */
        23: .line 215
            goto 27
        24: .line 217
      StackMap locals:
      StackMap stack:
            lload 4 /* r */
            ldc 60000000000
            lcmp
            iflt 27
        25: .line 218
            lload 6 /* l */
            lconst_1
            ladd
            lstore 6 /* l */
        26: .line 219
            lload 4 /* r */
            ldc 60000000000
            lsub
            lstore 4 /* r */
        27: .line 223
      StackMap locals:
      StackMap stack:
            aload 3 /* qualifier */
            aload 0 /* this */
            getfield org.h2.value.ValueInterval.negative:Z
            lload 6 /* l */
            lload 4 /* r */
            invokestatic org.h2.value.ValueInterval.from:(Lorg/h2/api/IntervalQualifier;ZJJ)Lorg/h2/value/ValueInterval;
            areturn
        end local 6 // long l
        end local 4 // long r
        end local 3 // org.h2.api.IntervalQualifier qualifier
        end local 2 // int targetScale
        end local 1 // boolean onlyToSmallerScale
        end local 0 // org.h2.value.ValueInterval this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   28     0                this  Lorg/h2/value/ValueInterval;
            0   28     1  onlyToSmallerScale  Z
            0   28     2         targetScale  I
            5   28     3           qualifier  Lorg/h2/api/IntervalQualifier;
            8   28     4                   r  J
           11   28     6                   l  J
    MethodParameters:
                    Name  Flags
      onlyToSmallerScale  
      targetScale         

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

  public java.lang.Object getObject();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=1, args_size=1
        start local 0 // org.h2.value.ValueInterval this
         0: .line 234
            new org.h2.api.Interval
            dup
            aload 0 /* this */
            invokevirtual org.h2.value.ValueInterval.getQualifier:()Lorg/h2/api/IntervalQualifier;
            aload 0 /* this */
            getfield org.h2.value.ValueInterval.negative:Z
            aload 0 /* this */
            getfield org.h2.value.ValueInterval.leading:J
            aload 0 /* this */
            getfield org.h2.value.ValueInterval.remaining:J
            invokespecial org.h2.api.Interval.<init>:(Lorg/h2/api/IntervalQualifier;ZJJ)V
            areturn
        end local 0 // org.h2.value.ValueInterval this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/h2/value/ValueInterval;

  public org.h2.api.IntervalQualifier getQualifier();
    descriptor: ()Lorg/h2/api/IntervalQualifier;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.h2.value.ValueInterval this
         0: .line 243
            aload 0 /* this */
            getfield org.h2.value.ValueInterval.valueType:I
            bipush 26
            isub
            invokestatic org.h2.api.IntervalQualifier.valueOf:(I)Lorg/h2/api/IntervalQualifier;
            areturn
        end local 0 // org.h2.value.ValueInterval this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/h2/value/ValueInterval;

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

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

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

  public void set(java.sql.PreparedStatement, int);
    descriptor: (Ljava/sql/PreparedStatement;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.h2.value.ValueInterval this
        start local 1 // java.sql.PreparedStatement prep
        start local 2 // int parameterIndex
         0: .line 277
            aload 1 /* prep */
            iload 2 /* parameterIndex */
            aload 0 /* this */
            invokevirtual org.h2.value.ValueInterval.getString:()Ljava/lang/String;
            invokeinterface java.sql.PreparedStatement.setString:(ILjava/lang/String;)V
         1: .line 278
            return
        end local 2 // int parameterIndex
        end local 1 // java.sql.PreparedStatement prep
        end local 0 // org.h2.value.ValueInterval this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lorg/h2/value/ValueInterval;
            0    2     1            prep  Ljava/sql/PreparedStatement;
            0    2     2  parameterIndex  I
    Exceptions:
      throws java.sql.SQLException
    MethodParameters:
                Name  Flags
      prep            
      parameterIndex  

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=1
        start local 0 // org.h2.value.ValueInterval this
         0: .line 283
            iconst_1
            istore 1 /* result */
        start local 1 // int result
         1: .line 284
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield org.h2.value.ValueInterval.valueType:I
            iadd
            istore 1 /* result */
         2: .line 285
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield org.h2.value.ValueInterval.negative:Z
            ifeq 3
            sipush 1231
            goto 4
      StackMap locals: org.h2.value.ValueInterval int
      StackMap stack: int
         3: sipush 1237
      StackMap locals: org.h2.value.ValueInterval int
      StackMap stack: int int
         4: iadd
            istore 1 /* result */
         5: .line 286
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield org.h2.value.ValueInterval.leading:J
            aload 0 /* this */
            getfield org.h2.value.ValueInterval.leading:J
            bipush 32
            lushr
            lxor
            l2i
            iadd
            istore 1 /* result */
         6: .line 287
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield org.h2.value.ValueInterval.remaining:J
            aload 0 /* this */
            getfield org.h2.value.ValueInterval.remaining:J
            bipush 32
            lushr
            lxor
            l2i
            iadd
            istore 1 /* result */
         7: .line 288
            iload 1 /* result */
            ireturn
        end local 1 // int result
        end local 0 // org.h2.value.ValueInterval this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0    this  Lorg/h2/value/ValueInterval;
            1    8     1  result  I

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.h2.value.ValueInterval this
        start local 1 // java.lang.Object obj
         0: .line 293
            aload 0 /* this */
            aload 1 /* obj */
            if_acmpne 2
         1: .line 294
            iconst_1
            ireturn
         2: .line 296
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            instanceof org.h2.value.ValueInterval
            ifne 4
         3: .line 297
            iconst_0
            ireturn
         4: .line 299
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            checkcast org.h2.value.ValueInterval
            astore 2 /* other */
        start local 2 // org.h2.value.ValueInterval other
         5: .line 300
            aload 0 /* this */
            getfield org.h2.value.ValueInterval.valueType:I
            aload 2 /* other */
            getfield org.h2.value.ValueInterval.valueType:I
            if_icmpne 8
            aload 0 /* this */
            getfield org.h2.value.ValueInterval.negative:Z
            aload 2 /* other */
            getfield org.h2.value.ValueInterval.negative:Z
            if_icmpne 8
            aload 0 /* this */
            getfield org.h2.value.ValueInterval.leading:J
            aload 2 /* other */
            getfield org.h2.value.ValueInterval.leading:J
            lcmp
            ifne 8
         6: .line 301
            aload 0 /* this */
            getfield org.h2.value.ValueInterval.remaining:J
            aload 2 /* other */
            getfield org.h2.value.ValueInterval.remaining:J
            lcmp
            ifne 8
         7: .line 300
            iconst_1
            ireturn
      StackMap locals: org.h2.value.ValueInterval
      StackMap stack:
         8: iconst_0
            ireturn
        end local 2 // org.h2.value.ValueInterval other
        end local 1 // java.lang.Object obj
        end local 0 // org.h2.value.ValueInterval this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    9     0   this  Lorg/h2/value/ValueInterval;
            0    9     1    obj  Ljava/lang/Object;
            5    9     2  other  Lorg/h2/value/ValueInterval;
    MethodParameters:
      Name  Flags
      obj   

  public int compareTypeSafe(org.h2.value.Value, org.h2.value.CompareMode);
    descriptor: (Lorg/h2/value/Value;Lorg/h2/value/CompareMode;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // org.h2.value.ValueInterval this
        start local 1 // org.h2.value.Value v
        start local 2 // org.h2.value.CompareMode mode
         0: .line 306
            aload 1 /* v */
            checkcast org.h2.value.ValueInterval
            astore 3 /* other */
        start local 3 // org.h2.value.ValueInterval other
         1: .line 307
            aload 0 /* this */
            getfield org.h2.value.ValueInterval.negative:Z
            aload 3 /* other */
            getfield org.h2.value.ValueInterval.negative:Z
            if_icmpeq 5
         2: .line 308
            aload 0 /* this */
            getfield org.h2.value.ValueInterval.negative:Z
            ifeq 3
            iconst_m1
            goto 4
      StackMap locals: org.h2.value.ValueInterval
      StackMap stack:
         3: iconst_1
      StackMap locals:
      StackMap stack: int
         4: ireturn
         5: .line 310
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.h2.value.ValueInterval.leading:J
            aload 3 /* other */
            getfield org.h2.value.ValueInterval.leading:J
            invokestatic java.lang.Long.compare:(JJ)I
            istore 4 /* cmp */
        start local 4 // int cmp
         6: .line 311
            iload 4 /* cmp */
            ifne 8
         7: .line 312
            aload 0 /* this */
            getfield org.h2.value.ValueInterval.remaining:J
            aload 3 /* other */
            getfield org.h2.value.ValueInterval.remaining:J
            invokestatic java.lang.Long.compare:(JJ)I
            istore 4 /* cmp */
         8: .line 314
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.h2.value.ValueInterval.negative:Z
            ifeq 9
            iload 4 /* cmp */
            ineg
            goto 10
      StackMap locals:
      StackMap stack:
         9: iload 4 /* cmp */
      StackMap locals:
      StackMap stack: int
        10: ireturn
        end local 4 // int cmp
        end local 3 // org.h2.value.ValueInterval other
        end local 2 // org.h2.value.CompareMode mode
        end local 1 // org.h2.value.Value v
        end local 0 // org.h2.value.ValueInterval this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   11     0   this  Lorg/h2/value/ValueInterval;
            0   11     1      v  Lorg/h2/value/Value;
            0   11     2   mode  Lorg/h2/value/CompareMode;
            1   11     3  other  Lorg/h2/value/ValueInterval;
            6   11     4    cmp  I
    MethodParameters:
      Name  Flags
      v     
      mode  

  public int getSignum();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.h2.value.ValueInterval this
         0: .line 319
            aload 0 /* this */
            getfield org.h2.value.ValueInterval.negative:Z
            ifeq 1
            iconst_m1
            goto 3
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield org.h2.value.ValueInterval.leading:J
            lconst_0
            lcmp
            ifne 2
            aload 0 /* this */
            getfield org.h2.value.ValueInterval.remaining:J
            lconst_0
            lcmp
            ifne 2
            iconst_0
            goto 3
      StackMap locals:
      StackMap stack:
         2: iconst_1
      StackMap locals:
      StackMap stack: int
         3: ireturn
        end local 0 // org.h2.value.ValueInterval this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/h2/value/ValueInterval;

  public org.h2.value.Value add(org.h2.value.Value);
    descriptor: (Lorg/h2/value/Value;)Lorg/h2/value/Value;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.h2.value.ValueInterval this
        start local 1 // org.h2.value.Value v
         0: .line 324
            aload 0 /* this */
            invokevirtual org.h2.value.ValueInterval.getQualifier:()Lorg/h2/api/IntervalQualifier;
         1: .line 325
            aload 0 /* this */
            invokestatic org.h2.util.IntervalUtils.intervalToAbsolute:(Lorg/h2/value/ValueInterval;)Ljava/math/BigInteger;
            aload 1 /* v */
            checkcast org.h2.value.ValueInterval
            invokestatic org.h2.util.IntervalUtils.intervalToAbsolute:(Lorg/h2/value/ValueInterval;)Ljava/math/BigInteger;
            invokevirtual java.math.BigInteger.add:(Ljava/math/BigInteger;)Ljava/math/BigInteger;
         2: .line 324
            invokestatic org.h2.util.IntervalUtils.intervalFromAbsolute:(Lorg/h2/api/IntervalQualifier;Ljava/math/BigInteger;)Lorg/h2/value/ValueInterval;
            areturn
        end local 1 // org.h2.value.Value v
        end local 0 // org.h2.value.ValueInterval this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/h2/value/ValueInterval;
            0    3     1     v  Lorg/h2/value/Value;
    MethodParameters:
      Name  Flags
      v     

  public org.h2.value.Value subtract(org.h2.value.Value);
    descriptor: (Lorg/h2/value/Value;)Lorg/h2/value/Value;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.h2.value.ValueInterval this
        start local 1 // org.h2.value.Value v
         0: .line 330
            aload 0 /* this */
            invokevirtual org.h2.value.ValueInterval.getQualifier:()Lorg/h2/api/IntervalQualifier;
         1: .line 331
            aload 0 /* this */
            invokestatic org.h2.util.IntervalUtils.intervalToAbsolute:(Lorg/h2/value/ValueInterval;)Ljava/math/BigInteger;
            aload 1 /* v */
            checkcast org.h2.value.ValueInterval
            invokestatic org.h2.util.IntervalUtils.intervalToAbsolute:(Lorg/h2/value/ValueInterval;)Ljava/math/BigInteger;
            invokevirtual java.math.BigInteger.subtract:(Ljava/math/BigInteger;)Ljava/math/BigInteger;
         2: .line 330
            invokestatic org.h2.util.IntervalUtils.intervalFromAbsolute:(Lorg/h2/api/IntervalQualifier;Ljava/math/BigInteger;)Lorg/h2/value/ValueInterval;
            areturn
        end local 1 // org.h2.value.Value v
        end local 0 // org.h2.value.ValueInterval this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/h2/value/ValueInterval;
            0    3     1     v  Lorg/h2/value/Value;
    MethodParameters:
      Name  Flags
      v     

  public org.h2.value.Value negate();
    descriptor: ()Lorg/h2/value/Value;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=1, args_size=1
        start local 0 // org.h2.value.ValueInterval this
         0: .line 336
            aload 0 /* this */
            getfield org.h2.value.ValueInterval.leading:J
            lconst_0
            lcmp
            ifne 2
            aload 0 /* this */
            getfield org.h2.value.ValueInterval.remaining:J
            lconst_0
            lcmp
            ifne 2
         1: .line 337
            aload 0 /* this */
            areturn
         2: .line 339
      StackMap locals:
      StackMap stack:
            new org.h2.value.ValueInterval
            dup
            aload 0 /* this */
            getfield org.h2.value.ValueInterval.valueType:I
            aload 0 /* this */
            getfield org.h2.value.ValueInterval.negative:Z
            ifeq 3
            iconst_0
            goto 4
      StackMap locals: org.h2.value.ValueInterval
      StackMap stack: new 2 new 2 int
         3: iconst_1
      StackMap locals: org.h2.value.ValueInterval
      StackMap stack: new 2 new 2 int int
         4: aload 0 /* this */
            getfield org.h2.value.ValueInterval.leading:J
            aload 0 /* this */
            getfield org.h2.value.ValueInterval.remaining:J
            invokespecial org.h2.value.ValueInterval.<init>:(IZJJ)V
            invokestatic org.h2.value.Value.cache:(Lorg/h2/value/Value;)Lorg/h2/value/Value;
            areturn
        end local 0 // org.h2.value.ValueInterval this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/h2/value/ValueInterval;
}
SourceFile: "ValueInterval.java"