class java.awt.geom.Path2D$Float$CopyIterator extends java.awt.geom.Path2D$Iterator
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: java.awt.geom.Path2D$Float$CopyIterator
  super_class: java.awt.geom.Path2D$Iterator
{
  float[] floatCoords;
    descriptor: [F
    flags: (0x0000) 

  void <init>(java.awt.geom.Path2D$Float);
    descriptor: (Ljava/awt/geom/Path2D$Float;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.awt.geom.Path2D$Float$CopyIterator this
        start local 1 // java.awt.geom.Path2D$Float p2df
         0: .line 993
            aload 0 /* this */
            aload 1 /* p2df */
            invokespecial java.awt.geom.Path2D$Iterator.<init>:(Ljava/awt/geom/Path2D;)V
         1: .line 994
            aload 0 /* this */
            aload 1 /* p2df */
            getfield java.awt.geom.Path2D$Float.floatCoords:[F
            putfield java.awt.geom.Path2D$Float$CopyIterator.floatCoords:[F
         2: .line 995
            return
        end local 1 // java.awt.geom.Path2D$Float p2df
        end local 0 // java.awt.geom.Path2D$Float$CopyIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljava/awt/geom/Path2D$Float$CopyIterator;
            0    3     1  p2df  Ljava/awt/geom/Path2D$Float;
    MethodParameters:
      Name  Flags
      p2df  

  public int currentSegment(float[]);
    descriptor: ([F)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // java.awt.geom.Path2D$Float$CopyIterator this
        start local 1 // float[] coords
         0: .line 998
            aload 0 /* this */
            getfield java.awt.geom.Path2D$Float$CopyIterator.path:Ljava/awt/geom/Path2D;
            getfield java.awt.geom.Path2D.pointTypes:[B
            aload 0 /* this */
            getfield java.awt.geom.Path2D$Float$CopyIterator.typeIdx:I
            baload
            istore 2 /* type */
        start local 2 // int type
         1: .line 999
            getstatic java.awt.geom.Path2D$Float$CopyIterator.curvecoords:[I
            iload 2 /* type */
            iaload
            istore 3 /* numCoords */
        start local 3 // int numCoords
         2: .line 1000
            iload 3 /* numCoords */
            ifle 6
         3: .line 1001
            aload 0 /* this */
            getfield java.awt.geom.Path2D$Float$CopyIterator.floatCoords:[F
            aload 0 /* this */
            getfield java.awt.geom.Path2D$Float$CopyIterator.pointIdx:I
         4: .line 1002
            aload 1 /* coords */
            iconst_0
            iload 3 /* numCoords */
         5: .line 1001
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         6: .line 1004
      StackMap locals: int int
      StackMap stack:
            iload 2 /* type */
            ireturn
        end local 3 // int numCoords
        end local 2 // int type
        end local 1 // float[] coords
        end local 0 // java.awt.geom.Path2D$Float$CopyIterator this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Ljava/awt/geom/Path2D$Float$CopyIterator;
            0    7     1     coords  [F
            1    7     2       type  I
            2    7     3  numCoords  I
    MethodParameters:
        Name  Flags
      coords  

  public int currentSegment(double[]);
    descriptor: ([D)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // java.awt.geom.Path2D$Float$CopyIterator this
        start local 1 // double[] coords
         0: .line 1008
            aload 0 /* this */
            getfield java.awt.geom.Path2D$Float$CopyIterator.path:Ljava/awt/geom/Path2D;
            getfield java.awt.geom.Path2D.pointTypes:[B
            aload 0 /* this */
            getfield java.awt.geom.Path2D$Float$CopyIterator.typeIdx:I
            baload
            istore 2 /* type */
        start local 2 // int type
         1: .line 1009
            getstatic java.awt.geom.Path2D$Float$CopyIterator.curvecoords:[I
            iload 2 /* type */
            iaload
            istore 3 /* numCoords */
        start local 3 // int numCoords
         2: .line 1010
            iload 3 /* numCoords */
            ifle 8
         3: .line 1011
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         4: goto 7
         5: .line 1012
      StackMap locals: int int int
      StackMap stack:
            aload 1 /* coords */
            iload 4 /* i */
            aload 0 /* this */
            getfield java.awt.geom.Path2D$Float$CopyIterator.floatCoords:[F
            aload 0 /* this */
            getfield java.awt.geom.Path2D$Float$CopyIterator.pointIdx:I
            iload 4 /* i */
            iadd
            faload
            f2d
            dastore
         6: .line 1011
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 4 /* i */
            iload 3 /* numCoords */
            if_icmplt 5
        end local 4 // int i
         8: .line 1015
      StackMap locals:
      StackMap stack:
            iload 2 /* type */
            ireturn
        end local 3 // int numCoords
        end local 2 // int type
        end local 1 // double[] coords
        end local 0 // java.awt.geom.Path2D$Float$CopyIterator this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    9     0       this  Ljava/awt/geom/Path2D$Float$CopyIterator;
            0    9     1     coords  [D
            1    9     2       type  I
            2    9     3  numCoords  I
            4    8     4          i  I
    MethodParameters:
        Name  Flags
      coords  
}
SourceFile: "Path2D.java"
NestHost: java.awt.geom.Path2D
InnerClasses:
  public Float = java.awt.geom.Path2D$Float of java.awt.geom.Path2D
  CopyIterator = java.awt.geom.Path2D$Float$CopyIterator of java.awt.geom.Path2D$Float
  abstract Iterator = java.awt.geom.Path2D$Iterator of java.awt.geom.Path2D