public abstract class sun.awt.geom.AreaOp$CAGOp extends sun.awt.geom.AreaOp
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: sun.awt.geom.AreaOp$CAGOp
  super_class: sun.awt.geom.AreaOp
{
  boolean inLeft;
    descriptor: Z
    flags: (0x0000) 

  boolean inRight;
    descriptor: Z
    flags: (0x0000) 

  boolean inResult;
    descriptor: Z
    flags: (0x0000) 

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

  public void newRow();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.awt.geom.AreaOp$CAGOp this
         0: .line 40
            aload 0 /* this */
            iconst_0
            putfield sun.awt.geom.AreaOp$CAGOp.inLeft:Z
         1: .line 41
            aload 0 /* this */
            iconst_0
            putfield sun.awt.geom.AreaOp$CAGOp.inRight:Z
         2: .line 42
            aload 0 /* this */
            iconst_0
            putfield sun.awt.geom.AreaOp$CAGOp.inResult:Z
         3: .line 43
            return
        end local 0 // sun.awt.geom.AreaOp$CAGOp this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/awt/geom/AreaOp$CAGOp;

  public int classify(sun.awt.geom.Edge);
    descriptor: (Lsun/awt/geom/Edge;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // sun.awt.geom.AreaOp$CAGOp this
        start local 1 // sun.awt.geom.Edge e
         0: .line 46
            aload 1 /* e */
            invokevirtual sun.awt.geom.Edge.getCurveTag:()I
            ifne 5
         1: .line 47
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.awt.geom.AreaOp$CAGOp.inLeft:Z
            ifeq 2
            iconst_0
            goto 3
      StackMap locals:
      StackMap stack: sun.awt.geom.AreaOp$CAGOp
         2: iconst_1
      StackMap locals: sun.awt.geom.AreaOp$CAGOp sun.awt.geom.Edge
      StackMap stack: sun.awt.geom.AreaOp$CAGOp int
         3: putfield sun.awt.geom.AreaOp$CAGOp.inLeft:Z
         4: .line 48
            goto 8
         5: .line 49
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.awt.geom.AreaOp$CAGOp.inRight:Z
            ifeq 6
            iconst_0
            goto 7
      StackMap locals:
      StackMap stack: sun.awt.geom.AreaOp$CAGOp
         6: iconst_1
      StackMap locals: sun.awt.geom.AreaOp$CAGOp sun.awt.geom.Edge
      StackMap stack: sun.awt.geom.AreaOp$CAGOp int
         7: putfield sun.awt.geom.AreaOp$CAGOp.inRight:Z
         8: .line 51
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.awt.geom.AreaOp$CAGOp.inLeft:Z
            aload 0 /* this */
            getfield sun.awt.geom.AreaOp$CAGOp.inRight:Z
            invokevirtual sun.awt.geom.AreaOp$CAGOp.newClassification:(ZZ)Z
            istore 2 /* newClass */
        start local 2 // boolean newClass
         9: .line 52
            aload 0 /* this */
            getfield sun.awt.geom.AreaOp$CAGOp.inResult:Z
            iload 2 /* newClass */
            if_icmpne 11
        10: .line 53
            iconst_0
            ireturn
        11: .line 55
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 2 /* newClass */
            putfield sun.awt.geom.AreaOp$CAGOp.inResult:Z
        12: .line 56
            iload 2 /* newClass */
            ifeq 13
            iconst_1
            goto 14
      StackMap locals:
      StackMap stack:
        13: iconst_m1
      StackMap locals:
      StackMap stack: int
        14: ireturn
        end local 2 // boolean newClass
        end local 1 // sun.awt.geom.Edge e
        end local 0 // sun.awt.geom.AreaOp$CAGOp this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   15     0      this  Lsun/awt/geom/AreaOp$CAGOp;
            0   15     1         e  Lsun/awt/geom/Edge;
            9   15     2  newClass  Z
    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$CAGOp this
         0: .line 60
            aload 0 /* this */
            getfield sun.awt.geom.AreaOp$CAGOp.inResult:Z
            ifeq 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_m1
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 0 // sun.awt.geom.AreaOp$CAGOp this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/awt/geom/AreaOp$CAGOp;

  public abstract boolean newClassification(boolean, boolean);
    descriptor: (ZZ)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
         Name  Flags
      inLeft   
      inRight  
}
SourceFile: "AreaOp.java"
NestHost: sun.awt.geom.AreaOp
InnerClasses:
  public abstract CAGOp = sun.awt.geom.AreaOp$CAGOp of sun.awt.geom.AreaOp