public class org.apache.batik.parser.PathParser extends org.apache.batik.parser.NumberParser
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.batik.parser.PathParser
  super_class: org.apache.batik.parser.NumberParser
{
  protected org.apache.batik.parser.PathHandler pathHandler;
    descriptor: Lorg/apache/batik/parser/PathHandler;
    flags: (0x0004) ACC_PROTECTED

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.batik.parser.PathParser this
         0: .line 40
            aload 0 /* this */
            invokespecial org.apache.batik.parser.NumberParser.<init>:()V
         1: .line 41
            aload 0 /* this */
            getstatic org.apache.batik.parser.DefaultPathHandler.INSTANCE:Lorg/apache/batik/parser/PathHandler;
            putfield org.apache.batik.parser.PathParser.pathHandler:Lorg/apache/batik/parser/PathHandler;
         2: .line 42
            return
        end local 0 // org.apache.batik.parser.PathParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/batik/parser/PathParser;

  public void setPathHandler(org.apache.batik.parser.PathHandler);
    descriptor: (Lorg/apache/batik/parser/PathHandler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.batik.parser.PathParser this
        start local 1 // org.apache.batik.parser.PathHandler handler
         0: .line 56
            aload 0 /* this */
            aload 1 /* handler */
            putfield org.apache.batik.parser.PathParser.pathHandler:Lorg/apache/batik/parser/PathHandler;
         1: .line 57
            return
        end local 1 // org.apache.batik.parser.PathHandler handler
        end local 0 // org.apache.batik.parser.PathParser this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/apache/batik/parser/PathParser;
            0    2     1  handler  Lorg/apache/batik/parser/PathHandler;
    MethodParameters:
         Name  Flags
      handler  

  public org.apache.batik.parser.PathHandler getPathHandler();
    descriptor: ()Lorg/apache/batik/parser/PathHandler;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.batik.parser.PathParser this
         0: .line 63
            aload 0 /* this */
            getfield org.apache.batik.parser.PathParser.pathHandler:Lorg/apache/batik/parser/PathHandler;
            areturn
        end local 0 // org.apache.batik.parser.PathParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/batik/parser/PathParser;

  protected void doParse();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=2, args_size=1
        start local 0 // org.apache.batik.parser.PathParser this
         0: .line 67
            aload 0 /* this */
            getfield org.apache.batik.parser.PathParser.pathHandler:Lorg/apache/batik/parser/PathHandler;
            invokeinterface org.apache.batik.parser.PathHandler.startPath:()V
         1: .line 69
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.parser.PathParser.reader:Lorg/apache/batik/util/io/NormalizingReader;
            invokevirtual org.apache.batik.util.io.NormalizingReader.read:()I
            putfield org.apache.batik.parser.PathParser.current:I
         2: .line 72
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.batik.parser.PathParser.current:I
            lookupswitch { // 25
                   -1: 26
                    9: 3
                   10: 3
                   13: 3
                   32: 3
                   65: 25
                   67: 17
                   72: 13
                   76: 11
                   77: 9
                   81: 19
                   83: 21
                   84: 23
                   86: 15
                   90: 5
                   97: 24
                   99: 16
                  104: 12
                  108: 10
                  109: 8
                  113: 18
                  115: 20
                  116: 22
                  118: 14
                  122: 5
              default: 27
          }
         3: .line 77
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.parser.PathParser.reader:Lorg/apache/batik/util/io/NormalizingReader;
            invokevirtual org.apache.batik.util.io.NormalizingReader.read:()I
            putfield org.apache.batik.parser.PathParser.current:I
         4: .line 78
            goto 2
         5: .line 81
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.parser.PathParser.reader:Lorg/apache/batik/util/io/NormalizingReader;
            invokevirtual org.apache.batik.util.io.NormalizingReader.read:()I
            putfield org.apache.batik.parser.PathParser.current:I
         6: .line 82
            aload 0 /* this */
            getfield org.apache.batik.parser.PathParser.pathHandler:Lorg/apache/batik/parser/PathHandler;
            invokeinterface org.apache.batik.parser.PathHandler.closePath:()V
         7: .line 83
            goto 2
         8: .line 84
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.parsem:()V
            goto 2
         9: .line 85
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.parseM:()V
            goto 2
        10: .line 86
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.parsel:()V
            goto 2
        11: .line 87
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.parseL:()V
            goto 2
        12: .line 88
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.parseh:()V
            goto 2
        13: .line 89
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.parseH:()V
            goto 2
        14: .line 90
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.parsev:()V
            goto 2
        15: .line 91
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.parseV:()V
            goto 2
        16: .line 92
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.parsec:()V
            goto 2
        17: .line 93
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.parseC:()V
            goto 2
        18: .line 94
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.parseq:()V
            goto 2
        19: .line 95
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.parseQ:()V
            goto 2
        20: .line 96
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.parses:()V
            goto 2
        21: .line 97
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.parseS:()V
            goto 2
        22: .line 98
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.parset:()V
            goto 2
        23: .line 99
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.parseT:()V
            goto 2
        24: .line 100
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.parsea:()V
            goto 2
        25: .line 101
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.parseA:()V
            goto 2
        26: .line 102
      StackMap locals:
      StackMap stack:
            goto 33
        27: .line 104
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.parser.PathParser.current:I
            invokevirtual org.apache.batik.parser.PathParser.reportUnexpected:(I)V
        28: .line 107
            goto 2
      StackMap locals:
      StackMap stack: org.apache.batik.parser.ParseException
        29: astore 1 /* e */
        start local 1 // org.apache.batik.parser.ParseException e
        30: .line 108
            aload 0 /* this */
            getfield org.apache.batik.parser.PathParser.errorHandler:Lorg/apache/batik/parser/ErrorHandler;
            aload 1 /* e */
            invokeinterface org.apache.batik.parser.ErrorHandler.error:(Lorg/apache/batik/parser/ParseException;)V
        31: .line 109
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.skipSubPath:()V
        end local 1 // org.apache.batik.parser.ParseException e
        32: .line 70
            goto 2
        33: .line 113
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.skipSpaces:()V
        34: .line 114
            aload 0 /* this */
            getfield org.apache.batik.parser.PathParser.current:I
            iconst_m1
            if_icmpeq 38
        35: .line 115
            aload 0 /* this */
            ldc "end.of.stream.expected"
        36: .line 116
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            getfield org.apache.batik.parser.PathParser.current:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
        37: .line 115
            invokevirtual org.apache.batik.parser.PathParser.reportError:(Ljava/lang/String;[Ljava/lang/Object;)V
        38: .line 119
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.batik.parser.PathParser.pathHandler:Lorg/apache/batik/parser/PathHandler;
            invokeinterface org.apache.batik.parser.PathHandler.endPath:()V
        39: .line 120
            return
        end local 0 // org.apache.batik.parser.PathParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   40     0  this  Lorg/apache/batik/parser/PathParser;
           30   32     1     e  Lorg/apache/batik/parser/ParseException;
      Exception table:
        from    to  target  type
           2    26      29  Class org.apache.batik.parser.ParseException
          27    28      29  Class org.apache.batik.parser.ParseException
    Exceptions:
      throws org.apache.batik.parser.ParseException, java.io.IOException

  protected void parsem();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=4, args_size=1
        start local 0 // org.apache.batik.parser.PathParser this
         0: .line 126
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.parser.PathParser.reader:Lorg/apache/batik/util/io/NormalizingReader;
            invokevirtual org.apache.batik.util.io.NormalizingReader.read:()I
            putfield org.apache.batik.parser.PathParser.current:I
         1: .line 127
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.skipSpaces:()V
         2: .line 129
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.parseFloat:()F
            fstore 1 /* x */
        start local 1 // float x
         3: .line 130
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.skipCommaSpaces:()V
         4: .line 131
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.parseFloat:()F
            fstore 2 /* y */
        start local 2 // float y
         5: .line 132
            aload 0 /* this */
            getfield org.apache.batik.parser.PathParser.pathHandler:Lorg/apache/batik/parser/PathHandler;
            fload 1 /* x */
            fload 2 /* y */
            invokeinterface org.apache.batik.parser.PathHandler.movetoRel:(FF)V
         6: .line 134
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.skipCommaSpaces2:()Z
            istore 3 /* expectNumber */
        start local 3 // boolean expectNumber
         7: .line 135
            aload 0 /* this */
            iload 3 /* expectNumber */
            invokevirtual org.apache.batik.parser.PathParser._parsel:(Z)V
         8: .line 136
            return
        end local 3 // boolean expectNumber
        end local 2 // float y
        end local 1 // float x
        end local 0 // org.apache.batik.parser.PathParser this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    9     0          this  Lorg/apache/batik/parser/PathParser;
            3    9     1             x  F
            5    9     2             y  F
            7    9     3  expectNumber  Z
    Exceptions:
      throws org.apache.batik.parser.ParseException, java.io.IOException

  protected void parseM();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=4, args_size=1
        start local 0 // org.apache.batik.parser.PathParser this
         0: .line 142
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.parser.PathParser.reader:Lorg/apache/batik/util/io/NormalizingReader;
            invokevirtual org.apache.batik.util.io.NormalizingReader.read:()I
            putfield org.apache.batik.parser.PathParser.current:I
         1: .line 143
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.skipSpaces:()V
         2: .line 145
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.parseFloat:()F
            fstore 1 /* x */
        start local 1 // float x
         3: .line 146
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.skipCommaSpaces:()V
         4: .line 147
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.parseFloat:()F
            fstore 2 /* y */
        start local 2 // float y
         5: .line 148
            aload 0 /* this */
            getfield org.apache.batik.parser.PathParser.pathHandler:Lorg/apache/batik/parser/PathHandler;
            fload 1 /* x */
            fload 2 /* y */
            invokeinterface org.apache.batik.parser.PathHandler.movetoAbs:(FF)V
         6: .line 150
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.skipCommaSpaces2:()Z
            istore 3 /* expectNumber */
        start local 3 // boolean expectNumber
         7: .line 151
            aload 0 /* this */
            iload 3 /* expectNumber */
            invokevirtual org.apache.batik.parser.PathParser._parseL:(Z)V
         8: .line 152
            return
        end local 3 // boolean expectNumber
        end local 2 // float y
        end local 1 // float x
        end local 0 // org.apache.batik.parser.PathParser this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    9     0          this  Lorg/apache/batik/parser/PathParser;
            3    9     1             x  F
            5    9     2             y  F
            7    9     3  expectNumber  Z
    Exceptions:
      throws org.apache.batik.parser.ParseException, java.io.IOException

  protected void parsel();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.batik.parser.PathParser this
         0: .line 158
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.parser.PathParser.reader:Lorg/apache/batik/util/io/NormalizingReader;
            invokevirtual org.apache.batik.util.io.NormalizingReader.read:()I
            putfield org.apache.batik.parser.PathParser.current:I
         1: .line 159
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.skipSpaces:()V
         2: .line 160
            aload 0 /* this */
            iconst_1
            invokevirtual org.apache.batik.parser.PathParser._parsel:(Z)V
         3: .line 161
            return
        end local 0 // org.apache.batik.parser.PathParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/apache/batik/parser/PathParser;
    Exceptions:
      throws org.apache.batik.parser.ParseException, java.io.IOException

  protected void _parsel(boolean);
    descriptor: (Z)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // org.apache.batik.parser.PathParser this
        start local 1 // boolean expectNumber
         0: .line 166
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.batik.parser.PathParser.current:I
            tableswitch { // 43 - 57
                   43: 3
                   44: 1
                   45: 3
                   46: 3
                   47: 1
                   48: 3
                   49: 3
                   50: 3
                   51: 3
                   52: 3
                   53: 3
                   54: 3
                   55: 3
                   56: 3
                   57: 3
              default: 1
          }
         1: .line 168
      StackMap locals:
      StackMap stack:
            iload 1 /* expectNumber */
            ifeq 2
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.parser.PathParser.current:I
            invokevirtual org.apache.batik.parser.PathParser.reportUnexpected:(I)V
         2: .line 169
      StackMap locals:
      StackMap stack:
            return
         3: .line 175
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.parseFloat:()F
            fstore 2 /* x */
        start local 2 // float x
         4: .line 176
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.skipCommaSpaces:()V
         5: .line 177
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.parseFloat:()F
            fstore 3 /* y */
        start local 3 // float y
         6: .line 179
            aload 0 /* this */
            getfield org.apache.batik.parser.PathParser.pathHandler:Lorg/apache/batik/parser/PathHandler;
            fload 2 /* x */
            fload 3 /* y */
            invokeinterface org.apache.batik.parser.PathHandler.linetoRel:(FF)V
         7: .line 180
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.skipCommaSpaces2:()Z
            istore 1 /* expectNumber */
        end local 3 // float y
        end local 2 // float x
         8: .line 165
            goto 0
        end local 1 // boolean expectNumber
        end local 0 // org.apache.batik.parser.PathParser this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    9     0          this  Lorg/apache/batik/parser/PathParser;
            0    9     1  expectNumber  Z
            4    8     2             x  F
            6    8     3             y  F
    Exceptions:
      throws org.apache.batik.parser.ParseException, java.io.IOException
    MethodParameters:
              Name  Flags
      expectNumber  

  protected void parseL();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.batik.parser.PathParser this
         0: .line 188
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.parser.PathParser.reader:Lorg/apache/batik/util/io/NormalizingReader;
            invokevirtual org.apache.batik.util.io.NormalizingReader.read:()I
            putfield org.apache.batik.parser.PathParser.current:I
         1: .line 189
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.skipSpaces:()V
         2: .line 190
            aload 0 /* this */
            iconst_1
            invokevirtual org.apache.batik.parser.PathParser._parseL:(Z)V
         3: .line 191
            return
        end local 0 // org.apache.batik.parser.PathParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/apache/batik/parser/PathParser;
    Exceptions:
      throws org.apache.batik.parser.ParseException, java.io.IOException

  protected void _parseL(boolean);
    descriptor: (Z)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // org.apache.batik.parser.PathParser this
        start local 1 // boolean expectNumber
         0: .line 196
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.batik.parser.PathParser.current:I
            tableswitch { // 43 - 57
                   43: 3
                   44: 1
                   45: 3
                   46: 3
                   47: 1
                   48: 3
                   49: 3
                   50: 3
                   51: 3
                   52: 3
                   53: 3
                   54: 3
                   55: 3
                   56: 3
                   57: 3
              default: 1
          }
         1: .line 198
      StackMap locals:
      StackMap stack:
            iload 1 /* expectNumber */
            ifeq 2
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.parser.PathParser.current:I
            invokevirtual org.apache.batik.parser.PathParser.reportUnexpected:(I)V
         2: .line 199
      StackMap locals:
      StackMap stack:
            return
         3: .line 205
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.parseFloat:()F
            fstore 2 /* x */
        start local 2 // float x
         4: .line 206
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.skipCommaSpaces:()V
         5: .line 207
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.parseFloat:()F
            fstore 3 /* y */
        start local 3 // float y
         6: .line 209
            aload 0 /* this */
            getfield org.apache.batik.parser.PathParser.pathHandler:Lorg/apache/batik/parser/PathHandler;
            fload 2 /* x */
            fload 3 /* y */
            invokeinterface org.apache.batik.parser.PathHandler.linetoAbs:(FF)V
         7: .line 210
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.skipCommaSpaces2:()Z
            istore 1 /* expectNumber */
        end local 3 // float y
        end local 2 // float x
         8: .line 195
            goto 0
        end local 1 // boolean expectNumber
        end local 0 // org.apache.batik.parser.PathParser this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    9     0          this  Lorg/apache/batik/parser/PathParser;
            0    9     1  expectNumber  Z
            4    8     2             x  F
            6    8     3             y  F
    Exceptions:
      throws org.apache.batik.parser.ParseException, java.io.IOException
    MethodParameters:
              Name  Flags
      expectNumber  

  protected void parseh();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // org.apache.batik.parser.PathParser this
         0: .line 218
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.parser.PathParser.reader:Lorg/apache/batik/util/io/NormalizingReader;
            invokevirtual org.apache.batik.util.io.NormalizingReader.read:()I
            putfield org.apache.batik.parser.PathParser.current:I
         1: .line 219
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.skipSpaces:()V
         2: .line 220
            iconst_1
            istore 1 /* expectNumber */
        start local 1 // boolean expectNumber
         3: .line 223
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.batik.parser.PathParser.current:I
            tableswitch { // 43 - 57
                   43: 6
                   44: 4
                   45: 6
                   46: 6
                   47: 4
                   48: 6
                   49: 6
                   50: 6
                   51: 6
                   52: 6
                   53: 6
                   54: 6
                   55: 6
                   56: 6
                   57: 6
              default: 4
          }
         4: .line 225
      StackMap locals:
      StackMap stack:
            iload 1 /* expectNumber */
            ifeq 5
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.parser.PathParser.current:I
            invokevirtual org.apache.batik.parser.PathParser.reportUnexpected:(I)V
         5: .line 226
      StackMap locals:
      StackMap stack:
            return
         6: .line 232
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.parseFloat:()F
            fstore 2 /* x */
        start local 2 // float x
         7: .line 233
            aload 0 /* this */
            getfield org.apache.batik.parser.PathParser.pathHandler:Lorg/apache/batik/parser/PathHandler;
            fload 2 /* x */
            invokeinterface org.apache.batik.parser.PathHandler.linetoHorizontalRel:(F)V
         8: .line 234
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.skipCommaSpaces2:()Z
            istore 1 /* expectNumber */
        end local 2 // float x
         9: .line 222
            goto 3
        end local 1 // boolean expectNumber
        end local 0 // org.apache.batik.parser.PathParser this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   10     0          this  Lorg/apache/batik/parser/PathParser;
            3   10     1  expectNumber  Z
            7    9     2             x  F
    Exceptions:
      throws org.apache.batik.parser.ParseException, java.io.IOException

  protected void parseH();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // org.apache.batik.parser.PathParser this
         0: .line 242
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.parser.PathParser.reader:Lorg/apache/batik/util/io/NormalizingReader;
            invokevirtual org.apache.batik.util.io.NormalizingReader.read:()I
            putfield org.apache.batik.parser.PathParser.current:I
         1: .line 243
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.skipSpaces:()V
         2: .line 244
            iconst_1
            istore 1 /* expectNumber */
        start local 1 // boolean expectNumber
         3: .line 247
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.batik.parser.PathParser.current:I
            tableswitch { // 43 - 57
                   43: 6
                   44: 4
                   45: 6
                   46: 6
                   47: 4
                   48: 6
                   49: 6
                   50: 6
                   51: 6
                   52: 6
                   53: 6
                   54: 6
                   55: 6
                   56: 6
                   57: 6
              default: 4
          }
         4: .line 249
      StackMap locals:
      StackMap stack:
            iload 1 /* expectNumber */
            ifeq 5
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.parser.PathParser.current:I
            invokevirtual org.apache.batik.parser.PathParser.reportUnexpected:(I)V
         5: .line 250
      StackMap locals:
      StackMap stack:
            return
         6: .line 257
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.parseFloat:()F
            fstore 2 /* x */
        start local 2 // float x
         7: .line 258
            aload 0 /* this */
            getfield org.apache.batik.parser.PathParser.pathHandler:Lorg/apache/batik/parser/PathHandler;
            fload 2 /* x */
            invokeinterface org.apache.batik.parser.PathHandler.linetoHorizontalAbs:(F)V
         8: .line 259
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.skipCommaSpaces2:()Z
            istore 1 /* expectNumber */
        end local 2 // float x
         9: .line 246
            goto 3
        end local 1 // boolean expectNumber
        end local 0 // org.apache.batik.parser.PathParser this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   10     0          this  Lorg/apache/batik/parser/PathParser;
            3   10     1  expectNumber  Z
            7    9     2             x  F
    Exceptions:
      throws org.apache.batik.parser.ParseException, java.io.IOException

  protected void parsev();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // org.apache.batik.parser.PathParser this
         0: .line 267
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.parser.PathParser.reader:Lorg/apache/batik/util/io/NormalizingReader;
            invokevirtual org.apache.batik.util.io.NormalizingReader.read:()I
            putfield org.apache.batik.parser.PathParser.current:I
         1: .line 268
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.skipSpaces:()V
         2: .line 269
            iconst_1
            istore 1 /* expectNumber */
        start local 1 // boolean expectNumber
         3: .line 272
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.batik.parser.PathParser.current:I
            tableswitch { // 43 - 57
                   43: 6
                   44: 4
                   45: 6
                   46: 6
                   47: 4
                   48: 6
                   49: 6
                   50: 6
                   51: 6
                   52: 6
                   53: 6
                   54: 6
                   55: 6
                   56: 6
                   57: 6
              default: 4
          }
         4: .line 274
      StackMap locals:
      StackMap stack:
            iload 1 /* expectNumber */
            ifeq 5
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.parser.PathParser.current:I
            invokevirtual org.apache.batik.parser.PathParser.reportUnexpected:(I)V
         5: .line 275
      StackMap locals:
      StackMap stack:
            return
         6: .line 282
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.parseFloat:()F
            fstore 2 /* x */
        start local 2 // float x
         7: .line 284
            aload 0 /* this */
            getfield org.apache.batik.parser.PathParser.pathHandler:Lorg/apache/batik/parser/PathHandler;
            fload 2 /* x */
            invokeinterface org.apache.batik.parser.PathHandler.linetoVerticalRel:(F)V
         8: .line 285
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.skipCommaSpaces2:()Z
            istore 1 /* expectNumber */
        end local 2 // float x
         9: .line 271
            goto 3
        end local 1 // boolean expectNumber
        end local 0 // org.apache.batik.parser.PathParser this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   10     0          this  Lorg/apache/batik/parser/PathParser;
            3   10     1  expectNumber  Z
            7    9     2             x  F
    Exceptions:
      throws org.apache.batik.parser.ParseException, java.io.IOException

  protected void parseV();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // org.apache.batik.parser.PathParser this
         0: .line 293
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.parser.PathParser.reader:Lorg/apache/batik/util/io/NormalizingReader;
            invokevirtual org.apache.batik.util.io.NormalizingReader.read:()I
            putfield org.apache.batik.parser.PathParser.current:I
         1: .line 294
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.skipSpaces:()V
         2: .line 295
            iconst_1
            istore 1 /* expectNumber */
        start local 1 // boolean expectNumber
         3: .line 298
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.batik.parser.PathParser.current:I
            tableswitch { // 43 - 57
                   43: 6
                   44: 4
                   45: 6
                   46: 6
                   47: 4
                   48: 6
                   49: 6
                   50: 6
                   51: 6
                   52: 6
                   53: 6
                   54: 6
                   55: 6
                   56: 6
                   57: 6
              default: 4
          }
         4: .line 300
      StackMap locals:
      StackMap stack:
            iload 1 /* expectNumber */
            ifeq 5
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.parser.PathParser.current:I
            invokevirtual org.apache.batik.parser.PathParser.reportUnexpected:(I)V
         5: .line 301
      StackMap locals:
      StackMap stack:
            return
         6: .line 308
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.parseFloat:()F
            fstore 2 /* x */
        start local 2 // float x
         7: .line 310
            aload 0 /* this */
            getfield org.apache.batik.parser.PathParser.pathHandler:Lorg/apache/batik/parser/PathHandler;
            fload 2 /* x */
            invokeinterface org.apache.batik.parser.PathHandler.linetoVerticalAbs:(F)V
         8: .line 311
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.skipCommaSpaces2:()Z
            istore 1 /* expectNumber */
        end local 2 // float x
         9: .line 297
            goto 3
        end local 1 // boolean expectNumber
        end local 0 // org.apache.batik.parser.PathParser this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   10     0          this  Lorg/apache/batik/parser/PathParser;
            3   10     1  expectNumber  Z
            7    9     2             x  F
    Exceptions:
      throws org.apache.batik.parser.ParseException, java.io.IOException

  protected void parsec();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=7, locals=8, args_size=1
        start local 0 // org.apache.batik.parser.PathParser this
         0: .line 319
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.parser.PathParser.reader:Lorg/apache/batik/util/io/NormalizingReader;
            invokevirtual org.apache.batik.util.io.NormalizingReader.read:()I
            putfield org.apache.batik.parser.PathParser.current:I
         1: .line 320
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.skipSpaces:()V
         2: .line 321
            iconst_1
            istore 1 /* expectNumber */
        start local 1 // boolean expectNumber
         3: .line 324
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.batik.parser.PathParser.current:I
            tableswitch { // 43 - 57
                   43: 6
                   44: 4
                   45: 6
                   46: 6
                   47: 4
                   48: 6
                   49: 6
                   50: 6
                   51: 6
                   52: 6
                   53: 6
                   54: 6
                   55: 6
                   56: 6
                   57: 6
              default: 4
          }
         4: .line 326
      StackMap locals:
      StackMap stack:
            iload 1 /* expectNumber */
            ifeq 5
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.parser.PathParser.current:I
            invokevirtual org.apache.batik.parser.PathParser.reportUnexpected:(I)V
         5: .line 327
      StackMap locals:
      StackMap stack:
            return
         6: .line 335
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.parseFloat:()F
            fstore 2 /* x1 */
        start local 2 // float x1
         7: .line 336
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.skipCommaSpaces:()V
         8: .line 337
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.parseFloat:()F
            fstore 3 /* y1 */
        start local 3 // float y1
         9: .line 338
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.skipCommaSpaces:()V
        10: .line 339
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.parseFloat:()F
            fstore 4 /* x2 */
        start local 4 // float x2
        11: .line 340
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.skipCommaSpaces:()V
        12: .line 341
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.parseFloat:()F
            fstore 5 /* y2 */
        start local 5 // float y2
        13: .line 342
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.skipCommaSpaces:()V
        14: .line 343
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.parseFloat:()F
            fstore 6 /* x */
        start local 6 // float x
        15: .line 344
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.skipCommaSpaces:()V
        16: .line 345
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.parseFloat:()F
            fstore 7 /* y */
        start local 7 // float y
        17: .line 347
            aload 0 /* this */
            getfield org.apache.batik.parser.PathParser.pathHandler:Lorg/apache/batik/parser/PathHandler;
            fload 2 /* x1 */
            fload 3 /* y1 */
            fload 4 /* x2 */
            fload 5 /* y2 */
            fload 6 /* x */
            fload 7 /* y */
            invokeinterface org.apache.batik.parser.PathHandler.curvetoCubicRel:(FFFFFF)V
        18: .line 348
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.skipCommaSpaces2:()Z
            istore 1 /* expectNumber */
        end local 7 // float y
        end local 6 // float x
        end local 5 // float y2
        end local 4 // float x2
        end local 3 // float y1
        end local 2 // float x1
        19: .line 323
            goto 3
        end local 1 // boolean expectNumber
        end local 0 // org.apache.batik.parser.PathParser this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   20     0          this  Lorg/apache/batik/parser/PathParser;
            3   20     1  expectNumber  Z
            7   19     2            x1  F
            9   19     3            y1  F
           11   19     4            x2  F
           13   19     5            y2  F
           15   19     6             x  F
           17   19     7             y  F
    Exceptions:
      throws org.apache.batik.parser.ParseException, java.io.IOException

  protected void parseC();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=7, locals=8, args_size=1
        start local 0 // org.apache.batik.parser.PathParser this
         0: .line 356
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.parser.PathParser.reader:Lorg/apache/batik/util/io/NormalizingReader;
            invokevirtual org.apache.batik.util.io.NormalizingReader.read:()I
            putfield org.apache.batik.parser.PathParser.current:I
         1: .line 357
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.skipSpaces:()V
         2: .line 358
            iconst_1
            istore 1 /* expectNumber */
        start local 1 // boolean expectNumber
         3: .line 361
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.batik.parser.PathParser.current:I
            tableswitch { // 43 - 57
                   43: 6
                   44: 4
                   45: 6
                   46: 6
                   47: 4
                   48: 6
                   49: 6
                   50: 6
                   51: 6
                   52: 6
                   53: 6
                   54: 6
                   55: 6
                   56: 6
                   57: 6
              default: 4
          }
         4: .line 363
      StackMap locals:
      StackMap stack:
            iload 1 /* expectNumber */
            ifeq 5
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.parser.PathParser.current:I
            invokevirtual org.apache.batik.parser.PathParser.reportUnexpected:(I)V
         5: .line 364
      StackMap locals:
      StackMap stack:
            return
         6: .line 372
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.parseFloat:()F
            fstore 2 /* x1 */
        start local 2 // float x1
         7: .line 373
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.skipCommaSpaces:()V
         8: .line 374
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.parseFloat:()F
            fstore 3 /* y1 */
        start local 3 // float y1
         9: .line 375
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.skipCommaSpaces:()V
        10: .line 376
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.parseFloat:()F
            fstore 4 /* x2 */
        start local 4 // float x2
        11: .line 377
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.skipCommaSpaces:()V
        12: .line 378
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.parseFloat:()F
            fstore 5 /* y2 */
        start local 5 // float y2
        13: .line 379
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.skipCommaSpaces:()V
        14: .line 380
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.parseFloat:()F
            fstore 6 /* x */
        start local 6 // float x
        15: .line 381
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.skipCommaSpaces:()V
        16: .line 382
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.parseFloat:()F
            fstore 7 /* y */
        start local 7 // float y
        17: .line 384
            aload 0 /* this */
            getfield org.apache.batik.parser.PathParser.pathHandler:Lorg/apache/batik/parser/PathHandler;
            fload 2 /* x1 */
            fload 3 /* y1 */
            fload 4 /* x2 */
            fload 5 /* y2 */
            fload 6 /* x */
            fload 7 /* y */
            invokeinterface org.apache.batik.parser.PathHandler.curvetoCubicAbs:(FFFFFF)V
        18: .line 385
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.skipCommaSpaces2:()Z
            istore 1 /* expectNumber */
        end local 7 // float y
        end local 6 // float x
        end local 5 // float y2
        end local 4 // float x2
        end local 3 // float y1
        end local 2 // float x1
        19: .line 360
            goto 3
        end local 1 // boolean expectNumber
        end local 0 // org.apache.batik.parser.PathParser this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   20     0          this  Lorg/apache/batik/parser/PathParser;
            3   20     1  expectNumber  Z
            7   19     2            x1  F
            9   19     3            y1  F
           11   19     4            x2  F
           13   19     5            y2  F
           15   19     6             x  F
           17   19     7             y  F
    Exceptions:
      throws org.apache.batik.parser.ParseException, java.io.IOException

  protected void parseq();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=6, args_size=1
        start local 0 // org.apache.batik.parser.PathParser this
         0: .line 393
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.parser.PathParser.reader:Lorg/apache/batik/util/io/NormalizingReader;
            invokevirtual org.apache.batik.util.io.NormalizingReader.read:()I
            putfield org.apache.batik.parser.PathParser.current:I
         1: .line 394
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.skipSpaces:()V
         2: .line 395
            iconst_1
            istore 1 /* expectNumber */
        start local 1 // boolean expectNumber
         3: .line 398
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.batik.parser.PathParser.current:I
            tableswitch { // 43 - 57
                   43: 6
                   44: 4
                   45: 6
                   46: 6
                   47: 4
                   48: 6
                   49: 6
                   50: 6
                   51: 6
                   52: 6
                   53: 6
                   54: 6
                   55: 6
                   56: 6
                   57: 6
              default: 4
          }
         4: .line 400
      StackMap locals:
      StackMap stack:
            iload 1 /* expectNumber */
            ifeq 5
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.parser.PathParser.current:I
            invokevirtual org.apache.batik.parser.PathParser.reportUnexpected:(I)V
         5: .line 401
      StackMap locals:
      StackMap stack:
            return
         6: .line 409
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.parseFloat:()F
            fstore 2 /* x1 */
        start local 2 // float x1
         7: .line 410
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.skipCommaSpaces:()V
         8: .line 411
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.parseFloat:()F
            fstore 3 /* y1 */
        start local 3 // float y1
         9: .line 412
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.skipCommaSpaces:()V
        10: .line 413
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.parseFloat:()F
            fstore 4 /* x */
        start local 4 // float x
        11: .line 414
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.skipCommaSpaces:()V
        12: .line 415
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.parseFloat:()F
            fstore 5 /* y */
        start local 5 // float y
        13: .line 417
            aload 0 /* this */
            getfield org.apache.batik.parser.PathParser.pathHandler:Lorg/apache/batik/parser/PathHandler;
            fload 2 /* x1 */
            fload 3 /* y1 */
            fload 4 /* x */
            fload 5 /* y */
            invokeinterface org.apache.batik.parser.PathHandler.curvetoQuadraticRel:(FFFF)V
        14: .line 418
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.skipCommaSpaces2:()Z
            istore 1 /* expectNumber */
        end local 5 // float y
        end local 4 // float x
        end local 3 // float y1
        end local 2 // float x1
        15: .line 397
            goto 3
        end local 1 // boolean expectNumber
        end local 0 // org.apache.batik.parser.PathParser this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   16     0          this  Lorg/apache/batik/parser/PathParser;
            3   16     1  expectNumber  Z
            7   15     2            x1  F
            9   15     3            y1  F
           11   15     4             x  F
           13   15     5             y  F
    Exceptions:
      throws org.apache.batik.parser.ParseException, java.io.IOException

  protected void parseQ();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=6, args_size=1
        start local 0 // org.apache.batik.parser.PathParser this
         0: .line 426
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.parser.PathParser.reader:Lorg/apache/batik/util/io/NormalizingReader;
            invokevirtual org.apache.batik.util.io.NormalizingReader.read:()I
            putfield org.apache.batik.parser.PathParser.current:I
         1: .line 427
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.skipSpaces:()V
         2: .line 428
            iconst_1
            istore 1 /* expectNumber */
        start local 1 // boolean expectNumber
         3: .line 431
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.batik.parser.PathParser.current:I
            tableswitch { // 43 - 57
                   43: 6
                   44: 4
                   45: 6
                   46: 6
                   47: 4
                   48: 6
                   49: 6
                   50: 6
                   51: 6
                   52: 6
                   53: 6
                   54: 6
                   55: 6
                   56: 6
                   57: 6
              default: 4
          }
         4: .line 433
      StackMap locals:
      StackMap stack:
            iload 1 /* expectNumber */
            ifeq 5
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.parser.PathParser.current:I
            invokevirtual org.apache.batik.parser.PathParser.reportUnexpected:(I)V
         5: .line 434
      StackMap locals:
      StackMap stack:
            return
         6: .line 442
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.parseFloat:()F
            fstore 2 /* x1 */
        start local 2 // float x1
         7: .line 443
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.skipCommaSpaces:()V
         8: .line 444
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.parseFloat:()F
            fstore 3 /* y1 */
        start local 3 // float y1
         9: .line 445
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.skipCommaSpaces:()V
        10: .line 446
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.parseFloat:()F
            fstore 4 /* x */
        start local 4 // float x
        11: .line 447
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.skipCommaSpaces:()V
        12: .line 448
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.parseFloat:()F
            fstore 5 /* y */
        start local 5 // float y
        13: .line 450
            aload 0 /* this */
            getfield org.apache.batik.parser.PathParser.pathHandler:Lorg/apache/batik/parser/PathHandler;
            fload 2 /* x1 */
            fload 3 /* y1 */
            fload 4 /* x */
            fload 5 /* y */
            invokeinterface org.apache.batik.parser.PathHandler.curvetoQuadraticAbs:(FFFF)V
        14: .line 451
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.skipCommaSpaces2:()Z
            istore 1 /* expectNumber */
        end local 5 // float y
        end local 4 // float x
        end local 3 // float y1
        end local 2 // float x1
        15: .line 430
            goto 3
        end local 1 // boolean expectNumber
        end local 0 // org.apache.batik.parser.PathParser this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   16     0          this  Lorg/apache/batik/parser/PathParser;
            3   16     1  expectNumber  Z
            7   15     2            x1  F
            9   15     3            y1  F
           11   15     4             x  F
           13   15     5             y  F
    Exceptions:
      throws org.apache.batik.parser.ParseException, java.io.IOException

  protected void parses();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=6, args_size=1
        start local 0 // org.apache.batik.parser.PathParser this
         0: .line 459
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.parser.PathParser.reader:Lorg/apache/batik/util/io/NormalizingReader;
            invokevirtual org.apache.batik.util.io.NormalizingReader.read:()I
            putfield org.apache.batik.parser.PathParser.current:I
         1: .line 460
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.skipSpaces:()V
         2: .line 461
            iconst_1
            istore 1 /* expectNumber */
        start local 1 // boolean expectNumber
         3: .line 464
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.batik.parser.PathParser.current:I
            tableswitch { // 43 - 57
                   43: 6
                   44: 4
                   45: 6
                   46: 6
                   47: 4
                   48: 6
                   49: 6
                   50: 6
                   51: 6
                   52: 6
                   53: 6
                   54: 6
                   55: 6
                   56: 6
                   57: 6
              default: 4
          }
         4: .line 466
      StackMap locals:
      StackMap stack:
            iload 1 /* expectNumber */
            ifeq 5
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.parser.PathParser.current:I
            invokevirtual org.apache.batik.parser.PathParser.reportUnexpected:(I)V
         5: .line 467
      StackMap locals:
      StackMap stack:
            return
         6: .line 475
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.parseFloat:()F
            fstore 2 /* x2 */
        start local 2 // float x2
         7: .line 476
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.skipCommaSpaces:()V
         8: .line 477
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.parseFloat:()F
            fstore 3 /* y2 */
        start local 3 // float y2
         9: .line 478
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.skipCommaSpaces:()V
        10: .line 479
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.parseFloat:()F
            fstore 4 /* x */
        start local 4 // float x
        11: .line 480
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.skipCommaSpaces:()V
        12: .line 481
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.parseFloat:()F
            fstore 5 /* y */
        start local 5 // float y
        13: .line 483
            aload 0 /* this */
            getfield org.apache.batik.parser.PathParser.pathHandler:Lorg/apache/batik/parser/PathHandler;
            fload 2 /* x2 */
            fload 3 /* y2 */
            fload 4 /* x */
            fload 5 /* y */
            invokeinterface org.apache.batik.parser.PathHandler.curvetoCubicSmoothRel:(FFFF)V
        14: .line 484
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.skipCommaSpaces2:()Z
            istore 1 /* expectNumber */
        end local 5 // float y
        end local 4 // float x
        end local 3 // float y2
        end local 2 // float x2
        15: .line 463
            goto 3
        end local 1 // boolean expectNumber
        end local 0 // org.apache.batik.parser.PathParser this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   16     0          this  Lorg/apache/batik/parser/PathParser;
            3   16     1  expectNumber  Z
            7   15     2            x2  F
            9   15     3            y2  F
           11   15     4             x  F
           13   15     5             y  F
    Exceptions:
      throws org.apache.batik.parser.ParseException, java.io.IOException

  protected void parseS();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=6, args_size=1
        start local 0 // org.apache.batik.parser.PathParser this
         0: .line 492
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.parser.PathParser.reader:Lorg/apache/batik/util/io/NormalizingReader;
            invokevirtual org.apache.batik.util.io.NormalizingReader.read:()I
            putfield org.apache.batik.parser.PathParser.current:I
         1: .line 493
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.skipSpaces:()V
         2: .line 494
            iconst_1
            istore 1 /* expectNumber */
        start local 1 // boolean expectNumber
         3: .line 497
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.batik.parser.PathParser.current:I
            tableswitch { // 43 - 57
                   43: 6
                   44: 4
                   45: 6
                   46: 6
                   47: 4
                   48: 6
                   49: 6
                   50: 6
                   51: 6
                   52: 6
                   53: 6
                   54: 6
                   55: 6
                   56: 6
                   57: 6
              default: 4
          }
         4: .line 499
      StackMap locals:
      StackMap stack:
            iload 1 /* expectNumber */
            ifeq 5
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.parser.PathParser.current:I
            invokevirtual org.apache.batik.parser.PathParser.reportUnexpected:(I)V
         5: .line 500
      StackMap locals:
      StackMap stack:
            return
         6: .line 508
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.parseFloat:()F
            fstore 2 /* x2 */
        start local 2 // float x2
         7: .line 509
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.skipCommaSpaces:()V
         8: .line 510
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.parseFloat:()F
            fstore 3 /* y2 */
        start local 3 // float y2
         9: .line 511
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.skipCommaSpaces:()V
        10: .line 512
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.parseFloat:()F
            fstore 4 /* x */
        start local 4 // float x
        11: .line 513
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.skipCommaSpaces:()V
        12: .line 514
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.parseFloat:()F
            fstore 5 /* y */
        start local 5 // float y
        13: .line 516
            aload 0 /* this */
            getfield org.apache.batik.parser.PathParser.pathHandler:Lorg/apache/batik/parser/PathHandler;
            fload 2 /* x2 */
            fload 3 /* y2 */
            fload 4 /* x */
            fload 5 /* y */
            invokeinterface org.apache.batik.parser.PathHandler.curvetoCubicSmoothAbs:(FFFF)V
        14: .line 517
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.skipCommaSpaces2:()Z
            istore 1 /* expectNumber */
        end local 5 // float y
        end local 4 // float x
        end local 3 // float y2
        end local 2 // float x2
        15: .line 496
            goto 3
        end local 1 // boolean expectNumber
        end local 0 // org.apache.batik.parser.PathParser this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   16     0          this  Lorg/apache/batik/parser/PathParser;
            3   16     1  expectNumber  Z
            7   15     2            x2  F
            9   15     3            y2  F
           11   15     4             x  F
           13   15     5             y  F
    Exceptions:
      throws org.apache.batik.parser.ParseException, java.io.IOException

  protected void parset();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=4, args_size=1
        start local 0 // org.apache.batik.parser.PathParser this
         0: .line 525
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.parser.PathParser.reader:Lorg/apache/batik/util/io/NormalizingReader;
            invokevirtual org.apache.batik.util.io.NormalizingReader.read:()I
            putfield org.apache.batik.parser.PathParser.current:I
         1: .line 526
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.skipSpaces:()V
         2: .line 527
            iconst_1
            istore 1 /* expectNumber */
        start local 1 // boolean expectNumber
         3: .line 530
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.batik.parser.PathParser.current:I
            tableswitch { // 43 - 57
                   43: 6
                   44: 4
                   45: 6
                   46: 6
                   47: 4
                   48: 6
                   49: 6
                   50: 6
                   51: 6
                   52: 6
                   53: 6
                   54: 6
                   55: 6
                   56: 6
                   57: 6
              default: 4
          }
         4: .line 532
      StackMap locals:
      StackMap stack:
            iload 1 /* expectNumber */
            ifeq 5
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.parser.PathParser.current:I
            invokevirtual org.apache.batik.parser.PathParser.reportUnexpected:(I)V
         5: .line 533
      StackMap locals:
      StackMap stack:
            return
         6: .line 541
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.parseFloat:()F
            fstore 2 /* x */
        start local 2 // float x
         7: .line 542
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.skipCommaSpaces:()V
         8: .line 543
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.parseFloat:()F
            fstore 3 /* y */
        start local 3 // float y
         9: .line 545
            aload 0 /* this */
            getfield org.apache.batik.parser.PathParser.pathHandler:Lorg/apache/batik/parser/PathHandler;
            fload 2 /* x */
            fload 3 /* y */
            invokeinterface org.apache.batik.parser.PathHandler.curvetoQuadraticSmoothRel:(FF)V
        10: .line 546
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.skipCommaSpaces2:()Z
            istore 1 /* expectNumber */
        end local 3 // float y
        end local 2 // float x
        11: .line 529
            goto 3
        end local 1 // boolean expectNumber
        end local 0 // org.apache.batik.parser.PathParser this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   12     0          this  Lorg/apache/batik/parser/PathParser;
            3   12     1  expectNumber  Z
            7   11     2             x  F
            9   11     3             y  F
    Exceptions:
      throws org.apache.batik.parser.ParseException, java.io.IOException

  protected void parseT();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=4, args_size=1
        start local 0 // org.apache.batik.parser.PathParser this
         0: .line 554
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.parser.PathParser.reader:Lorg/apache/batik/util/io/NormalizingReader;
            invokevirtual org.apache.batik.util.io.NormalizingReader.read:()I
            putfield org.apache.batik.parser.PathParser.current:I
         1: .line 555
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.skipSpaces:()V
         2: .line 556
            iconst_1
            istore 1 /* expectNumber */
        start local 1 // boolean expectNumber
         3: .line 559
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.batik.parser.PathParser.current:I
            tableswitch { // 43 - 57
                   43: 6
                   44: 4
                   45: 6
                   46: 6
                   47: 4
                   48: 6
                   49: 6
                   50: 6
                   51: 6
                   52: 6
                   53: 6
                   54: 6
                   55: 6
                   56: 6
                   57: 6
              default: 4
          }
         4: .line 561
      StackMap locals:
      StackMap stack:
            iload 1 /* expectNumber */
            ifeq 5
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.parser.PathParser.current:I
            invokevirtual org.apache.batik.parser.PathParser.reportUnexpected:(I)V
         5: .line 562
      StackMap locals:
      StackMap stack:
            return
         6: .line 570
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.parseFloat:()F
            fstore 2 /* x */
        start local 2 // float x
         7: .line 571
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.skipCommaSpaces:()V
         8: .line 572
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.parseFloat:()F
            fstore 3 /* y */
        start local 3 // float y
         9: .line 574
            aload 0 /* this */
            getfield org.apache.batik.parser.PathParser.pathHandler:Lorg/apache/batik/parser/PathHandler;
            fload 2 /* x */
            fload 3 /* y */
            invokeinterface org.apache.batik.parser.PathHandler.curvetoQuadraticSmoothAbs:(FF)V
        10: .line 575
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.skipCommaSpaces2:()Z
            istore 1 /* expectNumber */
        end local 3 // float y
        end local 2 // float x
        11: .line 558
            goto 3
        end local 1 // boolean expectNumber
        end local 0 // org.apache.batik.parser.PathParser this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   12     0          this  Lorg/apache/batik/parser/PathParser;
            3   12     1  expectNumber  Z
            7   11     2             x  F
            9   11     3             y  F
    Exceptions:
      throws org.apache.batik.parser.ParseException, java.io.IOException

  protected void parsea();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=8, locals=9, args_size=1
        start local 0 // org.apache.batik.parser.PathParser this
         0: .line 583
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.parser.PathParser.reader:Lorg/apache/batik/util/io/NormalizingReader;
            invokevirtual org.apache.batik.util.io.NormalizingReader.read:()I
            putfield org.apache.batik.parser.PathParser.current:I
         1: .line 584
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.skipSpaces:()V
         2: .line 585
            iconst_1
            istore 1 /* expectNumber */
        start local 1 // boolean expectNumber
         3: .line 588
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.batik.parser.PathParser.current:I
            tableswitch { // 43 - 57
                   43: 6
                   44: 4
                   45: 6
                   46: 6
                   47: 4
                   48: 6
                   49: 6
                   50: 6
                   51: 6
                   52: 6
                   53: 6
                   54: 6
                   55: 6
                   56: 6
                   57: 6
              default: 4
          }
         4: .line 590
      StackMap locals:
      StackMap stack:
            iload 1 /* expectNumber */
            ifeq 5
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.parser.PathParser.current:I
            invokevirtual org.apache.batik.parser.PathParser.reportUnexpected:(I)V
         5: .line 591
      StackMap locals:
      StackMap stack:
            return
         6: .line 599
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.parseFloat:()F
            fstore 2 /* rx */
        start local 2 // float rx
         7: .line 600
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.skipCommaSpaces:()V
         8: .line 601
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.parseFloat:()F
            fstore 3 /* ry */
        start local 3 // float ry
         9: .line 602
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.skipCommaSpaces:()V
        10: .line 603
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.parseFloat:()F
            fstore 4 /* ax */
        start local 4 // float ax
        11: .line 604
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.skipCommaSpaces:()V
        12: .line 607
            aload 0 /* this */
            getfield org.apache.batik.parser.PathParser.current:I
            tableswitch { // 48 - 49
                   48: 14
                   49: 16
              default: 13
          }
        13: .line 608
      StackMap locals: float float float
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.parser.PathParser.current:I
            invokevirtual org.apache.batik.parser.PathParser.reportUnexpected:(I)V
            return
        14: .line 609
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 5 /* laf */
        start local 5 // boolean laf
        15: goto 17
        end local 5 // boolean laf
        16: .line 610
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 5 /* laf */
        start local 5 // boolean laf
        17: .line 613
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.parser.PathParser.reader:Lorg/apache/batik/util/io/NormalizingReader;
            invokevirtual org.apache.batik.util.io.NormalizingReader.read:()I
            putfield org.apache.batik.parser.PathParser.current:I
        18: .line 614
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.skipCommaSpaces:()V
        19: .line 617
            aload 0 /* this */
            getfield org.apache.batik.parser.PathParser.current:I
            tableswitch { // 48 - 49
                   48: 21
                   49: 23
              default: 20
          }
        20: .line 618
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.parser.PathParser.current:I
            invokevirtual org.apache.batik.parser.PathParser.reportUnexpected:(I)V
            return
        21: .line 619
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 6 /* sf */
        start local 6 // boolean sf
        22: goto 24
        end local 6 // boolean sf
        23: .line 620
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 6 /* sf */
        start local 6 // boolean sf
        24: .line 623
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.parser.PathParser.reader:Lorg/apache/batik/util/io/NormalizingReader;
            invokevirtual org.apache.batik.util.io.NormalizingReader.read:()I
            putfield org.apache.batik.parser.PathParser.current:I
        25: .line 624
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.skipCommaSpaces:()V
        26: .line 626
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.parseFloat:()F
            fstore 7 /* x */
        start local 7 // float x
        27: .line 627
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.skipCommaSpaces:()V
        28: .line 628
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.parseFloat:()F
            fstore 8 /* y */
        start local 8 // float y
        29: .line 630
            aload 0 /* this */
            getfield org.apache.batik.parser.PathParser.pathHandler:Lorg/apache/batik/parser/PathHandler;
            fload 2 /* rx */
            fload 3 /* ry */
            fload 4 /* ax */
            iload 5 /* laf */
            iload 6 /* sf */
            fload 7 /* x */
            fload 8 /* y */
            invokeinterface org.apache.batik.parser.PathHandler.arcRel:(FFFZZFF)V
        30: .line 631
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.skipCommaSpaces2:()Z
            istore 1 /* expectNumber */
        end local 8 // float y
        end local 7 // float x
        end local 6 // boolean sf
        end local 5 // boolean laf
        end local 4 // float ax
        end local 3 // float ry
        end local 2 // float rx
        31: .line 587
            goto 3
        end local 1 // boolean expectNumber
        end local 0 // org.apache.batik.parser.PathParser this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   32     0          this  Lorg/apache/batik/parser/PathParser;
            3   32     1  expectNumber  Z
            7   31     2            rx  F
            9   31     3            ry  F
           11   31     4            ax  F
           15   16     5           laf  Z
           17   31     5           laf  Z
           22   23     6            sf  Z
           24   31     6            sf  Z
           27   31     7             x  F
           29   31     8             y  F
    Exceptions:
      throws org.apache.batik.parser.ParseException, java.io.IOException

  protected void parseA();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=8, locals=9, args_size=1
        start local 0 // org.apache.batik.parser.PathParser this
         0: .line 639
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.parser.PathParser.reader:Lorg/apache/batik/util/io/NormalizingReader;
            invokevirtual org.apache.batik.util.io.NormalizingReader.read:()I
            putfield org.apache.batik.parser.PathParser.current:I
         1: .line 640
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.skipSpaces:()V
         2: .line 641
            iconst_1
            istore 1 /* expectNumber */
        start local 1 // boolean expectNumber
         3: .line 644
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.batik.parser.PathParser.current:I
            tableswitch { // 43 - 57
                   43: 6
                   44: 4
                   45: 6
                   46: 6
                   47: 4
                   48: 6
                   49: 6
                   50: 6
                   51: 6
                   52: 6
                   53: 6
                   54: 6
                   55: 6
                   56: 6
                   57: 6
              default: 4
          }
         4: .line 646
      StackMap locals:
      StackMap stack:
            iload 1 /* expectNumber */
            ifeq 5
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.parser.PathParser.current:I
            invokevirtual org.apache.batik.parser.PathParser.reportUnexpected:(I)V
         5: .line 647
      StackMap locals:
      StackMap stack:
            return
         6: .line 655
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.parseFloat:()F
            fstore 2 /* rx */
        start local 2 // float rx
         7: .line 656
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.skipCommaSpaces:()V
         8: .line 657
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.parseFloat:()F
            fstore 3 /* ry */
        start local 3 // float ry
         9: .line 658
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.skipCommaSpaces:()V
        10: .line 659
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.parseFloat:()F
            fstore 4 /* ax */
        start local 4 // float ax
        11: .line 660
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.skipCommaSpaces:()V
        12: .line 663
            aload 0 /* this */
            getfield org.apache.batik.parser.PathParser.current:I
            tableswitch { // 48 - 49
                   48: 14
                   49: 16
              default: 13
          }
        13: .line 664
      StackMap locals: float float float
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.parser.PathParser.current:I
            invokevirtual org.apache.batik.parser.PathParser.reportUnexpected:(I)V
            return
        14: .line 665
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 5 /* laf */
        start local 5 // boolean laf
        15: goto 17
        end local 5 // boolean laf
        16: .line 666
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 5 /* laf */
        start local 5 // boolean laf
        17: .line 669
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.parser.PathParser.reader:Lorg/apache/batik/util/io/NormalizingReader;
            invokevirtual org.apache.batik.util.io.NormalizingReader.read:()I
            putfield org.apache.batik.parser.PathParser.current:I
        18: .line 670
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.skipCommaSpaces:()V
        19: .line 673
            aload 0 /* this */
            getfield org.apache.batik.parser.PathParser.current:I
            tableswitch { // 48 - 49
                   48: 21
                   49: 23
              default: 20
          }
        20: .line 674
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.parser.PathParser.current:I
            invokevirtual org.apache.batik.parser.PathParser.reportUnexpected:(I)V
            return
        21: .line 675
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 6 /* sf */
        start local 6 // boolean sf
        22: goto 24
        end local 6 // boolean sf
        23: .line 676
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 6 /* sf */
        start local 6 // boolean sf
        24: .line 679
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.parser.PathParser.reader:Lorg/apache/batik/util/io/NormalizingReader;
            invokevirtual org.apache.batik.util.io.NormalizingReader.read:()I
            putfield org.apache.batik.parser.PathParser.current:I
        25: .line 680
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.skipCommaSpaces:()V
        26: .line 681
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.parseFloat:()F
            fstore 7 /* x */
        start local 7 // float x
        27: .line 682
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.skipCommaSpaces:()V
        28: .line 683
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.parseFloat:()F
            fstore 8 /* y */
        start local 8 // float y
        29: .line 685
            aload 0 /* this */
            getfield org.apache.batik.parser.PathParser.pathHandler:Lorg/apache/batik/parser/PathHandler;
            fload 2 /* rx */
            fload 3 /* ry */
            fload 4 /* ax */
            iload 5 /* laf */
            iload 6 /* sf */
            fload 7 /* x */
            fload 8 /* y */
            invokeinterface org.apache.batik.parser.PathHandler.arcAbs:(FFFZZFF)V
        30: .line 686
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.skipCommaSpaces2:()Z
            istore 1 /* expectNumber */
        end local 8 // float y
        end local 7 // float x
        end local 6 // boolean sf
        end local 5 // boolean laf
        end local 4 // float ax
        end local 3 // float ry
        end local 2 // float rx
        31: .line 643
            goto 3
        end local 1 // boolean expectNumber
        end local 0 // org.apache.batik.parser.PathParser this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   32     0          this  Lorg/apache/batik/parser/PathParser;
            3   32     1  expectNumber  Z
            7   31     2            rx  F
            9   31     3            ry  F
           11   31     4            ax  F
           15   16     5           laf  Z
           17   31     5           laf  Z
           22   23     6            sf  Z
           24   31     6            sf  Z
           27   31     7             x  F
           29   31     8             y  F
    Exceptions:
      throws org.apache.batik.parser.ParseException, java.io.IOException

  protected void skipSubPath();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.batik.parser.PathParser this
         0: .line 695
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.batik.parser.PathParser.current:I
            lookupswitch { // 3
                   -1: 1
                   77: 1
                  109: 1
              default: 2
          }
         1: .line 696
      StackMap locals:
      StackMap stack:
            return
         2: .line 699
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.parser.PathParser.reader:Lorg/apache/batik/util/io/NormalizingReader;
            invokevirtual org.apache.batik.util.io.NormalizingReader.read:()I
            putfield org.apache.batik.parser.PathParser.current:I
         3: .line 694
            goto 0
        end local 0 // org.apache.batik.parser.PathParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/apache/batik/parser/PathParser;
    Exceptions:
      throws org.apache.batik.parser.ParseException, java.io.IOException

  protected void reportUnexpected(int);
    descriptor: (I)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.batik.parser.PathParser this
        start local 1 // int ch
         0: .line 705
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.parser.PathParser.current:I
            invokevirtual org.apache.batik.parser.PathParser.reportUnexpectedCharacterError:(I)V
         1: .line 706
            aload 0 /* this */
            invokevirtual org.apache.batik.parser.PathParser.skipSubPath:()V
         2: .line 707
            return
        end local 1 // int ch
        end local 0 // org.apache.batik.parser.PathParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/batik/parser/PathParser;
            0    3     1    ch  I
    Exceptions:
      throws org.apache.batik.parser.ParseException, java.io.IOException
    MethodParameters:
      Name  Flags
      ch    

  protected boolean skipCommaSpaces2();
    descriptor: ()Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.batik.parser.PathParser this
         0: .line 715
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.batik.parser.PathParser.current:I
            lookupswitch { // 4
                    9: 2
                   10: 2
                   13: 2
                   32: 2
              default: 1
          }
         1: .line 716
      StackMap locals:
      StackMap stack:
            goto 4
         2: .line 719
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.parser.PathParser.reader:Lorg/apache/batik/util/io/NormalizingReader;
            invokevirtual org.apache.batik.util.io.NormalizingReader.read:()I
            putfield org.apache.batik.parser.PathParser.current:I
         3: .line 714
            goto 0
         4: .line 722
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.batik.parser.PathParser.current:I
            bipush 44
            if_icmpeq 6
         5: .line 723
            iconst_0
            ireturn
         6: .line 726
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.parser.PathParser.reader:Lorg/apache/batik/util/io/NormalizingReader;
            invokevirtual org.apache.batik.util.io.NormalizingReader.read:()I
            dup_x1
            putfield org.apache.batik.parser.PathParser.current:I
            lookupswitch { // 4
                    9: 8
                   10: 8
                   13: 8
                   32: 8
              default: 7
          }
         7: .line 727
      StackMap locals:
      StackMap stack:
            goto 9
         8: .line 725
      StackMap locals:
      StackMap stack:
            goto 6
         9: .line 731
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 0 // org.apache.batik.parser.PathParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lorg/apache/batik/parser/PathParser;
    Exceptions:
      throws java.io.IOException
}
SourceFile: "PathParser.java"