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 start local 1 start local 2 start local 3 start local 4 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield com.sun.javafx.sg.prism.ShapeEvaluator$Iterator.at:Lcom/sun/javafx/geom/transform/BaseTransform;
2: aload 0
aload 2
putfield com.sun.javafx.sg.prism.ShapeEvaluator$Iterator.g0:Lcom/sun/javafx/sg/prism/ShapeEvaluator$Geometry;
3: aload 0
aload 3
putfield com.sun.javafx.sg.prism.ShapeEvaluator$Iterator.g1:Lcom/sun/javafx/sg/prism/ShapeEvaluator$Geometry;
4: aload 0
fload 4
putfield com.sun.javafx.sg.prism.ShapeEvaluator$Iterator.t:F
5: return
end local 4 end local 3 end local 2 end local 1 end local 0 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 0: aload 0
getfield com.sun.javafx.sg.prism.ShapeEvaluator$Iterator.t:F
f2d
ldc 0.5
dcmpg
ifge 1
aload 0
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
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 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 0: aload 0
getfield com.sun.javafx.sg.prism.ShapeEvaluator$Iterator.cindex:I
aload 0
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 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 0: aload 0
getfield com.sun.javafx.sg.prism.ShapeEvaluator$Iterator.cindex:I
ifne 3
1: aload 0
iconst_2
putfield com.sun.javafx.sg.prism.ShapeEvaluator$Iterator.cindex:I
2: goto 4
3: StackMap locals:
StackMap stack:
aload 0
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: StackMap locals:
StackMap stack:
return
end local 0 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 start local 1 0: aload 0
getfield com.sun.javafx.sg.prism.ShapeEvaluator$Iterator.cindex:I
ifne 4
1: iconst_0
istore 2
start local 2 2: iconst_2
istore 3
start local 3 3: goto 10
end local 3 end local 2 StackMap locals:
StackMap stack:
4: aload 0
getfield com.sun.javafx.sg.prism.ShapeEvaluator$Iterator.cindex:I
aload 0
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: iconst_4
istore 2
start local 2 6: iconst_0
istore 3
start local 3 7: goto 10
end local 3 end local 2 8: StackMap locals:
StackMap stack:
iconst_3
istore 2
start local 2 9: bipush 6
istore 3
start local 3 10: StackMap locals: int int
StackMap stack:
iload 3
ifle 21
11: iconst_0
istore 4
start local 4 12: goto 18
13: StackMap locals: int
StackMap stack:
aload 1
iload 4
aload 0
getfield com.sun.javafx.sg.prism.ShapeEvaluator$Iterator.g0:Lcom/sun/javafx/sg/prism/ShapeEvaluator$Geometry;
aload 0
getfield com.sun.javafx.sg.prism.ShapeEvaluator$Iterator.cindex:I
iload 4
iadd
invokevirtual com.sun.javafx.sg.prism.ShapeEvaluator$Geometry.getCoord:(I)F
14: aload 0
getfield com.sun.javafx.sg.prism.ShapeEvaluator$Iterator.g1:Lcom/sun/javafx/sg/prism/ShapeEvaluator$Geometry;
aload 0
getfield com.sun.javafx.sg.prism.ShapeEvaluator$Iterator.cindex:I
iload 4
iadd
invokevirtual com.sun.javafx.sg.prism.ShapeEvaluator$Geometry.getCoord:(I)F
15: aload 0
getfield com.sun.javafx.sg.prism.ShapeEvaluator$Iterator.t:F
16: invokestatic com.sun.javafx.sg.prism.ShapeEvaluator.interp:(FFF)F
fastore
17: iinc 4 1
StackMap locals:
StackMap stack:
18: iload 4
iload 3
if_icmplt 13
end local 4 19: aload 0
getfield com.sun.javafx.sg.prism.ShapeEvaluator$Iterator.at:Lcom/sun/javafx/geom/transform/BaseTransform;
ifnull 21
20: aload 0
getfield com.sun.javafx.sg.prism.ShapeEvaluator$Iterator.at:Lcom/sun/javafx/geom/transform/BaseTransform;
aload 1
iconst_0
aload 1
iconst_0
iload 3
iconst_2
idiv
invokevirtual com.sun.javafx.geom.transform.BaseTransform.transform:([FI[FII)V
21: StackMap locals:
StackMap stack:
iload 2
ireturn
end local 3 end local 2 end local 1 end local 0 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