class java.awt.geom.Path2D$Double$CopyIterator extends java.awt.geom.Path2D$Iterator
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: java.awt.geom.Path2D$Double$CopyIterator
  super_class: java.awt.geom.Path2D$Iterator
{
  double[] doubleCoords;
    descriptor: [D
    flags: (0x0000) 

  void <init>(java.awt.geom.Path2D$Double);
    descriptor: (Ljava/awt/geom/Path2D$Double;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.awt.geom.Path2D$Double$CopyIterator this
        start local 1 // java.awt.geom.Path2D$Double p2dd
         0: .line 1752
            aload 0 /* this */
            aload 1 /* p2dd */
            invokespecial java.awt.geom.Path2D$Iterator.<init>:(Ljava/awt/geom/Path2D;)V
         1: .line 1753
            aload 0 /* this */
            aload 1 /* p2dd */
            getfield java.awt.geom.Path2D$Double.doubleCoords:[D
            putfield java.awt.geom.Path2D$Double$CopyIterator.doubleCoords:[D
         2: .line 1754
            return
        end local 1 // java.awt.geom.Path2D$Double p2dd
        end local 0 // java.awt.geom.Path2D$Double$CopyIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljava/awt/geom/Path2D$Double$CopyIterator;
            0    3     1  p2dd  Ljava/awt/geom/Path2D$Double;
    MethodParameters:
      Name  Flags
      p2dd  

  public int currentSegment(float[]);
    descriptor: ([F)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // java.awt.geom.Path2D$Double$CopyIterator this
        start local 1 // float[] coords
         0: .line 1757
            aload 0 /* this */
            getfield java.awt.geom.Path2D$Double$CopyIterator.path:Ljava/awt/geom/Path2D;
            getfield java.awt.geom.Path2D.pointTypes:[B
            aload 0 /* this */
            getfield java.awt.geom.Path2D$Double$CopyIterator.typeIdx:I
            baload
            istore 2 /* type */
        start local 2 // int type
         1: .line 1758
            getstatic java.awt.geom.Path2D$Double$CopyIterator.curvecoords:[I
            iload 2 /* type */
            iaload
            istore 3 /* numCoords */
        start local 3 // int numCoords
         2: .line 1759
            iload 3 /* numCoords */
            ifle 8
         3: .line 1760
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         4: goto 7
         5: .line 1761
      StackMap locals: int int int
      StackMap stack:
            aload 1 /* coords */
            iload 4 /* i */
            aload 0 /* this */
            getfield java.awt.geom.Path2D$Double$CopyIterator.doubleCoords:[D
            aload 0 /* this */
            getfield java.awt.geom.Path2D$Double$CopyIterator.pointIdx:I
            iload 4 /* i */
            iadd
            daload
            d2f
            fastore
         6: .line 1760
            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 1764
      StackMap locals:
      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$Double$CopyIterator this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    9     0       this  Ljava/awt/geom/Path2D$Double$CopyIterator;
            0    9     1     coords  [F
            1    9     2       type  I
            2    9     3  numCoords  I
            4    8     4          i  I
    MethodParameters:
        Name  Flags
      coords  

  public int currentSegment(double[]);
    descriptor: ([D)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // java.awt.geom.Path2D$Double$CopyIterator this
        start local 1 // double[] coords
         0: .line 1768
            aload 0 /* this */
            getfield java.awt.geom.Path2D$Double$CopyIterator.path:Ljava/awt/geom/Path2D;
            getfield java.awt.geom.Path2D.pointTypes:[B
            aload 0 /* this */
            getfield java.awt.geom.Path2D$Double$CopyIterator.typeIdx:I
            baload
            istore 2 /* type */
        start local 2 // int type
         1: .line 1769
            getstatic java.awt.geom.Path2D$Double$CopyIterator.curvecoords:[I
            iload 2 /* type */
            iaload
            istore 3 /* numCoords */
        start local 3 // int numCoords
         2: .line 1770
            iload 3 /* numCoords */
            ifle 6
         3: .line 1771
            aload 0 /* this */
            getfield java.awt.geom.Path2D$Double$CopyIterator.doubleCoords:[D
            aload 0 /* this */
            getfield java.awt.geom.Path2D$Double$CopyIterator.pointIdx:I
         4: .line 1772
            aload 1 /* coords */
            iconst_0
            iload 3 /* numCoords */
         5: .line 1771
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         6: .line 1774
      StackMap locals: int int
      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$Double$CopyIterator this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Ljava/awt/geom/Path2D$Double$CopyIterator;
            0    7     1     coords  [D
            1    7     2       type  I
            2    7     3  numCoords  I
    MethodParameters:
        Name  Flags
      coords  
}
SourceFile: "Path2D.java"
NestHost: java.awt.geom.Path2D
InnerClasses:
  public Double = java.awt.geom.Path2D$Double of java.awt.geom.Path2D
  CopyIterator = java.awt.geom.Path2D$Double$CopyIterator of java.awt.geom.Path2D$Double
  abstract Iterator = java.awt.geom.Path2D$Iterator of java.awt.geom.Path2D