public class org.apache.batik.ext.awt.geom.PathLength$SingleSegmentPathIterator implements java.awt.geom.PathIterator
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.batik.ext.awt.geom.PathLength$SingleSegmentPathIterator
  super_class: java.lang.Object
{
  protected java.awt.geom.PathIterator it;
    descriptor: Ljava/awt/geom/PathIterator;
    flags: (0x0004) ACC_PROTECTED

  protected boolean done;
    descriptor: Z
    flags: (0x0004) ACC_PROTECTED

  protected boolean moveDone;
    descriptor: Z
    flags: (0x0004) ACC_PROTECTED

  protected double x;
    descriptor: D
    flags: (0x0004) ACC_PROTECTED

  protected double y;
    descriptor: D
    flags: (0x0004) ACC_PROTECTED

  protected void <init>();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.batik.ext.awt.geom.PathLength$SingleSegmentPathIterator this
         0: .line 411
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.apache.batik.ext.awt.geom.PathLength$SingleSegmentPathIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/batik/ext/awt/geom/PathLength$SingleSegmentPathIterator;

  public void setPathIterator(java.awt.geom.PathIterator, double, double);
    descriptor: (Ljava/awt/geom/PathIterator;DD)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=4
        start local 0 // org.apache.batik.ext.awt.geom.PathLength$SingleSegmentPathIterator this
        start local 1 // java.awt.geom.PathIterator it
        start local 2 // double x
        start local 4 // double y
         0: .line 443
            aload 0 /* this */
            aload 1 /* it */
            putfield org.apache.batik.ext.awt.geom.PathLength$SingleSegmentPathIterator.it:Ljava/awt/geom/PathIterator;
         1: .line 444
            aload 0 /* this */
            dload 2 /* x */
            putfield org.apache.batik.ext.awt.geom.PathLength$SingleSegmentPathIterator.x:D
         2: .line 445
            aload 0 /* this */
            dload 4 /* y */
            putfield org.apache.batik.ext.awt.geom.PathLength$SingleSegmentPathIterator.y:D
         3: .line 446
            aload 0 /* this */
            iconst_0
            putfield org.apache.batik.ext.awt.geom.PathLength$SingleSegmentPathIterator.done:Z
         4: .line 447
            aload 0 /* this */
            iconst_0
            putfield org.apache.batik.ext.awt.geom.PathLength$SingleSegmentPathIterator.moveDone:Z
         5: .line 448
            return
        end local 4 // double y
        end local 2 // double x
        end local 1 // java.awt.geom.PathIterator it
        end local 0 // org.apache.batik.ext.awt.geom.PathLength$SingleSegmentPathIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/apache/batik/ext/awt/geom/PathLength$SingleSegmentPathIterator;
            0    6     1    it  Ljava/awt/geom/PathIterator;
            0    6     2     x  D
            0    6     4     y  D
    MethodParameters:
      Name  Flags
      it    
      x     
      y     

  public int currentSegment(double[]);
    descriptor: ([D)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.apache.batik.ext.awt.geom.PathLength$SingleSegmentPathIterator this
        start local 1 // double[] coords
         0: .line 451
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.geom.PathLength$SingleSegmentPathIterator.it:Ljava/awt/geom/PathIterator;
            aload 1 /* coords */
            invokeinterface java.awt.geom.PathIterator.currentSegment:([D)I
            istore 2 /* type */
        start local 2 // int type
         1: .line 452
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.geom.PathLength$SingleSegmentPathIterator.moveDone:Z
            ifne 5
         2: .line 453
            aload 1 /* coords */
            iconst_0
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.geom.PathLength$SingleSegmentPathIterator.x:D
            dastore
         3: .line 454
            aload 1 /* coords */
            iconst_1
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.geom.PathLength$SingleSegmentPathIterator.y:D
            dastore
         4: .line 455
            iconst_0
            ireturn
         5: .line 457
      StackMap locals: int
      StackMap stack:
            iload 2 /* type */
            ireturn
        end local 2 // int type
        end local 1 // double[] coords
        end local 0 // org.apache.batik.ext.awt.geom.PathLength$SingleSegmentPathIterator this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lorg/apache/batik/ext/awt/geom/PathLength$SingleSegmentPathIterator;
            0    6     1  coords  [D
            1    6     2    type  I
    MethodParameters:
        Name  Flags
      coords  

  public int currentSegment(float[]);
    descriptor: ([F)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.apache.batik.ext.awt.geom.PathLength$SingleSegmentPathIterator this
        start local 1 // float[] coords
         0: .line 461
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.geom.PathLength$SingleSegmentPathIterator.it:Ljava/awt/geom/PathIterator;
            aload 1 /* coords */
            invokeinterface java.awt.geom.PathIterator.currentSegment:([F)I
            istore 2 /* type */
        start local 2 // int type
         1: .line 462
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.geom.PathLength$SingleSegmentPathIterator.moveDone:Z
            ifne 5
         2: .line 463
            aload 1 /* coords */
            iconst_0
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.geom.PathLength$SingleSegmentPathIterator.x:D
            d2f
            fastore
         3: .line 464
            aload 1 /* coords */
            iconst_1
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.geom.PathLength$SingleSegmentPathIterator.y:D
            d2f
            fastore
         4: .line 465
            iconst_0
            ireturn
         5: .line 467
      StackMap locals: int
      StackMap stack:
            iload 2 /* type */
            ireturn
        end local 2 // int type
        end local 1 // float[] coords
        end local 0 // org.apache.batik.ext.awt.geom.PathLength$SingleSegmentPathIterator this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lorg/apache/batik/ext/awt/geom/PathLength$SingleSegmentPathIterator;
            0    6     1  coords  [F
            1    6     2    type  I
    MethodParameters:
        Name  Flags
      coords  

  public int getWindingRule();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.batik.ext.awt.geom.PathLength$SingleSegmentPathIterator this
         0: .line 471
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.geom.PathLength$SingleSegmentPathIterator.it:Ljava/awt/geom/PathIterator;
            invokeinterface java.awt.geom.PathIterator.getWindingRule:()I
            ireturn
        end local 0 // org.apache.batik.ext.awt.geom.PathLength$SingleSegmentPathIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/batik/ext/awt/geom/PathLength$SingleSegmentPathIterator;

  public boolean isDone();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.batik.ext.awt.geom.PathLength$SingleSegmentPathIterator this
         0: .line 475
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.geom.PathLength$SingleSegmentPathIterator.done:Z
            ifne 1
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.geom.PathLength$SingleSegmentPathIterator.it:Ljava/awt/geom/PathIterator;
            invokeinterface java.awt.geom.PathIterator.isDone:()Z
            ifne 1
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_1
            ireturn
        end local 0 // org.apache.batik.ext.awt.geom.PathLength$SingleSegmentPathIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/batik/ext/awt/geom/PathLength$SingleSegmentPathIterator;

  public void next();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.batik.ext.awt.geom.PathLength$SingleSegmentPathIterator this
         0: .line 479
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.geom.PathLength$SingleSegmentPathIterator.done:Z
            ifne 6
         1: .line 480
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.geom.PathLength$SingleSegmentPathIterator.moveDone:Z
            ifne 4
         2: .line 481
            aload 0 /* this */
            iconst_1
            putfield org.apache.batik.ext.awt.geom.PathLength$SingleSegmentPathIterator.moveDone:Z
         3: .line 482
            goto 6
         4: .line 483
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.geom.PathLength$SingleSegmentPathIterator.it:Ljava/awt/geom/PathIterator;
            invokeinterface java.awt.geom.PathIterator.next:()V
         5: .line 484
            aload 0 /* this */
            iconst_1
            putfield org.apache.batik.ext.awt.geom.PathLength$SingleSegmentPathIterator.done:Z
         6: .line 487
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.apache.batik.ext.awt.geom.PathLength$SingleSegmentPathIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/apache/batik/ext/awt/geom/PathLength$SingleSegmentPathIterator;
}
SourceFile: "PathLength.java"
NestHost: org.apache.batik.ext.awt.geom.PathLength
InnerClasses:
  protected SingleSegmentPathIterator = org.apache.batik.ext.awt.geom.PathLength$SingleSegmentPathIterator of org.apache.batik.ext.awt.geom.PathLength