public class org.apache.batik.parser.PathArrayProducer implements org.apache.batik.parser.PathHandler
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.batik.parser.PathArrayProducer
  super_class: java.lang.Object
{
  protected java.util.LinkedList ps;
    descriptor: Ljava/util/LinkedList;
    flags: (0x0004) ACC_PROTECTED

  protected float[] p;
    descriptor: [F
    flags: (0x0004) ACC_PROTECTED

  protected java.util.LinkedList cs;
    descriptor: Ljava/util/LinkedList;
    flags: (0x0004) ACC_PROTECTED

  protected short[] c;
    descriptor: [S
    flags: (0x0004) ACC_PROTECTED

  protected int cindex;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  protected int pindex;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  protected int ccount;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  protected int pcount;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

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

  public short[] getPathCommands();
    descriptor: ()[S
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.batik.parser.PathArrayProducer this
         0: .line 79
            aload 0 /* this */
            getfield org.apache.batik.parser.PathArrayProducer.c:[S
            areturn
        end local 0 // org.apache.batik.parser.PathArrayProducer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/batik/parser/PathArrayProducer;

  public float[] getPathParameters();
    descriptor: ()[F
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.batik.parser.PathArrayProducer this
         0: .line 86
            aload 0 /* this */
            getfield org.apache.batik.parser.PathArrayProducer.p:[F
            areturn
        end local 0 // org.apache.batik.parser.PathArrayProducer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/batik/parser/PathArrayProducer;

  public void startPath();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.batik.parser.PathArrayProducer this
         0: .line 95
            aload 0 /* this */
            new java.util.LinkedList
            dup
            invokespecial java.util.LinkedList.<init>:()V
            putfield org.apache.batik.parser.PathArrayProducer.cs:Ljava/util/LinkedList;
         1: .line 96
            aload 0 /* this */
            bipush 11
            newarray 9
            putfield org.apache.batik.parser.PathArrayProducer.c:[S
         2: .line 97
            aload 0 /* this */
            new java.util.LinkedList
            dup
            invokespecial java.util.LinkedList.<init>:()V
            putfield org.apache.batik.parser.PathArrayProducer.ps:Ljava/util/LinkedList;
         3: .line 98
            aload 0 /* this */
            bipush 11
            newarray 6
            putfield org.apache.batik.parser.PathArrayProducer.p:[F
         4: .line 99
            aload 0 /* this */
            iconst_0
            putfield org.apache.batik.parser.PathArrayProducer.ccount:I
         5: .line 100
            aload 0 /* this */
            iconst_0
            putfield org.apache.batik.parser.PathArrayProducer.pcount:I
         6: .line 101
            aload 0 /* this */
            iconst_0
            putfield org.apache.batik.parser.PathArrayProducer.cindex:I
         7: .line 102
            aload 0 /* this */
            iconst_0
            putfield org.apache.batik.parser.PathArrayProducer.pindex:I
         8: .line 103
            return
        end local 0 // org.apache.batik.parser.PathArrayProducer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lorg/apache/batik/parser/PathArrayProducer;
    Exceptions:
      throws org.apache.batik.parser.ParseException

  public void movetoRel(float, float);
    descriptor: (FF)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.apache.batik.parser.PathArrayProducer this
        start local 1 // float x
        start local 2 // float y
         0: .line 109
            aload 0 /* this */
            iconst_3
            invokevirtual org.apache.batik.parser.PathArrayProducer.command:(S)V
         1: .line 110
            aload 0 /* this */
            fload 1 /* x */
            invokevirtual org.apache.batik.parser.PathArrayProducer.param:(F)V
         2: .line 111
            aload 0 /* this */
            fload 2 /* y */
            invokevirtual org.apache.batik.parser.PathArrayProducer.param:(F)V
         3: .line 112
            return
        end local 2 // float y
        end local 1 // float x
        end local 0 // org.apache.batik.parser.PathArrayProducer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/apache/batik/parser/PathArrayProducer;
            0    4     1     x  F
            0    4     2     y  F
    Exceptions:
      throws org.apache.batik.parser.ParseException
    MethodParameters:
      Name  Flags
      x     
      y     

  public void movetoAbs(float, float);
    descriptor: (FF)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.apache.batik.parser.PathArrayProducer this
        start local 1 // float x
        start local 2 // float y
         0: .line 118
            aload 0 /* this */
            iconst_2
            invokevirtual org.apache.batik.parser.PathArrayProducer.command:(S)V
         1: .line 119
            aload 0 /* this */
            fload 1 /* x */
            invokevirtual org.apache.batik.parser.PathArrayProducer.param:(F)V
         2: .line 120
            aload 0 /* this */
            fload 2 /* y */
            invokevirtual org.apache.batik.parser.PathArrayProducer.param:(F)V
         3: .line 121
            return
        end local 2 // float y
        end local 1 // float x
        end local 0 // org.apache.batik.parser.PathArrayProducer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/apache/batik/parser/PathArrayProducer;
            0    4     1     x  F
            0    4     2     y  F
    Exceptions:
      throws org.apache.batik.parser.ParseException
    MethodParameters:
      Name  Flags
      x     
      y     

  public void closePath();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.batik.parser.PathArrayProducer this
         0: .line 127
            aload 0 /* this */
            iconst_1
            invokevirtual org.apache.batik.parser.PathArrayProducer.command:(S)V
         1: .line 128
            return
        end local 0 // org.apache.batik.parser.PathArrayProducer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/batik/parser/PathArrayProducer;
    Exceptions:
      throws org.apache.batik.parser.ParseException

  public void linetoRel(float, float);
    descriptor: (FF)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.apache.batik.parser.PathArrayProducer this
        start local 1 // float x
        start local 2 // float y
         0: .line 134
            aload 0 /* this */
            iconst_5
            invokevirtual org.apache.batik.parser.PathArrayProducer.command:(S)V
         1: .line 135
            aload 0 /* this */
            fload 1 /* x */
            invokevirtual org.apache.batik.parser.PathArrayProducer.param:(F)V
         2: .line 136
            aload 0 /* this */
            fload 2 /* y */
            invokevirtual org.apache.batik.parser.PathArrayProducer.param:(F)V
         3: .line 137
            return
        end local 2 // float y
        end local 1 // float x
        end local 0 // org.apache.batik.parser.PathArrayProducer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/apache/batik/parser/PathArrayProducer;
            0    4     1     x  F
            0    4     2     y  F
    Exceptions:
      throws org.apache.batik.parser.ParseException
    MethodParameters:
      Name  Flags
      x     
      y     

  public void linetoAbs(float, float);
    descriptor: (FF)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.apache.batik.parser.PathArrayProducer this
        start local 1 // float x
        start local 2 // float y
         0: .line 143
            aload 0 /* this */
            iconst_4
            invokevirtual org.apache.batik.parser.PathArrayProducer.command:(S)V
         1: .line 144
            aload 0 /* this */
            fload 1 /* x */
            invokevirtual org.apache.batik.parser.PathArrayProducer.param:(F)V
         2: .line 145
            aload 0 /* this */
            fload 2 /* y */
            invokevirtual org.apache.batik.parser.PathArrayProducer.param:(F)V
         3: .line 146
            return
        end local 2 // float y
        end local 1 // float x
        end local 0 // org.apache.batik.parser.PathArrayProducer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/apache/batik/parser/PathArrayProducer;
            0    4     1     x  F
            0    4     2     y  F
    Exceptions:
      throws org.apache.batik.parser.ParseException
    MethodParameters:
      Name  Flags
      x     
      y     

  public void linetoHorizontalRel(float);
    descriptor: (F)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.batik.parser.PathArrayProducer this
        start local 1 // float x
         0: .line 152
            aload 0 /* this */
            bipush 13
            invokevirtual org.apache.batik.parser.PathArrayProducer.command:(S)V
         1: .line 153
            aload 0 /* this */
            fload 1 /* x */
            invokevirtual org.apache.batik.parser.PathArrayProducer.param:(F)V
         2: .line 154
            return
        end local 1 // float x
        end local 0 // org.apache.batik.parser.PathArrayProducer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/batik/parser/PathArrayProducer;
            0    3     1     x  F
    Exceptions:
      throws org.apache.batik.parser.ParseException
    MethodParameters:
      Name  Flags
      x     

  public void linetoHorizontalAbs(float);
    descriptor: (F)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.batik.parser.PathArrayProducer this
        start local 1 // float x
         0: .line 160
            aload 0 /* this */
            bipush 12
            invokevirtual org.apache.batik.parser.PathArrayProducer.command:(S)V
         1: .line 161
            aload 0 /* this */
            fload 1 /* x */
            invokevirtual org.apache.batik.parser.PathArrayProducer.param:(F)V
         2: .line 162
            return
        end local 1 // float x
        end local 0 // org.apache.batik.parser.PathArrayProducer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/batik/parser/PathArrayProducer;
            0    3     1     x  F
    Exceptions:
      throws org.apache.batik.parser.ParseException
    MethodParameters:
      Name  Flags
      x     

  public void linetoVerticalRel(float);
    descriptor: (F)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.batik.parser.PathArrayProducer this
        start local 1 // float y
         0: .line 168
            aload 0 /* this */
            bipush 15
            invokevirtual org.apache.batik.parser.PathArrayProducer.command:(S)V
         1: .line 169
            aload 0 /* this */
            fload 1 /* y */
            invokevirtual org.apache.batik.parser.PathArrayProducer.param:(F)V
         2: .line 170
            return
        end local 1 // float y
        end local 0 // org.apache.batik.parser.PathArrayProducer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/batik/parser/PathArrayProducer;
            0    3     1     y  F
    Exceptions:
      throws org.apache.batik.parser.ParseException
    MethodParameters:
      Name  Flags
      y     

  public void linetoVerticalAbs(float);
    descriptor: (F)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.batik.parser.PathArrayProducer this
        start local 1 // float y
         0: .line 176
            aload 0 /* this */
            bipush 14
            invokevirtual org.apache.batik.parser.PathArrayProducer.command:(S)V
         1: .line 177
            aload 0 /* this */
            fload 1 /* y */
            invokevirtual org.apache.batik.parser.PathArrayProducer.param:(F)V
         2: .line 178
            return
        end local 1 // float y
        end local 0 // org.apache.batik.parser.PathArrayProducer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/batik/parser/PathArrayProducer;
            0    3     1     y  F
    Exceptions:
      throws org.apache.batik.parser.ParseException
    MethodParameters:
      Name  Flags
      y     

  public void curvetoCubicRel(float, float, float, float, float, float);
    descriptor: (FFFFFF)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=7, args_size=7
        start local 0 // org.apache.batik.parser.PathArrayProducer this
        start local 1 // float x1
        start local 2 // float y1
        start local 3 // float x2
        start local 4 // float y2
        start local 5 // float x
        start local 6 // float y
         0: .line 187
            aload 0 /* this */
            bipush 7
            invokevirtual org.apache.batik.parser.PathArrayProducer.command:(S)V
         1: .line 188
            aload 0 /* this */
            fload 1 /* x1 */
            invokevirtual org.apache.batik.parser.PathArrayProducer.param:(F)V
         2: .line 189
            aload 0 /* this */
            fload 2 /* y1 */
            invokevirtual org.apache.batik.parser.PathArrayProducer.param:(F)V
         3: .line 190
            aload 0 /* this */
            fload 3 /* x2 */
            invokevirtual org.apache.batik.parser.PathArrayProducer.param:(F)V
         4: .line 191
            aload 0 /* this */
            fload 4 /* y2 */
            invokevirtual org.apache.batik.parser.PathArrayProducer.param:(F)V
         5: .line 192
            aload 0 /* this */
            fload 5 /* x */
            invokevirtual org.apache.batik.parser.PathArrayProducer.param:(F)V
         6: .line 193
            aload 0 /* this */
            fload 6 /* y */
            invokevirtual org.apache.batik.parser.PathArrayProducer.param:(F)V
         7: .line 194
            return
        end local 6 // float y
        end local 5 // float x
        end local 4 // float y2
        end local 3 // float x2
        end local 2 // float y1
        end local 1 // float x1
        end local 0 // org.apache.batik.parser.PathArrayProducer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lorg/apache/batik/parser/PathArrayProducer;
            0    8     1    x1  F
            0    8     2    y1  F
            0    8     3    x2  F
            0    8     4    y2  F
            0    8     5     x  F
            0    8     6     y  F
    Exceptions:
      throws org.apache.batik.parser.ParseException
    MethodParameters:
      Name  Flags
      x1    
      y1    
      x2    
      y2    
      x     
      y     

  public void curvetoCubicAbs(float, float, float, float, float, float);
    descriptor: (FFFFFF)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=7, args_size=7
        start local 0 // org.apache.batik.parser.PathArrayProducer this
        start local 1 // float x1
        start local 2 // float y1
        start local 3 // float x2
        start local 4 // float y2
        start local 5 // float x
        start local 6 // float y
         0: .line 203
            aload 0 /* this */
            bipush 6
            invokevirtual org.apache.batik.parser.PathArrayProducer.command:(S)V
         1: .line 204
            aload 0 /* this */
            fload 1 /* x1 */
            invokevirtual org.apache.batik.parser.PathArrayProducer.param:(F)V
         2: .line 205
            aload 0 /* this */
            fload 2 /* y1 */
            invokevirtual org.apache.batik.parser.PathArrayProducer.param:(F)V
         3: .line 206
            aload 0 /* this */
            fload 3 /* x2 */
            invokevirtual org.apache.batik.parser.PathArrayProducer.param:(F)V
         4: .line 207
            aload 0 /* this */
            fload 4 /* y2 */
            invokevirtual org.apache.batik.parser.PathArrayProducer.param:(F)V
         5: .line 208
            aload 0 /* this */
            fload 5 /* x */
            invokevirtual org.apache.batik.parser.PathArrayProducer.param:(F)V
         6: .line 209
            aload 0 /* this */
            fload 6 /* y */
            invokevirtual org.apache.batik.parser.PathArrayProducer.param:(F)V
         7: .line 210
            return
        end local 6 // float y
        end local 5 // float x
        end local 4 // float y2
        end local 3 // float x2
        end local 2 // float y1
        end local 1 // float x1
        end local 0 // org.apache.batik.parser.PathArrayProducer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lorg/apache/batik/parser/PathArrayProducer;
            0    8     1    x1  F
            0    8     2    y1  F
            0    8     3    x2  F
            0    8     4    y2  F
            0    8     5     x  F
            0    8     6     y  F
    Exceptions:
      throws org.apache.batik.parser.ParseException
    MethodParameters:
      Name  Flags
      x1    
      y1    
      x2    
      y2    
      x     
      y     

  public void curvetoCubicSmoothRel(float, float, float, float);
    descriptor: (FFFF)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // org.apache.batik.parser.PathArrayProducer this
        start local 1 // float x2
        start local 2 // float y2
        start local 3 // float x
        start local 4 // float y
         0: .line 218
            aload 0 /* this */
            bipush 17
            invokevirtual org.apache.batik.parser.PathArrayProducer.command:(S)V
         1: .line 219
            aload 0 /* this */
            fload 1 /* x2 */
            invokevirtual org.apache.batik.parser.PathArrayProducer.param:(F)V
         2: .line 220
            aload 0 /* this */
            fload 2 /* y2 */
            invokevirtual org.apache.batik.parser.PathArrayProducer.param:(F)V
         3: .line 221
            aload 0 /* this */
            fload 3 /* x */
            invokevirtual org.apache.batik.parser.PathArrayProducer.param:(F)V
         4: .line 222
            aload 0 /* this */
            fload 4 /* y */
            invokevirtual org.apache.batik.parser.PathArrayProducer.param:(F)V
         5: .line 223
            return
        end local 4 // float y
        end local 3 // float x
        end local 2 // float y2
        end local 1 // float x2
        end local 0 // org.apache.batik.parser.PathArrayProducer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/apache/batik/parser/PathArrayProducer;
            0    6     1    x2  F
            0    6     2    y2  F
            0    6     3     x  F
            0    6     4     y  F
    Exceptions:
      throws org.apache.batik.parser.ParseException
    MethodParameters:
      Name  Flags
      x2    
      y2    
      x     
      y     

  public void curvetoCubicSmoothAbs(float, float, float, float);
    descriptor: (FFFF)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // org.apache.batik.parser.PathArrayProducer this
        start local 1 // float x2
        start local 2 // float y2
        start local 3 // float x
        start local 4 // float y
         0: .line 231
            aload 0 /* this */
            bipush 16
            invokevirtual org.apache.batik.parser.PathArrayProducer.command:(S)V
         1: .line 232
            aload 0 /* this */
            fload 1 /* x2 */
            invokevirtual org.apache.batik.parser.PathArrayProducer.param:(F)V
         2: .line 233
            aload 0 /* this */
            fload 2 /* y2 */
            invokevirtual org.apache.batik.parser.PathArrayProducer.param:(F)V
         3: .line 234
            aload 0 /* this */
            fload 3 /* x */
            invokevirtual org.apache.batik.parser.PathArrayProducer.param:(F)V
         4: .line 235
            aload 0 /* this */
            fload 4 /* y */
            invokevirtual org.apache.batik.parser.PathArrayProducer.param:(F)V
         5: .line 236
            return
        end local 4 // float y
        end local 3 // float x
        end local 2 // float y2
        end local 1 // float x2
        end local 0 // org.apache.batik.parser.PathArrayProducer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/apache/batik/parser/PathArrayProducer;
            0    6     1    x2  F
            0    6     2    y2  F
            0    6     3     x  F
            0    6     4     y  F
    Exceptions:
      throws org.apache.batik.parser.ParseException
    MethodParameters:
      Name  Flags
      x2    
      y2    
      x     
      y     

  public void curvetoQuadraticRel(float, float, float, float);
    descriptor: (FFFF)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // org.apache.batik.parser.PathArrayProducer this
        start local 1 // float x1
        start local 2 // float y1
        start local 3 // float x
        start local 4 // float y
         0: .line 244
            aload 0 /* this */
            bipush 9
            invokevirtual org.apache.batik.parser.PathArrayProducer.command:(S)V
         1: .line 245
            aload 0 /* this */
            fload 1 /* x1 */
            invokevirtual org.apache.batik.parser.PathArrayProducer.param:(F)V
         2: .line 246
            aload 0 /* this */
            fload 2 /* y1 */
            invokevirtual org.apache.batik.parser.PathArrayProducer.param:(F)V
         3: .line 247
            aload 0 /* this */
            fload 3 /* x */
            invokevirtual org.apache.batik.parser.PathArrayProducer.param:(F)V
         4: .line 248
            aload 0 /* this */
            fload 4 /* y */
            invokevirtual org.apache.batik.parser.PathArrayProducer.param:(F)V
         5: .line 249
            return
        end local 4 // float y
        end local 3 // float x
        end local 2 // float y1
        end local 1 // float x1
        end local 0 // org.apache.batik.parser.PathArrayProducer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/apache/batik/parser/PathArrayProducer;
            0    6     1    x1  F
            0    6     2    y1  F
            0    6     3     x  F
            0    6     4     y  F
    Exceptions:
      throws org.apache.batik.parser.ParseException
    MethodParameters:
      Name  Flags
      x1    
      y1    
      x     
      y     

  public void curvetoQuadraticAbs(float, float, float, float);
    descriptor: (FFFF)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // org.apache.batik.parser.PathArrayProducer this
        start local 1 // float x1
        start local 2 // float y1
        start local 3 // float x
        start local 4 // float y
         0: .line 257
            aload 0 /* this */
            bipush 8
            invokevirtual org.apache.batik.parser.PathArrayProducer.command:(S)V
         1: .line 258
            aload 0 /* this */
            fload 1 /* x1 */
            invokevirtual org.apache.batik.parser.PathArrayProducer.param:(F)V
         2: .line 259
            aload 0 /* this */
            fload 2 /* y1 */
            invokevirtual org.apache.batik.parser.PathArrayProducer.param:(F)V
         3: .line 260
            aload 0 /* this */
            fload 3 /* x */
            invokevirtual org.apache.batik.parser.PathArrayProducer.param:(F)V
         4: .line 261
            aload 0 /* this */
            fload 4 /* y */
            invokevirtual org.apache.batik.parser.PathArrayProducer.param:(F)V
         5: .line 262
            return
        end local 4 // float y
        end local 3 // float x
        end local 2 // float y1
        end local 1 // float x1
        end local 0 // org.apache.batik.parser.PathArrayProducer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/apache/batik/parser/PathArrayProducer;
            0    6     1    x1  F
            0    6     2    y1  F
            0    6     3     x  F
            0    6     4     y  F
    Exceptions:
      throws org.apache.batik.parser.ParseException
    MethodParameters:
      Name  Flags
      x1    
      y1    
      x     
      y     

  public void curvetoQuadraticSmoothRel(float, float);
    descriptor: (FF)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.apache.batik.parser.PathArrayProducer this
        start local 1 // float x
        start local 2 // float y
         0: .line 269
            aload 0 /* this */
            bipush 19
            invokevirtual org.apache.batik.parser.PathArrayProducer.command:(S)V
         1: .line 270
            aload 0 /* this */
            fload 1 /* x */
            invokevirtual org.apache.batik.parser.PathArrayProducer.param:(F)V
         2: .line 271
            aload 0 /* this */
            fload 2 /* y */
            invokevirtual org.apache.batik.parser.PathArrayProducer.param:(F)V
         3: .line 272
            return
        end local 2 // float y
        end local 1 // float x
        end local 0 // org.apache.batik.parser.PathArrayProducer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/apache/batik/parser/PathArrayProducer;
            0    4     1     x  F
            0    4     2     y  F
    Exceptions:
      throws org.apache.batik.parser.ParseException
    MethodParameters:
      Name  Flags
      x     
      y     

  public void curvetoQuadraticSmoothAbs(float, float);
    descriptor: (FF)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.apache.batik.parser.PathArrayProducer this
        start local 1 // float x
        start local 2 // float y
         0: .line 279
            aload 0 /* this */
            bipush 18
            invokevirtual org.apache.batik.parser.PathArrayProducer.command:(S)V
         1: .line 280
            aload 0 /* this */
            fload 1 /* x */
            invokevirtual org.apache.batik.parser.PathArrayProducer.param:(F)V
         2: .line 281
            aload 0 /* this */
            fload 2 /* y */
            invokevirtual org.apache.batik.parser.PathArrayProducer.param:(F)V
         3: .line 282
            return
        end local 2 // float y
        end local 1 // float x
        end local 0 // org.apache.batik.parser.PathArrayProducer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/apache/batik/parser/PathArrayProducer;
            0    4     1     x  F
            0    4     2     y  F
    Exceptions:
      throws org.apache.batik.parser.ParseException
    MethodParameters:
      Name  Flags
      x     
      y     

  public void arcRel(float, float, float, boolean, boolean, float, float);
    descriptor: (FFFZZFF)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=8, args_size=8
        start local 0 // org.apache.batik.parser.PathArrayProducer this
        start local 1 // float rx
        start local 2 // float ry
        start local 3 // float xAxisRotation
        start local 4 // boolean largeArcFlag
        start local 5 // boolean sweepFlag
        start local 6 // float x
        start local 7 // float y
         0: .line 292
            aload 0 /* this */
            bipush 11
            invokevirtual org.apache.batik.parser.PathArrayProducer.command:(S)V
         1: .line 293
            aload 0 /* this */
            fload 1 /* rx */
            invokevirtual org.apache.batik.parser.PathArrayProducer.param:(F)V
         2: .line 294
            aload 0 /* this */
            fload 2 /* ry */
            invokevirtual org.apache.batik.parser.PathArrayProducer.param:(F)V
         3: .line 295
            aload 0 /* this */
            fload 3 /* xAxisRotation */
            invokevirtual org.apache.batik.parser.PathArrayProducer.param:(F)V
         4: .line 296
            aload 0 /* this */
            iload 4 /* largeArcFlag */
            ifeq 5
            iconst_1
            goto 6
      StackMap locals:
      StackMap stack: org.apache.batik.parser.PathArrayProducer
         5: iconst_0
      StackMap locals: org.apache.batik.parser.PathArrayProducer float float float int int float float
      StackMap stack: org.apache.batik.parser.PathArrayProducer int
         6: i2f
            invokevirtual org.apache.batik.parser.PathArrayProducer.param:(F)V
         7: .line 297
            aload 0 /* this */
            iload 5 /* sweepFlag */
            ifeq 8
            iconst_1
            goto 9
      StackMap locals:
      StackMap stack: org.apache.batik.parser.PathArrayProducer
         8: iconst_0
      StackMap locals: org.apache.batik.parser.PathArrayProducer float float float int int float float
      StackMap stack: org.apache.batik.parser.PathArrayProducer int
         9: i2f
            invokevirtual org.apache.batik.parser.PathArrayProducer.param:(F)V
        10: .line 298
            aload 0 /* this */
            fload 6 /* x */
            invokevirtual org.apache.batik.parser.PathArrayProducer.param:(F)V
        11: .line 299
            aload 0 /* this */
            fload 7 /* y */
            invokevirtual org.apache.batik.parser.PathArrayProducer.param:(F)V
        12: .line 300
            return
        end local 7 // float y
        end local 6 // float x
        end local 5 // boolean sweepFlag
        end local 4 // boolean largeArcFlag
        end local 3 // float xAxisRotation
        end local 2 // float ry
        end local 1 // float rx
        end local 0 // org.apache.batik.parser.PathArrayProducer this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   13     0           this  Lorg/apache/batik/parser/PathArrayProducer;
            0   13     1             rx  F
            0   13     2             ry  F
            0   13     3  xAxisRotation  F
            0   13     4   largeArcFlag  Z
            0   13     5      sweepFlag  Z
            0   13     6              x  F
            0   13     7              y  F
    Exceptions:
      throws org.apache.batik.parser.ParseException
    MethodParameters:
               Name  Flags
      rx             
      ry             
      xAxisRotation  
      largeArcFlag   
      sweepFlag      
      x              
      y              

  public void arcAbs(float, float, float, boolean, boolean, float, float);
    descriptor: (FFFZZFF)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=8, args_size=8
        start local 0 // org.apache.batik.parser.PathArrayProducer this
        start local 1 // float rx
        start local 2 // float ry
        start local 3 // float xAxisRotation
        start local 4 // boolean largeArcFlag
        start local 5 // boolean sweepFlag
        start local 6 // float x
        start local 7 // float y
         0: .line 310
            aload 0 /* this */
            bipush 10
            invokevirtual org.apache.batik.parser.PathArrayProducer.command:(S)V
         1: .line 311
            aload 0 /* this */
            fload 1 /* rx */
            invokevirtual org.apache.batik.parser.PathArrayProducer.param:(F)V
         2: .line 312
            aload 0 /* this */
            fload 2 /* ry */
            invokevirtual org.apache.batik.parser.PathArrayProducer.param:(F)V
         3: .line 313
            aload 0 /* this */
            fload 3 /* xAxisRotation */
            invokevirtual org.apache.batik.parser.PathArrayProducer.param:(F)V
         4: .line 314
            aload 0 /* this */
            iload 4 /* largeArcFlag */
            ifeq 5
            iconst_1
            goto 6
      StackMap locals:
      StackMap stack: org.apache.batik.parser.PathArrayProducer
         5: iconst_0
      StackMap locals: org.apache.batik.parser.PathArrayProducer float float float int int float float
      StackMap stack: org.apache.batik.parser.PathArrayProducer int
         6: i2f
            invokevirtual org.apache.batik.parser.PathArrayProducer.param:(F)V
         7: .line 315
            aload 0 /* this */
            iload 5 /* sweepFlag */
            ifeq 8
            iconst_1
            goto 9
      StackMap locals:
      StackMap stack: org.apache.batik.parser.PathArrayProducer
         8: iconst_0
      StackMap locals: org.apache.batik.parser.PathArrayProducer float float float int int float float
      StackMap stack: org.apache.batik.parser.PathArrayProducer int
         9: i2f
            invokevirtual org.apache.batik.parser.PathArrayProducer.param:(F)V
        10: .line 316
            aload 0 /* this */
            fload 6 /* x */
            invokevirtual org.apache.batik.parser.PathArrayProducer.param:(F)V
        11: .line 317
            aload 0 /* this */
            fload 7 /* y */
            invokevirtual org.apache.batik.parser.PathArrayProducer.param:(F)V
        12: .line 318
            return
        end local 7 // float y
        end local 6 // float x
        end local 5 // boolean sweepFlag
        end local 4 // boolean largeArcFlag
        end local 3 // float xAxisRotation
        end local 2 // float ry
        end local 1 // float rx
        end local 0 // org.apache.batik.parser.PathArrayProducer this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   13     0           this  Lorg/apache/batik/parser/PathArrayProducer;
            0   13     1             rx  F
            0   13     2             ry  F
            0   13     3  xAxisRotation  F
            0   13     4   largeArcFlag  Z
            0   13     5      sweepFlag  Z
            0   13     6              x  F
            0   13     7              y  F
    Exceptions:
      throws org.apache.batik.parser.ParseException
    MethodParameters:
               Name  Flags
      rx             
      ry             
      xAxisRotation  
      largeArcFlag   
      sweepFlag      
      x              
      y              

  protected void command(short);
    descriptor: (S)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.apache.batik.parser.PathArrayProducer this
        start local 1 // short val
         0: .line 324
            aload 0 /* this */
            getfield org.apache.batik.parser.PathArrayProducer.cindex:I
            aload 0 /* this */
            getfield org.apache.batik.parser.PathArrayProducer.c:[S
            arraylength
            if_icmpne 4
         1: .line 325
            aload 0 /* this */
            getfield org.apache.batik.parser.PathArrayProducer.cs:Ljava/util/LinkedList;
            aload 0 /* this */
            getfield org.apache.batik.parser.PathArrayProducer.c:[S
            invokevirtual java.util.LinkedList.add:(Ljava/lang/Object;)Z
            pop
         2: .line 326
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.parser.PathArrayProducer.c:[S
            arraylength
            iconst_2
            imul
            iconst_1
            iadd
            newarray 9
            putfield org.apache.batik.parser.PathArrayProducer.c:[S
         3: .line 327
            aload 0 /* this */
            iconst_0
            putfield org.apache.batik.parser.PathArrayProducer.cindex:I
         4: .line 329
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.batik.parser.PathArrayProducer.c:[S
            aload 0 /* this */
            dup
            getfield org.apache.batik.parser.PathArrayProducer.cindex:I
            dup_x1
            iconst_1
            iadd
            putfield org.apache.batik.parser.PathArrayProducer.cindex:I
            iload 1 /* val */
            sastore
         5: .line 330
            aload 0 /* this */
            dup
            getfield org.apache.batik.parser.PathArrayProducer.ccount:I
            iconst_1
            iadd
            putfield org.apache.batik.parser.PathArrayProducer.ccount:I
         6: .line 331
            return
        end local 1 // short val
        end local 0 // org.apache.batik.parser.PathArrayProducer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/apache/batik/parser/PathArrayProducer;
            0    7     1   val  S
    Exceptions:
      throws org.apache.batik.parser.ParseException
    MethodParameters:
      Name  Flags
      val   

  protected void param(float);
    descriptor: (F)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.apache.batik.parser.PathArrayProducer this
        start local 1 // float val
         0: .line 337
            aload 0 /* this */
            getfield org.apache.batik.parser.PathArrayProducer.pindex:I
            aload 0 /* this */
            getfield org.apache.batik.parser.PathArrayProducer.p:[F
            arraylength
            if_icmpne 4
         1: .line 338
            aload 0 /* this */
            getfield org.apache.batik.parser.PathArrayProducer.ps:Ljava/util/LinkedList;
            aload 0 /* this */
            getfield org.apache.batik.parser.PathArrayProducer.p:[F
            invokevirtual java.util.LinkedList.add:(Ljava/lang/Object;)Z
            pop
         2: .line 339
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.parser.PathArrayProducer.p:[F
            arraylength
            iconst_2
            imul
            iconst_1
            iadd
            newarray 6
            putfield org.apache.batik.parser.PathArrayProducer.p:[F
         3: .line 340
            aload 0 /* this */
            iconst_0
            putfield org.apache.batik.parser.PathArrayProducer.pindex:I
         4: .line 342
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.batik.parser.PathArrayProducer.p:[F
            aload 0 /* this */
            dup
            getfield org.apache.batik.parser.PathArrayProducer.pindex:I
            dup_x1
            iconst_1
            iadd
            putfield org.apache.batik.parser.PathArrayProducer.pindex:I
            fload 1 /* val */
            fastore
         5: .line 343
            aload 0 /* this */
            dup
            getfield org.apache.batik.parser.PathArrayProducer.pcount:I
            iconst_1
            iadd
            putfield org.apache.batik.parser.PathArrayProducer.pcount:I
         6: .line 344
            return
        end local 1 // float val
        end local 0 // org.apache.batik.parser.PathArrayProducer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/apache/batik/parser/PathArrayProducer;
            0    7     1   val  F
    Exceptions:
      throws org.apache.batik.parser.ParseException
    MethodParameters:
      Name  Flags
      val   

  public void endPath();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=1
        start local 0 // org.apache.batik.parser.PathArrayProducer this
         0: .line 350
            aload 0 /* this */
            getfield org.apache.batik.parser.PathArrayProducer.ccount:I
            newarray 9
            astore 1 /* allCommands */
        start local 1 // short[] allCommands
         1: .line 351
            iconst_0
            istore 2 /* pos */
        start local 2 // int pos
         2: .line 352
            aload 0 /* this */
            getfield org.apache.batik.parser.PathArrayProducer.cs:Ljava/util/LinkedList;
            invokevirtual java.util.LinkedList.iterator:()Ljava/util/Iterator;
            astore 3 /* it */
        start local 3 // java.util.Iterator it
         3: .line 353
            goto 7
         4: .line 354
      StackMap locals: short[] int java.util.Iterator
      StackMap stack:
            aload 3 /* it */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast short[]
            astore 4 /* a */
        start local 4 // short[] a
         5: .line 355
            aload 4 /* a */
            iconst_0
            aload 1 /* allCommands */
            iload 2 /* pos */
            aload 4 /* a */
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         6: .line 356
            iload 2 /* pos */
            aload 4 /* a */
            arraylength
            iadd
            istore 2 /* pos */
        end local 4 // short[] a
         7: .line 353
      StackMap locals:
      StackMap stack:
            aload 3 /* it */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 4
         8: .line 358
            aload 0 /* this */
            getfield org.apache.batik.parser.PathArrayProducer.c:[S
            iconst_0
            aload 1 /* allCommands */
            iload 2 /* pos */
            aload 0 /* this */
            getfield org.apache.batik.parser.PathArrayProducer.cindex:I
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         9: .line 359
            aload 0 /* this */
            getfield org.apache.batik.parser.PathArrayProducer.cs:Ljava/util/LinkedList;
            invokevirtual java.util.LinkedList.clear:()V
        10: .line 360
            aload 0 /* this */
            aload 1 /* allCommands */
            putfield org.apache.batik.parser.PathArrayProducer.c:[S
        11: .line 362
            aload 0 /* this */
            getfield org.apache.batik.parser.PathArrayProducer.pcount:I
            newarray 6
            astore 4 /* allParams */
        start local 4 // float[] allParams
        12: .line 363
            iconst_0
            istore 2 /* pos */
        13: .line 364
            aload 0 /* this */
            getfield org.apache.batik.parser.PathArrayProducer.ps:Ljava/util/LinkedList;
            invokevirtual java.util.LinkedList.iterator:()Ljava/util/Iterator;
            astore 3 /* it */
        14: .line 365
            goto 18
        15: .line 366
      StackMap locals: float[]
      StackMap stack:
            aload 3 /* it */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast float[]
            astore 5 /* a */
        start local 5 // float[] a
        16: .line 367
            aload 5 /* a */
            iconst_0
            aload 4 /* allParams */
            iload 2 /* pos */
            aload 5 /* a */
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        17: .line 368
            iload 2 /* pos */
            aload 5 /* a */
            arraylength
            iadd
            istore 2 /* pos */
        end local 5 // float[] a
        18: .line 365
      StackMap locals:
      StackMap stack:
            aload 3 /* it */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 15
        19: .line 370
            aload 0 /* this */
            getfield org.apache.batik.parser.PathArrayProducer.p:[F
            iconst_0
            aload 4 /* allParams */
            iload 2 /* pos */
            aload 0 /* this */
            getfield org.apache.batik.parser.PathArrayProducer.pindex:I
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        20: .line 371
            aload 0 /* this */
            getfield org.apache.batik.parser.PathArrayProducer.ps:Ljava/util/LinkedList;
            invokevirtual java.util.LinkedList.clear:()V
        21: .line 372
            aload 0 /* this */
            aload 4 /* allParams */
            putfield org.apache.batik.parser.PathArrayProducer.p:[F
        22: .line 373
            return
        end local 4 // float[] allParams
        end local 3 // java.util.Iterator it
        end local 2 // int pos
        end local 1 // short[] allCommands
        end local 0 // org.apache.batik.parser.PathArrayProducer this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   23     0         this  Lorg/apache/batik/parser/PathArrayProducer;
            1   23     1  allCommands  [S
            2   23     2          pos  I
            3   23     3           it  Ljava/util/Iterator;
            5    7     4            a  [S
           12   23     4    allParams  [F
           16   18     5            a  [F
    Exceptions:
      throws org.apache.batik.parser.ParseException
}
SourceFile: "PathArrayProducer.java"