public class sun.awt.geom.AreaOp$NZWindOp extends sun.awt.geom.AreaOp
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.awt.geom.AreaOp$NZWindOp
  super_class: sun.awt.geom.AreaOp
{
  private int count;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.awt.geom.AreaOp$NZWindOp this
         0: .line 91
            aload 0 /* this */
            invokespecial sun.awt.geom.AreaOp.<init>:()V
            return
        end local 0 // sun.awt.geom.AreaOp$NZWindOp this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/awt/geom/AreaOp$NZWindOp;

  public void newRow();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.awt.geom.AreaOp$NZWindOp this
         0: .line 95
            aload 0 /* this */
            iconst_0
            putfield sun.awt.geom.AreaOp$NZWindOp.count:I
         1: .line 96
            return
        end local 0 // sun.awt.geom.AreaOp$NZWindOp this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/awt/geom/AreaOp$NZWindOp;

  public int classify(sun.awt.geom.Edge);
    descriptor: (Lsun/awt/geom/Edge;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // sun.awt.geom.AreaOp$NZWindOp this
        start local 1 // sun.awt.geom.Edge e
         0: .line 101
            aload 0 /* this */
            getfield sun.awt.geom.AreaOp$NZWindOp.count:I
            istore 2 /* newCount */
        start local 2 // int newCount
         1: .line 102
            iload 2 /* newCount */
            ifne 2
            iconst_1
            goto 3
      StackMap locals: int
      StackMap stack:
         2: iconst_0
      StackMap locals:
      StackMap stack: int
         3: istore 3 /* type */
        start local 3 // int type
         4: .line 103
            iload 2 /* newCount */
            aload 1 /* e */
            invokevirtual sun.awt.geom.Edge.getCurve:()Lsun/awt/geom/Curve;
            invokevirtual sun.awt.geom.Curve.getDirection:()I
            iadd
            istore 2 /* newCount */
         5: .line 104
            aload 0 /* this */
            iload 2 /* newCount */
            putfield sun.awt.geom.AreaOp$NZWindOp.count:I
         6: .line 105
            iload 2 /* newCount */
            ifne 7
            iconst_m1
            goto 8
      StackMap locals: int
      StackMap stack:
         7: iload 3 /* type */
      StackMap locals:
      StackMap stack: int
         8: ireturn
        end local 3 // int type
        end local 2 // int newCount
        end local 1 // sun.awt.geom.Edge e
        end local 0 // sun.awt.geom.AreaOp$NZWindOp this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    9     0      this  Lsun/awt/geom/AreaOp$NZWindOp;
            0    9     1         e  Lsun/awt/geom/Edge;
            1    9     2  newCount  I
            4    9     3      type  I
    MethodParameters:
      Name  Flags
      e     

  public int getState();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.awt.geom.AreaOp$NZWindOp this
         0: .line 109
            aload 0 /* this */
            getfield sun.awt.geom.AreaOp$NZWindOp.count:I
            ifne 1
            iconst_m1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_1
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 0 // sun.awt.geom.AreaOp$NZWindOp this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/awt/geom/AreaOp$NZWindOp;
}
SourceFile: "AreaOp.java"
NestHost: sun.awt.geom.AreaOp
InnerClasses:
  public NZWindOp = sun.awt.geom.AreaOp$NZWindOp of sun.awt.geom.AreaOp