public abstract class org.apache.batik.parser.NumberParser extends org.apache.batik.parser.AbstractParser
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.apache.batik.parser.NumberParser
  super_class: org.apache.batik.parser.AbstractParser
{
  private static final double[] pow10;
    descriptor: [D
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=6, locals=1, args_size=0
         0: .line 239
            sipush 128
            newarray 7
            putstatic org.apache.batik.parser.NumberParser.pow10:[D
         1: .line 242
            iconst_0
            istore 0 /* i */
        start local 0 // int i
         2: goto 5
         3: .line 243
      StackMap locals: int
      StackMap stack:
            getstatic org.apache.batik.parser.NumberParser.pow10:[D
            iload 0 /* i */
            ldc 10.0
            iload 0 /* i */
            i2d
            invokestatic java.lang.Math.pow:(DD)D
            dastore
         4: .line 242
            iinc 0 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 0 /* i */
            getstatic org.apache.batik.parser.NumberParser.pow10:[D
            arraylength
            if_icmplt 3
        end local 0 // int i
         6: .line 245
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            2    6     0     i  I

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.batik.parser.NumberParser this
         0: .line 29
            aload 0 /* this */
            invokespecial org.apache.batik.parser.AbstractParser.<init>:()V
            return
        end local 0 // org.apache.batik.parser.NumberParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/batik/parser/NumberParser;

  protected float parseFloat();
    descriptor: ()F
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=9, args_size=1
        start local 0 // org.apache.batik.parser.NumberParser this
         0: .line 35
            iconst_0
            istore 1 /* mant */
        start local 1 // int mant
         1: .line 36
            iconst_0
            istore 2 /* mantDig */
        start local 2 // int mantDig
         2: .line 37
            iconst_1
            istore 3 /* mantPos */
        start local 3 // boolean mantPos
         3: .line 38
            iconst_0
            istore 4 /* mantRead */
        start local 4 // boolean mantRead
         4: .line 40
            iconst_0
            istore 5 /* exp */
        start local 5 // int exp
         5: .line 41
            iconst_0
            istore 6 /* expDig */
        start local 6 // int expDig
         6: .line 42
            iconst_0
            istore 7 /* expAdj */
        start local 7 // int expAdj
         7: .line 43
            iconst_1
            istore 8 /* expPos */
        start local 8 // boolean expPos
         8: .line 45
            aload 0 /* this */
            getfield org.apache.batik.parser.NumberParser.current:I
            tableswitch { // 43 - 45
                   43: 10
                   44: 11
                   45: 9
              default: 11
          }
         9: .line 47
      StackMap locals: org.apache.batik.parser.NumberParser int int int int int int int int
      StackMap stack:
            iconst_0
            istore 3 /* mantPos */
        10: .line 50
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.parser.NumberParser.reader:Lorg/apache/batik/util/io/NormalizingReader;
            invokevirtual org.apache.batik.util.io.NormalizingReader.read:()I
            putfield org.apache.batik.parser.NumberParser.current:I
        11: .line 53
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.batik.parser.NumberParser.current:I
            tableswitch { // 46 - 57
                   46: 14
                   47: 12
                   48: 15
                   49: 22
                   50: 22
                   51: 22
                   52: 22
                   53: 22
                   54: 22
                   55: 22
                   56: 22
                   57: 22
              default: 12
          }
        12: .line 55
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.parser.NumberParser.current:I
            invokevirtual org.apache.batik.parser.NumberParser.reportUnexpectedCharacterError:(I)V
        13: .line 56
            fconst_0
            freturn
        14: .line 59
      StackMap locals:
      StackMap stack:
            goto 32
        15: .line 62
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 4 /* mantRead */
        16: .line 64
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.parser.NumberParser.reader:Lorg/apache/batik/util/io/NormalizingReader;
            invokevirtual org.apache.batik.util.io.NormalizingReader.read:()I
            putfield org.apache.batik.parser.NumberParser.current:I
        17: .line 65
            aload 0 /* this */
            getfield org.apache.batik.parser.NumberParser.current:I
            lookupswitch { // 13
                   46: 19
                   48: 21
                   49: 18
                   50: 18
                   51: 18
                   52: 18
                   53: 18
                   54: 18
                   55: 18
                   56: 18
                   57: 18
                   69: 19
                  101: 19
              default: 20
          }
        18: .line 68
      StackMap locals:
      StackMap stack:
            goto 22
        19: .line 70
      StackMap locals:
      StackMap stack:
            goto 32
        20: .line 72
      StackMap locals:
      StackMap stack:
            fconst_0
            freturn
        21: .line 63
      StackMap locals:
      StackMap stack:
            goto 16
        22: .line 79
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 4 /* mantRead */
        23: .line 81
      StackMap locals:
      StackMap stack:
            iload 2 /* mantDig */
            bipush 9
            if_icmpge 27
        24: .line 82
            iinc 2 /* mantDig */ 1
        25: .line 83
            iload 1 /* mant */
            bipush 10
            imul
            aload 0 /* this */
            getfield org.apache.batik.parser.NumberParser.current:I
            bipush 48
            isub
            iadd
            istore 1 /* mant */
        26: .line 84
            goto 28
        27: .line 85
      StackMap locals:
      StackMap stack:
            iinc 7 /* expAdj */ 1
        28: .line 87
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.parser.NumberParser.reader:Lorg/apache/batik/util/io/NormalizingReader;
            invokevirtual org.apache.batik.util.io.NormalizingReader.read:()I
            putfield org.apache.batik.parser.NumberParser.current:I
        29: .line 88
            aload 0 /* this */
            getfield org.apache.batik.parser.NumberParser.current:I
            tableswitch { // 48 - 57
                   48: 31
                   49: 31
                   50: 31
                   51: 31
                   52: 31
                   53: 31
                   54: 31
                   55: 31
                   56: 31
                   57: 31
              default: 30
          }
        30: .line 90
      StackMap locals:
      StackMap stack:
            goto 32
        31: .line 80
      StackMap locals:
      StackMap stack:
            goto 23
        32: .line 97
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.batik.parser.NumberParser.current:I
            bipush 46
            if_icmpne 54
        33: .line 98
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.parser.NumberParser.reader:Lorg/apache/batik/util/io/NormalizingReader;
            invokevirtual org.apache.batik.util.io.NormalizingReader.read:()I
            putfield org.apache.batik.parser.NumberParser.current:I
        34: .line 99
            aload 0 /* this */
            getfield org.apache.batik.parser.NumberParser.current:I
            lookupswitch { // 12
                   48: 38
                   49: 46
                   50: 46
                   51: 46
                   52: 46
                   53: 46
                   54: 46
                   55: 46
                   56: 46
                   57: 46
                   69: 35
                  101: 35
              default: 35
          }
        35: .line 102
      StackMap locals:
      StackMap stack:
            iload 4 /* mantRead */
            ifne 54
        36: .line 103
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.parser.NumberParser.current:I
            invokevirtual org.apache.batik.parser.NumberParser.reportUnexpectedCharacterError:(I)V
        37: .line 104
            fconst_0
            freturn
        38: .line 109
      StackMap locals:
      StackMap stack:
            iload 2 /* mantDig */
            ifne 46
        39: .line 111
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.parser.NumberParser.reader:Lorg/apache/batik/util/io/NormalizingReader;
            invokevirtual org.apache.batik.util.io.NormalizingReader.read:()I
            putfield org.apache.batik.parser.NumberParser.current:I
        40: .line 112
            iinc 7 /* expAdj */ -1
        41: .line 113
            aload 0 /* this */
            getfield org.apache.batik.parser.NumberParser.current:I
            tableswitch { // 48 - 57
                   48: 45
                   49: 42
                   50: 42
                   51: 42
                   52: 42
                   53: 42
                   54: 42
                   55: 42
                   56: 42
                   57: 42
              default: 43
          }
        42: .line 116
      StackMap locals:
      StackMap stack:
            goto 46
        43: .line 118
      StackMap locals:
      StackMap stack:
            iload 4 /* mantRead */
            ifne 54
        44: .line 119
            fconst_0
            freturn
        45: .line 110
      StackMap locals:
      StackMap stack:
            goto 39
        46: .line 129
      StackMap locals:
      StackMap stack:
            iload 2 /* mantDig */
            bipush 9
            if_icmpge 50
        47: .line 130
            iinc 2 /* mantDig */ 1
        48: .line 131
            iload 1 /* mant */
            bipush 10
            imul
            aload 0 /* this */
            getfield org.apache.batik.parser.NumberParser.current:I
            bipush 48
            isub
            iadd
            istore 1 /* mant */
        49: .line 132
            iinc 7 /* expAdj */ -1
        50: .line 134
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.parser.NumberParser.reader:Lorg/apache/batik/util/io/NormalizingReader;
            invokevirtual org.apache.batik.util.io.NormalizingReader.read:()I
            putfield org.apache.batik.parser.NumberParser.current:I
        51: .line 135
            aload 0 /* this */
            getfield org.apache.batik.parser.NumberParser.current:I
            tableswitch { // 48 - 57
                   48: 53
                   49: 53
                   50: 53
                   51: 53
                   52: 53
                   53: 53
                   54: 53
                   55: 53
                   56: 53
                   57: 53
              default: 52
          }
        52: .line 137
      StackMap locals:
      StackMap stack:
            goto 54
        53: .line 128
      StackMap locals:
      StackMap stack:
            goto 46
        54: .line 145
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.batik.parser.NumberParser.current:I
            lookupswitch { // 2
                   69: 55
                  101: 55
              default: 77
          }
        55: .line 147
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.parser.NumberParser.reader:Lorg/apache/batik/util/io/NormalizingReader;
            invokevirtual org.apache.batik.util.io.NormalizingReader.read:()I
            putfield org.apache.batik.parser.NumberParser.current:I
        56: .line 148
            aload 0 /* this */
            getfield org.apache.batik.parser.NumberParser.current:I
            tableswitch { // 43 - 57
                   43: 60
                   44: 57
                   45: 59
                   46: 57
                   47: 57
                   48: 64
                   49: 64
                   50: 64
                   51: 64
                   52: 64
                   53: 64
                   54: 64
                   55: 64
                   56: 64
                   57: 64
              default: 57
          }
        57: .line 150
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.parser.NumberParser.current:I
            invokevirtual org.apache.batik.parser.NumberParser.reportUnexpectedCharacterError:(I)V
        58: .line 151
            fconst_0
            freturn
        59: .line 153
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 8 /* expPos */
        60: .line 155
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.parser.NumberParser.reader:Lorg/apache/batik/util/io/NormalizingReader;
            invokevirtual org.apache.batik.util.io.NormalizingReader.read:()I
            putfield org.apache.batik.parser.NumberParser.current:I
        61: .line 156
            aload 0 /* this */
            getfield org.apache.batik.parser.NumberParser.current:I
            tableswitch { // 48 - 57
                   48: 64
                   49: 64
                   50: 64
                   51: 64
                   52: 64
                   53: 64
                   54: 64
                   55: 64
                   56: 64
                   57: 64
              default: 62
          }
        62: .line 158
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.parser.NumberParser.current:I
            invokevirtual org.apache.batik.parser.NumberParser.reportUnexpectedCharacterError:(I)V
        63: .line 159
            fconst_0
            freturn
        64: .line 167
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.batik.parser.NumberParser.current:I
            tableswitch { // 48 - 57
                   48: 65
                   49: 70
                   50: 70
                   51: 70
                   52: 70
                   53: 70
                   54: 70
                   55: 70
                   56: 70
                   57: 70
              default: 77
          }
        65: .line 170
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.parser.NumberParser.reader:Lorg/apache/batik/util/io/NormalizingReader;
            invokevirtual org.apache.batik.util.io.NormalizingReader.read:()I
            putfield org.apache.batik.parser.NumberParser.current:I
        66: .line 171
            aload 0 /* this */
            getfield org.apache.batik.parser.NumberParser.current:I
            tableswitch { // 48 - 57
                   48: 69
                   49: 67
                   50: 67
                   51: 67
                   52: 67
                   53: 67
                   54: 67
                   55: 67
                   56: 67
                   57: 67
              default: 68
          }
        67: .line 174
      StackMap locals:
      StackMap stack:
            goto 70
        68: .line 176
      StackMap locals:
      StackMap stack:
            goto 77
        69: .line 169
      StackMap locals:
      StackMap stack:
            goto 65
        70: .line 184
      StackMap locals:
      StackMap stack:
            iload 6 /* expDig */
            iconst_3
            if_icmpge 73
        71: .line 185
            iinc 6 /* expDig */ 1
        72: .line 186
            iload 5 /* exp */
            bipush 10
            imul
            aload 0 /* this */
            getfield org.apache.batik.parser.NumberParser.current:I
            bipush 48
            isub
            iadd
            istore 5 /* exp */
        73: .line 188
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.parser.NumberParser.reader:Lorg/apache/batik/util/io/NormalizingReader;
            invokevirtual org.apache.batik.util.io.NormalizingReader.read:()I
            putfield org.apache.batik.parser.NumberParser.current:I
        74: .line 189
            aload 0 /* this */
            getfield org.apache.batik.parser.NumberParser.current:I
            tableswitch { // 48 - 57
                   48: 76
                   49: 76
                   50: 76
                   51: 76
                   52: 76
                   53: 76
                   54: 76
                   55: 76
                   56: 76
                   57: 76
              default: 75
          }
        75: .line 191
      StackMap locals:
      StackMap stack:
            goto 77
        76: .line 183
      StackMap locals:
      StackMap stack:
            goto 70
        77: .line 200
      StackMap locals:
      StackMap stack:
            iload 8 /* expPos */
            ifne 79
        78: .line 201
            iload 5 /* exp */
            ineg
            istore 5 /* exp */
        79: .line 203
      StackMap locals:
      StackMap stack:
            iload 5 /* exp */
            iload 7 /* expAdj */
            iadd
            istore 5 /* exp */
        80: .line 204
            iload 3 /* mantPos */
            ifne 82
        81: .line 205
            iload 1 /* mant */
            ineg
            istore 1 /* mant */
        82: .line 208
      StackMap locals:
      StackMap stack:
            iload 1 /* mant */
            iload 5 /* exp */
            invokestatic org.apache.batik.parser.NumberParser.buildFloat:(II)F
            freturn
        end local 8 // boolean expPos
        end local 7 // int expAdj
        end local 6 // int expDig
        end local 5 // int exp
        end local 4 // boolean mantRead
        end local 3 // boolean mantPos
        end local 2 // int mantDig
        end local 1 // int mant
        end local 0 // org.apache.batik.parser.NumberParser this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   83     0      this  Lorg/apache/batik/parser/NumberParser;
            1   83     1      mant  I
            2   83     2   mantDig  I
            3   83     3   mantPos  Z
            4   83     4  mantRead  Z
            5   83     5       exp  I
            6   83     6    expDig  I
            7   83     7    expAdj  I
            8   83     8    expPos  Z
    Exceptions:
      throws org.apache.batik.parser.ParseException, java.io.IOException

  public static float buildFloat(int, int);
    descriptor: (II)F
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // int mant
        start local 1 // int exp
         0: .line 215
            iload 1 /* exp */
            bipush -125
            if_icmplt 1
            iload 0 /* mant */
            ifne 2
         1: .line 216
      StackMap locals:
      StackMap stack:
            fconst_0
            freturn
         2: .line 219
      StackMap locals:
      StackMap stack:
            iload 1 /* exp */
            sipush 128
            if_icmplt 7
         3: .line 220
            iload 0 /* mant */
            ifle 5
         4: .line 221
            ldc Infinity
            goto 6
         5: .line 222
      StackMap locals:
      StackMap stack:
            ldc -Infinity
         6: .line 220
      StackMap locals:
      StackMap stack: float
            freturn
         7: .line 225
      StackMap locals:
      StackMap stack:
            iload 1 /* exp */
            ifne 9
         8: .line 226
            iload 0 /* mant */
            i2f
            freturn
         9: .line 229
      StackMap locals:
      StackMap stack:
            iload 0 /* mant */
            ldc 67108864
            if_icmplt 11
        10: .line 230
            iinc 0 /* mant */ 1
        11: .line 233
      StackMap locals:
      StackMap stack:
            iload 1 /* exp */
            ifle 12
            iload 0 /* mant */
            i2d
            getstatic org.apache.batik.parser.NumberParser.pow10:[D
            iload 1 /* exp */
            daload
            dmul
            goto 13
      StackMap locals:
      StackMap stack:
        12: iload 0 /* mant */
            i2d
            getstatic org.apache.batik.parser.NumberParser.pow10:[D
            iload 1 /* exp */
            ineg
            daload
            ddiv
      StackMap locals:
      StackMap stack: double
        13: d2f
            freturn
        end local 1 // int exp
        end local 0 // int mant
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   14     0  mant  I
            0   14     1   exp  I
    MethodParameters:
      Name  Flags
      mant  
      exp   
}
SourceFile: "NumberParser.java"