class com.sun.javafx.sg.prism.ShapeEvaluator$Iterator implements com.sun.javafx.geom.PathIterator
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.javafx.sg.prism.ShapeEvaluator$Iterator
  super_class: java.lang.Object
{
  com.sun.javafx.geom.transform.BaseTransform at;
    descriptor: Lcom/sun/javafx/geom/transform/BaseTransform;
    flags: (0x0000) 

  com.sun.javafx.sg.prism.ShapeEvaluator$Geometry g0;
    descriptor: Lcom/sun/javafx/sg/prism/ShapeEvaluator$Geometry;
    flags: (0x0000) 

  com.sun.javafx.sg.prism.ShapeEvaluator$Geometry g1;
    descriptor: Lcom/sun/javafx/sg/prism/ShapeEvaluator$Geometry;
    flags: (0x0000) 

  float t;
    descriptor: F
    flags: (0x0000) 

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

  public void <init>(com.sun.javafx.geom.transform.BaseTransform, com.sun.javafx.sg.prism.ShapeEvaluator$Geometry, com.sun.javafx.sg.prism.ShapeEvaluator$Geometry, float);
    descriptor: (Lcom/sun/javafx/geom/transform/BaseTransform;Lcom/sun/javafx/sg/prism/ShapeEvaluator$Geometry;Lcom/sun/javafx/sg/prism/ShapeEvaluator$Geometry;F)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // com.sun.javafx.sg.prism.ShapeEvaluator$Iterator this
        start local 1 // com.sun.javafx.geom.transform.BaseTransform at
        start local 2 // com.sun.javafx.sg.prism.ShapeEvaluator$Geometry g0
        start local 3 // com.sun.javafx.sg.prism.ShapeEvaluator$Geometry g1
        start local 4 // float t
         0: .line 621
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 624
            aload 0 /* this */
            aload 1 /* at */
            putfield com.sun.javafx.sg.prism.ShapeEvaluator$Iterator.at:Lcom/sun/javafx/geom/transform/BaseTransform;
         2: .line 625
            aload 0 /* this */
            aload 2 /* g0 */
            putfield com.sun.javafx.sg.prism.ShapeEvaluator$Iterator.g0:Lcom/sun/javafx/sg/prism/ShapeEvaluator$Geometry;
         3: .line 626
            aload 0 /* this */
            aload 3 /* g1 */
            putfield com.sun.javafx.sg.prism.ShapeEvaluator$Iterator.g1:Lcom/sun/javafx/sg/prism/ShapeEvaluator$Geometry;
         4: .line 627
            aload 0 /* this */
            fload 4 /* t */
            putfield com.sun.javafx.sg.prism.ShapeEvaluator$Iterator.t:F
         5: .line 628
            return
        end local 4 // float t
        end local 3 // com.sun.javafx.sg.prism.ShapeEvaluator$Geometry g1
        end local 2 // com.sun.javafx.sg.prism.ShapeEvaluator$Geometry g0
        end local 1 // com.sun.javafx.geom.transform.BaseTransform at
        end local 0 // com.sun.javafx.sg.prism.ShapeEvaluator$Iterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/sun/javafx/sg/prism/ShapeEvaluator$Iterator;
            0    6     1    at  Lcom/sun/javafx/geom/transform/BaseTransform;
            0    6     2    g0  Lcom/sun/javafx/sg/prism/ShapeEvaluator$Geometry;
            0    6     3    g1  Lcom/sun/javafx/sg/prism/ShapeEvaluator$Geometry;
            0    6     4     t  F
    MethodParameters:
      Name  Flags
      at    
      g0    
      g1    
      t     

  public int getWindingRule();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.sun.javafx.sg.prism.ShapeEvaluator$Iterator this
         0: .line 634
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.ShapeEvaluator$Iterator.t:F
            f2d
            ldc 0.5
            dcmpg
            ifge 1
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.ShapeEvaluator$Iterator.g0:Lcom/sun/javafx/sg/prism/ShapeEvaluator$Geometry;
            invokevirtual com.sun.javafx.sg.prism.ShapeEvaluator$Geometry.getWindingRule:()I
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield com.sun.javafx.sg.prism.ShapeEvaluator$Iterator.g1:Lcom/sun/javafx/sg/prism/ShapeEvaluator$Geometry;
            invokevirtual com.sun.javafx.sg.prism.ShapeEvaluator$Geometry.getWindingRule:()I
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 0 // com.sun.javafx.sg.prism.ShapeEvaluator$Iterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/javafx/sg/prism/ShapeEvaluator$Iterator;

  public boolean isDone();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.javafx.sg.prism.ShapeEvaluator$Iterator this
         0: .line 641
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.ShapeEvaluator$Iterator.cindex:I
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.ShapeEvaluator$Iterator.g0:Lcom/sun/javafx/sg/prism/ShapeEvaluator$Geometry;
            invokevirtual com.sun.javafx.sg.prism.ShapeEvaluator$Geometry.getNumCoords:()I
            if_icmple 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // com.sun.javafx.sg.prism.ShapeEvaluator$Iterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/javafx/sg/prism/ShapeEvaluator$Iterator;

  public void next();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.javafx.sg.prism.ShapeEvaluator$Iterator this
         0: .line 648
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.ShapeEvaluator$Iterator.cindex:I
            ifne 3
         1: .line 649
            aload 0 /* this */
            iconst_2
            putfield com.sun.javafx.sg.prism.ShapeEvaluator$Iterator.cindex:I
         2: .line 650
            goto 4
         3: .line 651
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield com.sun.javafx.sg.prism.ShapeEvaluator$Iterator.cindex:I
            bipush 6
            iadd
            putfield com.sun.javafx.sg.prism.ShapeEvaluator$Iterator.cindex:I
         4: .line 653
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.sun.javafx.sg.prism.ShapeEvaluator$Iterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/sun/javafx/sg/prism/ShapeEvaluator$Iterator;

  public int currentSegment(float[]);
    descriptor: ([F)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=5, args_size=2
        start local 0 // com.sun.javafx.sg.prism.ShapeEvaluator$Iterator this
        start local 1 // float[] coords
         0: .line 661
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.ShapeEvaluator$Iterator.cindex:I
            ifne 4
         1: .line 662
            iconst_0
            istore 2 /* type */
        start local 2 // int type
         2: .line 663
            iconst_2
            istore 3 /* n */
        start local 3 // int n
         3: .line 664
            goto 10
        end local 3 // int n
        end local 2 // int type
      StackMap locals:
      StackMap stack:
         4: aload 0 /* this */
            getfield com.sun.javafx.sg.prism.ShapeEvaluator$Iterator.cindex:I
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.ShapeEvaluator$Iterator.g0:Lcom/sun/javafx/sg/prism/ShapeEvaluator$Geometry;
            invokevirtual com.sun.javafx.sg.prism.ShapeEvaluator$Geometry.getNumCoords:()I
            if_icmplt 8
         5: .line 665
            iconst_4
            istore 2 /* type */
        start local 2 // int type
         6: .line 666
            iconst_0
            istore 3 /* n */
        start local 3 // int n
         7: .line 667
            goto 10
        end local 3 // int n
        end local 2 // int type
         8: .line 668
      StackMap locals:
      StackMap stack:
            iconst_3
            istore 2 /* type */
        start local 2 // int type
         9: .line 669
            bipush 6
            istore 3 /* n */
        start local 3 // int n
        10: .line 671
      StackMap locals: int int
      StackMap stack:
            iload 3 /* n */
            ifle 21
        11: .line 672
            iconst_0
            istore 4 /* i */
        start local 4 // int i
        12: goto 18
        13: .line 673
      StackMap locals: int
      StackMap stack:
            aload 1 /* coords */
            iload 4 /* i */
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.ShapeEvaluator$Iterator.g0:Lcom/sun/javafx/sg/prism/ShapeEvaluator$Geometry;
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.ShapeEvaluator$Iterator.cindex:I
            iload 4 /* i */
            iadd
            invokevirtual com.sun.javafx.sg.prism.ShapeEvaluator$Geometry.getCoord:(I)F
        14: .line 674
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.ShapeEvaluator$Iterator.g1:Lcom/sun/javafx/sg/prism/ShapeEvaluator$Geometry;
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.ShapeEvaluator$Iterator.cindex:I
            iload 4 /* i */
            iadd
            invokevirtual com.sun.javafx.sg.prism.ShapeEvaluator$Geometry.getCoord:(I)F
        15: .line 675
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.ShapeEvaluator$Iterator.t:F
        16: .line 673
            invokestatic com.sun.javafx.sg.prism.ShapeEvaluator.interp:(FFF)F
            fastore
        17: .line 672
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        18: iload 4 /* i */
            iload 3 /* n */
            if_icmplt 13
        end local 4 // int i
        19: .line 677
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.ShapeEvaluator$Iterator.at:Lcom/sun/javafx/geom/transform/BaseTransform;
            ifnull 21
        20: .line 678
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.ShapeEvaluator$Iterator.at:Lcom/sun/javafx/geom/transform/BaseTransform;
            aload 1 /* coords */
            iconst_0
            aload 1 /* coords */
            iconst_0
            iload 3 /* n */
            iconst_2
            idiv
            invokevirtual com.sun.javafx.geom.transform.BaseTransform.transform:([FI[FII)V
        21: .line 681
      StackMap locals:
      StackMap stack:
            iload 2 /* type */
            ireturn
        end local 3 // int n
        end local 2 // int type
        end local 1 // float[] coords
        end local 0 // com.sun.javafx.sg.prism.ShapeEvaluator$Iterator this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   22     0    this  Lcom/sun/javafx/sg/prism/ShapeEvaluator$Iterator;
            0   22     1  coords  [F
            2    4     2    type  I
            6    8     2    type  I
            9   22     2    type  I
            3    4     3       n  I
            7    8     3       n  I
           10   22     3       n  I
           12   19     4       i  I
    MethodParameters:
        Name  Flags
      coords  
}
SourceFile: "ShapeEvaluator.java"
NestHost: com.sun.javafx.sg.prism.ShapeEvaluator
InnerClasses:
  private Geometry = com.sun.javafx.sg.prism.ShapeEvaluator$Geometry of com.sun.javafx.sg.prism.ShapeEvaluator
  private Iterator = com.sun.javafx.sg.prism.ShapeEvaluator$Iterator of com.sun.javafx.sg.prism.ShapeEvaluator