final class com.sun.openpisces.Stroker$PolyStack
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.sun.openpisces.Stroker$PolyStack
  super_class: java.lang.Object
{
  float[] curves;
    descriptor: [F
    flags: (0x0000) 

  int end;
    descriptor: I
    flags: (0x0000) 

  int[] curveTypes;
    descriptor: [I
    flags: (0x0000) 

  int numCurves;
    descriptor: I
    flags: (0x0000) 

  private static final int INIT_SIZE;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 50

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.openpisces.Stroker$PolyStack this
         0: .line 1177
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 1178
            aload 0 /* this */
            sipush 400
            newarray 6
            putfield com.sun.openpisces.Stroker$PolyStack.curves:[F
         2: .line 1179
            aload 0 /* this */
            bipush 50
            newarray 10
            putfield com.sun.openpisces.Stroker$PolyStack.curveTypes:[I
         3: .line 1180
            aload 0 /* this */
            iconst_0
            putfield com.sun.openpisces.Stroker$PolyStack.end:I
         4: .line 1181
            aload 0 /* this */
            iconst_0
            putfield com.sun.openpisces.Stroker$PolyStack.numCurves:I
         5: .line 1182
            return
        end local 0 // com.sun.openpisces.Stroker$PolyStack this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/sun/openpisces/Stroker$PolyStack;

  public boolean isEmpty();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.openpisces.Stroker$PolyStack this
         0: .line 1185
            aload 0 /* this */
            getfield com.sun.openpisces.Stroker$PolyStack.numCurves:I
            ifne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // com.sun.openpisces.Stroker$PolyStack this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/openpisces/Stroker$PolyStack;

  private void ensureSpace(int);
    descriptor: (I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.sun.openpisces.Stroker$PolyStack this
        start local 1 // int n
         0: .line 1189
            aload 0 /* this */
            getfield com.sun.openpisces.Stroker$PolyStack.end:I
            iload 1 /* n */
            iadd
            aload 0 /* this */
            getfield com.sun.openpisces.Stroker$PolyStack.curves:[F
            arraylength
            if_icmplt 3
         1: .line 1190
            aload 0 /* this */
            getfield com.sun.openpisces.Stroker$PolyStack.end:I
            iload 1 /* n */
            iadd
            iconst_2
            imul
            istore 2 /* newSize */
        start local 2 // int newSize
         2: .line 1191
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.openpisces.Stroker$PolyStack.curves:[F
            iload 2 /* newSize */
            invokestatic java.util.Arrays.copyOf:([FI)[F
            putfield com.sun.openpisces.Stroker$PolyStack.curves:[F
        end local 2 // int newSize
         3: .line 1193
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.openpisces.Stroker$PolyStack.numCurves:I
            aload 0 /* this */
            getfield com.sun.openpisces.Stroker$PolyStack.curveTypes:[I
            arraylength
            if_icmplt 6
         4: .line 1194
            aload 0 /* this */
            getfield com.sun.openpisces.Stroker$PolyStack.numCurves:I
            iconst_2
            imul
            istore 2 /* newSize */
        start local 2 // int newSize
         5: .line 1195
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.openpisces.Stroker$PolyStack.curveTypes:[I
            iload 2 /* newSize */
            invokestatic java.util.Arrays.copyOf:([II)[I
            putfield com.sun.openpisces.Stroker$PolyStack.curveTypes:[I
        end local 2 // int newSize
         6: .line 1197
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int n
        end local 0 // com.sun.openpisces.Stroker$PolyStack this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    7     0     this  Lcom/sun/openpisces/Stroker$PolyStack;
            0    7     1        n  I
            2    3     2  newSize  I
            5    6     2  newSize  I
    MethodParameters:
      Name  Flags
      n     

  public void pushCubic(float, float, float, float, float, float);
    descriptor: (FFFFFF)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=7, args_size=7
        start local 0 // com.sun.openpisces.Stroker$PolyStack this
        start local 1 // float x0
        start local 2 // float y0
        start local 3 // float x1
        start local 4 // float y1
        start local 5 // float x2
        start local 6 // float y2
         0: .line 1203
            aload 0 /* this */
            bipush 6
            invokevirtual com.sun.openpisces.Stroker$PolyStack.ensureSpace:(I)V
         1: .line 1204
            aload 0 /* this */
            getfield com.sun.openpisces.Stroker$PolyStack.curveTypes:[I
            aload 0 /* this */
            dup
            getfield com.sun.openpisces.Stroker$PolyStack.numCurves:I
            dup_x1
            iconst_1
            iadd
            putfield com.sun.openpisces.Stroker$PolyStack.numCurves:I
            bipush 8
            iastore
         2: .line 1208
            aload 0 /* this */
            getfield com.sun.openpisces.Stroker$PolyStack.curves:[F
            aload 0 /* this */
            dup
            getfield com.sun.openpisces.Stroker$PolyStack.end:I
            dup_x1
            iconst_1
            iadd
            putfield com.sun.openpisces.Stroker$PolyStack.end:I
            fload 5 /* x2 */
            fastore
            aload 0 /* this */
            getfield com.sun.openpisces.Stroker$PolyStack.curves:[F
            aload 0 /* this */
            dup
            getfield com.sun.openpisces.Stroker$PolyStack.end:I
            dup_x1
            iconst_1
            iadd
            putfield com.sun.openpisces.Stroker$PolyStack.end:I
            fload 6 /* y2 */
            fastore
         3: .line 1209
            aload 0 /* this */
            getfield com.sun.openpisces.Stroker$PolyStack.curves:[F
            aload 0 /* this */
            dup
            getfield com.sun.openpisces.Stroker$PolyStack.end:I
            dup_x1
            iconst_1
            iadd
            putfield com.sun.openpisces.Stroker$PolyStack.end:I
            fload 3 /* x1 */
            fastore
            aload 0 /* this */
            getfield com.sun.openpisces.Stroker$PolyStack.curves:[F
            aload 0 /* this */
            dup
            getfield com.sun.openpisces.Stroker$PolyStack.end:I
            dup_x1
            iconst_1
            iadd
            putfield com.sun.openpisces.Stroker$PolyStack.end:I
            fload 4 /* y1 */
            fastore
         4: .line 1210
            aload 0 /* this */
            getfield com.sun.openpisces.Stroker$PolyStack.curves:[F
            aload 0 /* this */
            dup
            getfield com.sun.openpisces.Stroker$PolyStack.end:I
            dup_x1
            iconst_1
            iadd
            putfield com.sun.openpisces.Stroker$PolyStack.end:I
            fload 1 /* x0 */
            fastore
            aload 0 /* this */
            getfield com.sun.openpisces.Stroker$PolyStack.curves:[F
            aload 0 /* this */
            dup
            getfield com.sun.openpisces.Stroker$PolyStack.end:I
            dup_x1
            iconst_1
            iadd
            putfield com.sun.openpisces.Stroker$PolyStack.end:I
            fload 2 /* y0 */
            fastore
         5: .line 1211
            return
        end local 6 // float y2
        end local 5 // float x2
        end local 4 // float y1
        end local 3 // float x1
        end local 2 // float y0
        end local 1 // float x0
        end local 0 // com.sun.openpisces.Stroker$PolyStack this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/sun/openpisces/Stroker$PolyStack;
            0    6     1    x0  F
            0    6     2    y0  F
            0    6     3    x1  F
            0    6     4    y1  F
            0    6     5    x2  F
            0    6     6    y2  F
    MethodParameters:
      Name  Flags
      x0    
      y0    
      x1    
      y1    
      x2    
      y2    

  public void pushQuad(float, float, float, float);
    descriptor: (FFFF)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // com.sun.openpisces.Stroker$PolyStack this
        start local 1 // float x0
        start local 2 // float y0
        start local 3 // float x1
        start local 4 // float y1
         0: .line 1216
            aload 0 /* this */
            iconst_4
            invokevirtual com.sun.openpisces.Stroker$PolyStack.ensureSpace:(I)V
         1: .line 1217
            aload 0 /* this */
            getfield com.sun.openpisces.Stroker$PolyStack.curveTypes:[I
            aload 0 /* this */
            dup
            getfield com.sun.openpisces.Stroker$PolyStack.numCurves:I
            dup_x1
            iconst_1
            iadd
            putfield com.sun.openpisces.Stroker$PolyStack.numCurves:I
            bipush 6
            iastore
         2: .line 1219
            aload 0 /* this */
            getfield com.sun.openpisces.Stroker$PolyStack.curves:[F
            aload 0 /* this */
            dup
            getfield com.sun.openpisces.Stroker$PolyStack.end:I
            dup_x1
            iconst_1
            iadd
            putfield com.sun.openpisces.Stroker$PolyStack.end:I
            fload 3 /* x1 */
            fastore
            aload 0 /* this */
            getfield com.sun.openpisces.Stroker$PolyStack.curves:[F
            aload 0 /* this */
            dup
            getfield com.sun.openpisces.Stroker$PolyStack.end:I
            dup_x1
            iconst_1
            iadd
            putfield com.sun.openpisces.Stroker$PolyStack.end:I
            fload 4 /* y1 */
            fastore
         3: .line 1220
            aload 0 /* this */
            getfield com.sun.openpisces.Stroker$PolyStack.curves:[F
            aload 0 /* this */
            dup
            getfield com.sun.openpisces.Stroker$PolyStack.end:I
            dup_x1
            iconst_1
            iadd
            putfield com.sun.openpisces.Stroker$PolyStack.end:I
            fload 1 /* x0 */
            fastore
            aload 0 /* this */
            getfield com.sun.openpisces.Stroker$PolyStack.curves:[F
            aload 0 /* this */
            dup
            getfield com.sun.openpisces.Stroker$PolyStack.end:I
            dup_x1
            iconst_1
            iadd
            putfield com.sun.openpisces.Stroker$PolyStack.end:I
            fload 2 /* y0 */
            fastore
         4: .line 1221
            return
        end local 4 // float y1
        end local 3 // float x1
        end local 2 // float y0
        end local 1 // float x0
        end local 0 // com.sun.openpisces.Stroker$PolyStack this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/sun/openpisces/Stroker$PolyStack;
            0    5     1    x0  F
            0    5     2    y0  F
            0    5     3    x1  F
            0    5     4    y1  F
    MethodParameters:
      Name  Flags
      x0    
      y0    
      x1    
      y1    

  public void pushLine(float, float);
    descriptor: (FF)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // com.sun.openpisces.Stroker$PolyStack this
        start local 1 // float x
        start local 2 // float y
         0: .line 1224
            aload 0 /* this */
            iconst_2
            invokevirtual com.sun.openpisces.Stroker$PolyStack.ensureSpace:(I)V
         1: .line 1225
            aload 0 /* this */
            getfield com.sun.openpisces.Stroker$PolyStack.curveTypes:[I
            aload 0 /* this */
            dup
            getfield com.sun.openpisces.Stroker$PolyStack.numCurves:I
            dup_x1
            iconst_1
            iadd
            putfield com.sun.openpisces.Stroker$PolyStack.numCurves:I
            iconst_4
            iastore
         2: .line 1227
            aload 0 /* this */
            getfield com.sun.openpisces.Stroker$PolyStack.curves:[F
            aload 0 /* this */
            dup
            getfield com.sun.openpisces.Stroker$PolyStack.end:I
            dup_x1
            iconst_1
            iadd
            putfield com.sun.openpisces.Stroker$PolyStack.end:I
            fload 1 /* x */
            fastore
            aload 0 /* this */
            getfield com.sun.openpisces.Stroker$PolyStack.curves:[F
            aload 0 /* this */
            dup
            getfield com.sun.openpisces.Stroker$PolyStack.end:I
            dup_x1
            iconst_1
            iadd
            putfield com.sun.openpisces.Stroker$PolyStack.end:I
            fload 2 /* y */
            fastore
         3: .line 1228
            return
        end local 2 // float y
        end local 1 // float x
        end local 0 // com.sun.openpisces.Stroker$PolyStack this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/openpisces/Stroker$PolyStack;
            0    4     1     x  F
            0    4     2     y  F
    MethodParameters:
      Name  Flags
      x     
      y     

  public int pop(float[]);
    descriptor: ([F)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=2
        start local 0 // com.sun.openpisces.Stroker$PolyStack this
        start local 1 // float[] pts
         0: .line 1232
            aload 0 /* this */
            getfield com.sun.openpisces.Stroker$PolyStack.curveTypes:[I
            aload 0 /* this */
            getfield com.sun.openpisces.Stroker$PolyStack.numCurves:I
            iconst_1
            isub
            iaload
            istore 2 /* ret */
        start local 2 // int ret
         1: .line 1233
            aload 0 /* this */
            dup
            getfield com.sun.openpisces.Stroker$PolyStack.numCurves:I
            iconst_1
            isub
            putfield com.sun.openpisces.Stroker$PolyStack.numCurves:I
         2: .line 1234
            aload 0 /* this */
            dup
            getfield com.sun.openpisces.Stroker$PolyStack.end:I
            iload 2 /* ret */
            iconst_2
            isub
            isub
            putfield com.sun.openpisces.Stroker$PolyStack.end:I
         3: .line 1235
            aload 0 /* this */
            getfield com.sun.openpisces.Stroker$PolyStack.curves:[F
            aload 0 /* this */
            getfield com.sun.openpisces.Stroker$PolyStack.end:I
            aload 1 /* pts */
            iconst_0
            iload 2 /* ret */
            iconst_2
            isub
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         4: .line 1236
            iload 2 /* ret */
            ireturn
        end local 2 // int ret
        end local 1 // float[] pts
        end local 0 // com.sun.openpisces.Stroker$PolyStack this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/sun/openpisces/Stroker$PolyStack;
            0    5     1   pts  [F
            1    5     2   ret  I
    MethodParameters:
      Name  Flags
      pts   

  public void pop(com.sun.javafx.geom.PathConsumer2D);
    descriptor: (Lcom/sun/javafx/geom/PathConsumer2D;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=3, args_size=2
        start local 0 // com.sun.openpisces.Stroker$PolyStack this
        start local 1 // com.sun.javafx.geom.PathConsumer2D io
         0: .line 1240
            aload 0 /* this */
            dup
            getfield com.sun.openpisces.Stroker$PolyStack.numCurves:I
            iconst_1
            isub
            putfield com.sun.openpisces.Stroker$PolyStack.numCurves:I
         1: .line 1241
            aload 0 /* this */
            getfield com.sun.openpisces.Stroker$PolyStack.curveTypes:[I
            aload 0 /* this */
            getfield com.sun.openpisces.Stroker$PolyStack.numCurves:I
            iaload
            istore 2 /* type */
        start local 2 // int type
         2: .line 1242
            aload 0 /* this */
            dup
            getfield com.sun.openpisces.Stroker$PolyStack.end:I
            iload 2 /* type */
            iconst_2
            isub
            isub
            putfield com.sun.openpisces.Stroker$PolyStack.end:I
         3: .line 1243
            iload 2 /* type */
            tableswitch { // 4 - 8
                    4: 13
                    5: 14
                    6: 9
                    7: 14
                    8: 4
              default: 14
          }
         4: .line 1245
      StackMap locals: int
      StackMap stack:
            aload 1 /* io */
            aload 0 /* this */
            getfield com.sun.openpisces.Stroker$PolyStack.curves:[F
            aload 0 /* this */
            getfield com.sun.openpisces.Stroker$PolyStack.end:I
            iconst_0
            iadd
            faload
            aload 0 /* this */
            getfield com.sun.openpisces.Stroker$PolyStack.curves:[F
            aload 0 /* this */
            getfield com.sun.openpisces.Stroker$PolyStack.end:I
            iconst_1
            iadd
            faload
         5: .line 1246
            aload 0 /* this */
            getfield com.sun.openpisces.Stroker$PolyStack.curves:[F
            aload 0 /* this */
            getfield com.sun.openpisces.Stroker$PolyStack.end:I
            iconst_2
            iadd
            faload
            aload 0 /* this */
            getfield com.sun.openpisces.Stroker$PolyStack.curves:[F
            aload 0 /* this */
            getfield com.sun.openpisces.Stroker$PolyStack.end:I
            iconst_3
            iadd
            faload
         6: .line 1247
            aload 0 /* this */
            getfield com.sun.openpisces.Stroker$PolyStack.curves:[F
            aload 0 /* this */
            getfield com.sun.openpisces.Stroker$PolyStack.end:I
            iconst_4
            iadd
            faload
            aload 0 /* this */
            getfield com.sun.openpisces.Stroker$PolyStack.curves:[F
            aload 0 /* this */
            getfield com.sun.openpisces.Stroker$PolyStack.end:I
            iconst_5
            iadd
            faload
         7: .line 1245
            invokeinterface com.sun.javafx.geom.PathConsumer2D.curveTo:(FFFFFF)V
         8: .line 1248
            goto 14
         9: .line 1250
      StackMap locals:
      StackMap stack:
            aload 1 /* io */
            aload 0 /* this */
            getfield com.sun.openpisces.Stroker$PolyStack.curves:[F
            aload 0 /* this */
            getfield com.sun.openpisces.Stroker$PolyStack.end:I
            iconst_0
            iadd
            faload
            aload 0 /* this */
            getfield com.sun.openpisces.Stroker$PolyStack.curves:[F
            aload 0 /* this */
            getfield com.sun.openpisces.Stroker$PolyStack.end:I
            iconst_1
            iadd
            faload
        10: .line 1251
            aload 0 /* this */
            getfield com.sun.openpisces.Stroker$PolyStack.curves:[F
            aload 0 /* this */
            getfield com.sun.openpisces.Stroker$PolyStack.end:I
            iconst_2
            iadd
            faload
            aload 0 /* this */
            getfield com.sun.openpisces.Stroker$PolyStack.curves:[F
            aload 0 /* this */
            getfield com.sun.openpisces.Stroker$PolyStack.end:I
            iconst_3
            iadd
            faload
        11: .line 1250
            invokeinterface com.sun.javafx.geom.PathConsumer2D.quadTo:(FFFF)V
        12: .line 1252
            goto 14
        13: .line 1254
      StackMap locals:
      StackMap stack:
            aload 1 /* io */
            aload 0 /* this */
            getfield com.sun.openpisces.Stroker$PolyStack.curves:[F
            aload 0 /* this */
            getfield com.sun.openpisces.Stroker$PolyStack.end:I
            faload
            aload 0 /* this */
            getfield com.sun.openpisces.Stroker$PolyStack.curves:[F
            aload 0 /* this */
            getfield com.sun.openpisces.Stroker$PolyStack.end:I
            iconst_1
            iadd
            faload
            invokeinterface com.sun.javafx.geom.PathConsumer2D.lineTo:(FF)V
        14: .line 1256
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int type
        end local 1 // com.sun.javafx.geom.PathConsumer2D io
        end local 0 // com.sun.openpisces.Stroker$PolyStack this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   15     0  this  Lcom/sun/openpisces/Stroker$PolyStack;
            0   15     1    io  Lcom/sun/javafx/geom/PathConsumer2D;
            2   15     2  type  I
    MethodParameters:
      Name  Flags
      io    

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=1
        start local 0 // com.sun.openpisces.Stroker$PolyStack this
         0: .line 1260
            ldc ""
            astore 1 /* ret */
        start local 1 // java.lang.String ret
         1: .line 1261
            aload 0 /* this */
            getfield com.sun.openpisces.Stroker$PolyStack.numCurves:I
            istore 2 /* nc */
        start local 2 // int nc
         2: .line 1262
            aload 0 /* this */
            getfield com.sun.openpisces.Stroker$PolyStack.end:I
            istore 3 /* last */
        start local 3 // int last
         3: .line 1263
            goto 15
         4: .line 1264
      StackMap locals: java.lang.String int int
      StackMap stack:
            iinc 2 /* nc */ -1
         5: .line 1265
            aload 0 /* this */
            getfield com.sun.openpisces.Stroker$PolyStack.curveTypes:[I
            aload 0 /* this */
            getfield com.sun.openpisces.Stroker$PolyStack.numCurves:I
            iaload
            istore 4 /* type */
        start local 4 // int type
         6: .line 1266
            iload 3 /* last */
            iload 4 /* type */
            iconst_2
            isub
            isub
            istore 3 /* last */
         7: .line 1267
            iload 4 /* type */
            tableswitch { // 4 - 8
                    4: 12
                    5: 13
                    6: 10
                    7: 13
                    8: 8
              default: 13
          }
         8: .line 1269
      StackMap locals: int
      StackMap stack:
            new java.lang.StringBuilder
            dup
            aload 1 /* ret */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc "cubic: "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 1 /* ret */
         9: .line 1270
            goto 13
        10: .line 1272
      StackMap locals:
      StackMap stack:
            new java.lang.StringBuilder
            dup
            aload 1 /* ret */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc "quad: "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 1 /* ret */
        11: .line 1273
            goto 13
        12: .line 1275
      StackMap locals:
      StackMap stack:
            new java.lang.StringBuilder
            dup
            aload 1 /* ret */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc "line: "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 1 /* ret */
        13: .line 1277
      StackMap locals:
      StackMap stack:
            new java.lang.StringBuilder
            dup
        14: .line 1278
            aload 1 /* ret */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield com.sun.openpisces.Stroker$PolyStack.curves:[F
            iload 3 /* last */
            iload 3 /* last */
            iload 4 /* type */
            iadd
            iconst_2
            isub
            invokestatic java.util.Arrays.copyOfRange:([FII)[F
            invokestatic java.util.Arrays.toString:([F)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "\n"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 1 /* ret */
        end local 4 // int type
        15: .line 1263
      StackMap locals:
      StackMap stack:
            iload 2 /* nc */
            ifgt 4
        16: .line 1280
            aload 1 /* ret */
            areturn
        end local 3 // int last
        end local 2 // int nc
        end local 1 // java.lang.String ret
        end local 0 // com.sun.openpisces.Stroker$PolyStack this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   17     0  this  Lcom/sun/openpisces/Stroker$PolyStack;
            1   17     1   ret  Ljava/lang/String;
            2   17     2    nc  I
            3   17     3  last  I
            6   15     4  type  I
}
SourceFile: "Stroker.java"
NestHost: com.sun.openpisces.Stroker
InnerClasses:
  private final PolyStack = com.sun.openpisces.Stroker$PolyStack of com.sun.openpisces.Stroker