class org.apache.lucene.spatial3d.geom.GeoComplexPolygon$IntersectorEdgeIterator implements org.apache.lucene.spatial3d.geom.GeoComplexPolygon$EdgeIterator
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.lucene.spatial3d.geom.GeoComplexPolygon$IntersectorEdgeIterator
  super_class: java.lang.Object
{
  private final org.apache.lucene.spatial3d.geom.Plane plane;
    descriptor: Lorg/apache/lucene/spatial3d/geom/Plane;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.apache.lucene.spatial3d.geom.GeoPoint[] notablePoints;
    descriptor: [Lorg/apache/lucene/spatial3d/geom/GeoPoint;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.apache.lucene.spatial3d.geom.Membership[] bounds;
    descriptor: [Lorg/apache/lucene/spatial3d/geom/Membership;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  final org.apache.lucene.spatial3d.geom.GeoComplexPolygon this$0;
    descriptor: Lorg/apache/lucene/spatial3d/geom/GeoComplexPolygon;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  public void <init>(org.apache.lucene.spatial3d.geom.GeoComplexPolygon, org.apache.lucene.spatial3d.geom.Plane, org.apache.lucene.spatial3d.geom.GeoPoint[], org.apache.lucene.spatial3d.geom.Membership[]);
    descriptor: (Lorg/apache/lucene/spatial3d/geom/GeoComplexPolygon;Lorg/apache/lucene/spatial3d/geom/Plane;[Lorg/apache/lucene/spatial3d/geom/GeoPoint;[Lorg/apache/lucene/spatial3d/geom/Membership;)V
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // org.apache.lucene.spatial3d.geom.GeoComplexPolygon$IntersectorEdgeIterator this
        start local 2 // org.apache.lucene.spatial3d.geom.Plane plane
        start local 3 // org.apache.lucene.spatial3d.geom.GeoPoint[] notablePoints
        start local 4 // org.apache.lucene.spatial3d.geom.Membership[] bounds
         0: .line 994
            aload 0 /* this */
            aload 1
            putfield org.apache.lucene.spatial3d.geom.GeoComplexPolygon$IntersectorEdgeIterator.this$0:Lorg/apache/lucene/spatial3d/geom/GeoComplexPolygon;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 995
            aload 0 /* this */
            aload 2 /* plane */
            putfield org.apache.lucene.spatial3d.geom.GeoComplexPolygon$IntersectorEdgeIterator.plane:Lorg/apache/lucene/spatial3d/geom/Plane;
         2: .line 996
            aload 0 /* this */
            aload 3 /* notablePoints */
            putfield org.apache.lucene.spatial3d.geom.GeoComplexPolygon$IntersectorEdgeIterator.notablePoints:[Lorg/apache/lucene/spatial3d/geom/GeoPoint;
         3: .line 997
            aload 0 /* this */
            aload 4 /* bounds */
            putfield org.apache.lucene.spatial3d.geom.GeoComplexPolygon$IntersectorEdgeIterator.bounds:[Lorg/apache/lucene/spatial3d/geom/Membership;
         4: .line 998
            return
        end local 4 // org.apache.lucene.spatial3d.geom.Membership[] bounds
        end local 3 // org.apache.lucene.spatial3d.geom.GeoPoint[] notablePoints
        end local 2 // org.apache.lucene.spatial3d.geom.Plane plane
        end local 0 // org.apache.lucene.spatial3d.geom.GeoComplexPolygon$IntersectorEdgeIterator this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    5     0           this  Lorg/apache/lucene/spatial3d/geom/GeoComplexPolygon$IntersectorEdgeIterator;
            0    5     2          plane  Lorg/apache/lucene/spatial3d/geom/Plane;
            0    5     3  notablePoints  [Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            0    5     4         bounds  [Lorg/apache/lucene/spatial3d/geom/Membership;
    MethodParameters:
               Name  Flags
      this$0         final
      plane          final
      notablePoints  final
      bounds         final

  public boolean matches(org.apache.lucene.spatial3d.geom.GeoComplexPolygon$Edge);
    descriptor: (Lorg/apache/lucene/spatial3d/geom/GeoComplexPolygon$Edge;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=10, locals=2, args_size=2
        start local 0 // org.apache.lucene.spatial3d.geom.GeoComplexPolygon$IntersectorEdgeIterator this
        start local 1 // org.apache.lucene.spatial3d.geom.GeoComplexPolygon$Edge edge
         0: .line 1002
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoComplexPolygon$IntersectorEdgeIterator.plane:Lorg/apache/lucene/spatial3d/geom/Plane;
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoComplexPolygon$IntersectorEdgeIterator.this$0:Lorg/apache/lucene/spatial3d/geom/GeoComplexPolygon;
            getfield org.apache.lucene.spatial3d.geom.GeoComplexPolygon.planetModel:Lorg/apache/lucene/spatial3d/geom/PlanetModel;
            aload 1 /* edge */
            getfield org.apache.lucene.spatial3d.geom.GeoComplexPolygon$Edge.plane:Lorg/apache/lucene/spatial3d/geom/Plane;
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoComplexPolygon$IntersectorEdgeIterator.notablePoints:[Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            aload 1 /* edge */
            getfield org.apache.lucene.spatial3d.geom.GeoComplexPolygon$Edge.notablePoints:[Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoComplexPolygon$IntersectorEdgeIterator.bounds:[Lorg/apache/lucene/spatial3d/geom/Membership;
            iconst_2
            anewarray org.apache.lucene.spatial3d.geom.Membership
            dup
            iconst_0
            aload 1 /* edge */
            getfield org.apache.lucene.spatial3d.geom.GeoComplexPolygon$Edge.startPlane:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            aastore
            dup
            iconst_1
            aload 1 /* edge */
            getfield org.apache.lucene.spatial3d.geom.GeoComplexPolygon$Edge.endPlane:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            aastore
            invokevirtual org.apache.lucene.spatial3d.geom.Plane.intersects:(Lorg/apache/lucene/spatial3d/geom/PlanetModel;Lorg/apache/lucene/spatial3d/geom/Plane;[Lorg/apache/lucene/spatial3d/geom/GeoPoint;[Lorg/apache/lucene/spatial3d/geom/GeoPoint;[Lorg/apache/lucene/spatial3d/geom/Membership;[Lorg/apache/lucene/spatial3d/geom/Membership;)Z
            ifeq 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_1
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 1 // org.apache.lucene.spatial3d.geom.GeoComplexPolygon$Edge edge
        end local 0 // org.apache.lucene.spatial3d.geom.GeoComplexPolygon$IntersectorEdgeIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/lucene/spatial3d/geom/GeoComplexPolygon$IntersectorEdgeIterator;
            0    3     1  edge  Lorg/apache/lucene/spatial3d/geom/GeoComplexPolygon$Edge;
    MethodParameters:
      Name  Flags
      edge  final
}
SourceFile: "GeoComplexPolygon.java"
NestHost: org.apache.lucene.spatial3d.geom.GeoComplexPolygon
InnerClasses:
  private Edge = org.apache.lucene.spatial3d.geom.GeoComplexPolygon$Edge of org.apache.lucene.spatial3d.geom.GeoComplexPolygon
  private abstract EdgeIterator = org.apache.lucene.spatial3d.geom.GeoComplexPolygon$EdgeIterator of org.apache.lucene.spatial3d.geom.GeoComplexPolygon
  private IntersectorEdgeIterator = org.apache.lucene.spatial3d.geom.GeoComplexPolygon$IntersectorEdgeIterator of org.apache.lucene.spatial3d.geom.GeoComplexPolygon