class org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$ConnectableSegment extends org.apache.commons.math3.geometry.euclidean.twod.Segment
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$ConnectableSegment
  super_class: org.apache.commons.math3.geometry.euclidean.twod.Segment
{
  private final org.apache.commons.math3.geometry.partitioning.BSPTree<org.apache.commons.math3.geometry.euclidean.twod.Euclidean2D> node;
    descriptor: Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lorg/apache/commons/math3/geometry/partitioning/BSPTree<Lorg/apache/commons/math3/geometry/euclidean/twod/Euclidean2D;>;

  private final org.apache.commons.math3.geometry.partitioning.BSPTree<org.apache.commons.math3.geometry.euclidean.twod.Euclidean2D> startNode;
    descriptor: Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lorg/apache/commons/math3/geometry/partitioning/BSPTree<Lorg/apache/commons/math3/geometry/euclidean/twod/Euclidean2D;>;

  private final org.apache.commons.math3.geometry.partitioning.BSPTree<org.apache.commons.math3.geometry.euclidean.twod.Euclidean2D> endNode;
    descriptor: Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lorg/apache/commons/math3/geometry/partitioning/BSPTree<Lorg/apache/commons/math3/geometry/euclidean/twod/Euclidean2D;>;

  private org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$ConnectableSegment previous;
    descriptor: Lorg/apache/commons/math3/geometry/euclidean/twod/PolygonsSet$ConnectableSegment;
    flags: (0x0002) ACC_PRIVATE

  private org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$ConnectableSegment next;
    descriptor: Lorg/apache/commons/math3/geometry/euclidean/twod/PolygonsSet$ConnectableSegment;
    flags: (0x0002) ACC_PRIVATE

  private boolean processed;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  void <init>(org.apache.commons.math3.geometry.euclidean.twod.Vector2D, org.apache.commons.math3.geometry.euclidean.twod.Vector2D, org.apache.commons.math3.geometry.euclidean.twod.Line, org.apache.commons.math3.geometry.partitioning.BSPTree<org.apache.commons.math3.geometry.euclidean.twod.Euclidean2D>, org.apache.commons.math3.geometry.partitioning.BSPTree<org.apache.commons.math3.geometry.euclidean.twod.Euclidean2D>, org.apache.commons.math3.geometry.partitioning.BSPTree<org.apache.commons.math3.geometry.euclidean.twod.Euclidean2D>);
    descriptor: (Lorg/apache/commons/math3/geometry/euclidean/twod/Vector2D;Lorg/apache/commons/math3/geometry/euclidean/twod/Vector2D;Lorg/apache/commons/math3/geometry/euclidean/twod/Line;Lorg/apache/commons/math3/geometry/partitioning/BSPTree;Lorg/apache/commons/math3/geometry/partitioning/BSPTree;Lorg/apache/commons/math3/geometry/partitioning/BSPTree;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=7, args_size=7
        start local 0 // org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$ConnectableSegment this
        start local 1 // org.apache.commons.math3.geometry.euclidean.twod.Vector2D start
        start local 2 // org.apache.commons.math3.geometry.euclidean.twod.Vector2D end
        start local 3 // org.apache.commons.math3.geometry.euclidean.twod.Line line
        start local 4 // org.apache.commons.math3.geometry.partitioning.BSPTree node
        start local 5 // org.apache.commons.math3.geometry.partitioning.BSPTree startNode
        start local 6 // org.apache.commons.math3.geometry.partitioning.BSPTree endNode
         0: .line 978
            aload 0 /* this */
            aload 1 /* start */
            aload 2 /* end */
            aload 3 /* line */
            invokespecial org.apache.commons.math3.geometry.euclidean.twod.Segment.<init>:(Lorg/apache/commons/math3/geometry/euclidean/twod/Vector2D;Lorg/apache/commons/math3/geometry/euclidean/twod/Vector2D;Lorg/apache/commons/math3/geometry/euclidean/twod/Line;)V
         1: .line 979
            aload 0 /* this */
            aload 4 /* node */
            putfield org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$ConnectableSegment.node:Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
         2: .line 980
            aload 0 /* this */
            aload 5 /* startNode */
            putfield org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$ConnectableSegment.startNode:Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
         3: .line 981
            aload 0 /* this */
            aload 6 /* endNode */
            putfield org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$ConnectableSegment.endNode:Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
         4: .line 982
            aload 0 /* this */
            aconst_null
            putfield org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$ConnectableSegment.previous:Lorg/apache/commons/math3/geometry/euclidean/twod/PolygonsSet$ConnectableSegment;
         5: .line 983
            aload 0 /* this */
            aconst_null
            putfield org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$ConnectableSegment.next:Lorg/apache/commons/math3/geometry/euclidean/twod/PolygonsSet$ConnectableSegment;
         6: .line 984
            aload 0 /* this */
            iconst_0
            putfield org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$ConnectableSegment.processed:Z
         7: .line 985
            return
        end local 6 // org.apache.commons.math3.geometry.partitioning.BSPTree endNode
        end local 5 // org.apache.commons.math3.geometry.partitioning.BSPTree startNode
        end local 4 // org.apache.commons.math3.geometry.partitioning.BSPTree node
        end local 3 // org.apache.commons.math3.geometry.euclidean.twod.Line line
        end local 2 // org.apache.commons.math3.geometry.euclidean.twod.Vector2D end
        end local 1 // org.apache.commons.math3.geometry.euclidean.twod.Vector2D start
        end local 0 // org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$ConnectableSegment this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    8     0       this  Lorg/apache/commons/math3/geometry/euclidean/twod/PolygonsSet$ConnectableSegment;
            0    8     1      start  Lorg/apache/commons/math3/geometry/euclidean/twod/Vector2D;
            0    8     2        end  Lorg/apache/commons/math3/geometry/euclidean/twod/Vector2D;
            0    8     3       line  Lorg/apache/commons/math3/geometry/euclidean/twod/Line;
            0    8     4       node  Lorg/apache/commons/math3/geometry/partitioning/BSPTree<Lorg/apache/commons/math3/geometry/euclidean/twod/Euclidean2D;>;
            0    8     5  startNode  Lorg/apache/commons/math3/geometry/partitioning/BSPTree<Lorg/apache/commons/math3/geometry/euclidean/twod/Euclidean2D;>;
            0    8     6    endNode  Lorg/apache/commons/math3/geometry/partitioning/BSPTree<Lorg/apache/commons/math3/geometry/euclidean/twod/Euclidean2D;>;
    Signature: (Lorg/apache/commons/math3/geometry/euclidean/twod/Vector2D;Lorg/apache/commons/math3/geometry/euclidean/twod/Vector2D;Lorg/apache/commons/math3/geometry/euclidean/twod/Line;Lorg/apache/commons/math3/geometry/partitioning/BSPTree<Lorg/apache/commons/math3/geometry/euclidean/twod/Euclidean2D;>;Lorg/apache/commons/math3/geometry/partitioning/BSPTree<Lorg/apache/commons/math3/geometry/euclidean/twod/Euclidean2D;>;Lorg/apache/commons/math3/geometry/partitioning/BSPTree<Lorg/apache/commons/math3/geometry/euclidean/twod/Euclidean2D;>;)V
    MethodParameters:
           Name  Flags
      start      final
      end        final
      line       final
      node       final
      startNode  final
      endNode    final

  public org.apache.commons.math3.geometry.partitioning.BSPTree<org.apache.commons.math3.geometry.euclidean.twod.Euclidean2D> getNode();
    descriptor: ()Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$ConnectableSegment this
         0: .line 991
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$ConnectableSegment.node:Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
            areturn
        end local 0 // org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$ConnectableSegment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/geometry/euclidean/twod/PolygonsSet$ConnectableSegment;
    Signature: ()Lorg/apache/commons/math3/geometry/partitioning/BSPTree<Lorg/apache/commons/math3/geometry/euclidean/twod/Euclidean2D;>;

  public org.apache.commons.math3.geometry.partitioning.BSPTree<org.apache.commons.math3.geometry.euclidean.twod.Euclidean2D> getStartNode();
    descriptor: ()Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$ConnectableSegment this
         0: .line 998
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$ConnectableSegment.startNode:Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
            areturn
        end local 0 // org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$ConnectableSegment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/geometry/euclidean/twod/PolygonsSet$ConnectableSegment;
    Signature: ()Lorg/apache/commons/math3/geometry/partitioning/BSPTree<Lorg/apache/commons/math3/geometry/euclidean/twod/Euclidean2D;>;

  public org.apache.commons.math3.geometry.partitioning.BSPTree<org.apache.commons.math3.geometry.euclidean.twod.Euclidean2D> getEndNode();
    descriptor: ()Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$ConnectableSegment this
         0: .line 1005
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$ConnectableSegment.endNode:Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
            areturn
        end local 0 // org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$ConnectableSegment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/geometry/euclidean/twod/PolygonsSet$ConnectableSegment;
    Signature: ()Lorg/apache/commons/math3/geometry/partitioning/BSPTree<Lorg/apache/commons/math3/geometry/euclidean/twod/Euclidean2D;>;

  public org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$ConnectableSegment getPrevious();
    descriptor: ()Lorg/apache/commons/math3/geometry/euclidean/twod/PolygonsSet$ConnectableSegment;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$ConnectableSegment this
         0: .line 1012
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$ConnectableSegment.previous:Lorg/apache/commons/math3/geometry/euclidean/twod/PolygonsSet$ConnectableSegment;
            areturn
        end local 0 // org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$ConnectableSegment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/geometry/euclidean/twod/PolygonsSet$ConnectableSegment;

  public void setPrevious(org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$ConnectableSegment);
    descriptor: (Lorg/apache/commons/math3/geometry/euclidean/twod/PolygonsSet$ConnectableSegment;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$ConnectableSegment this
        start local 1 // org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$ConnectableSegment previous
         0: .line 1019
            aload 0 /* this */
            aload 1 /* previous */
            putfield org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$ConnectableSegment.previous:Lorg/apache/commons/math3/geometry/euclidean/twod/PolygonsSet$ConnectableSegment;
         1: .line 1020
            return
        end local 1 // org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$ConnectableSegment previous
        end local 0 // org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$ConnectableSegment this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/apache/commons/math3/geometry/euclidean/twod/PolygonsSet$ConnectableSegment;
            0    2     1  previous  Lorg/apache/commons/math3/geometry/euclidean/twod/PolygonsSet$ConnectableSegment;
    MethodParameters:
          Name  Flags
      previous  final

  public org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$ConnectableSegment getNext();
    descriptor: ()Lorg/apache/commons/math3/geometry/euclidean/twod/PolygonsSet$ConnectableSegment;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$ConnectableSegment this
         0: .line 1026
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$ConnectableSegment.next:Lorg/apache/commons/math3/geometry/euclidean/twod/PolygonsSet$ConnectableSegment;
            areturn
        end local 0 // org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$ConnectableSegment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/geometry/euclidean/twod/PolygonsSet$ConnectableSegment;

  public void setNext(org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$ConnectableSegment);
    descriptor: (Lorg/apache/commons/math3/geometry/euclidean/twod/PolygonsSet$ConnectableSegment;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$ConnectableSegment this
        start local 1 // org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$ConnectableSegment next
         0: .line 1033
            aload 0 /* this */
            aload 1 /* next */
            putfield org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$ConnectableSegment.next:Lorg/apache/commons/math3/geometry/euclidean/twod/PolygonsSet$ConnectableSegment;
         1: .line 1034
            return
        end local 1 // org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$ConnectableSegment next
        end local 0 // org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$ConnectableSegment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/commons/math3/geometry/euclidean/twod/PolygonsSet$ConnectableSegment;
            0    2     1  next  Lorg/apache/commons/math3/geometry/euclidean/twod/PolygonsSet$ConnectableSegment;
    MethodParameters:
      Name  Flags
      next  final

  public void setProcessed(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$ConnectableSegment this
        start local 1 // boolean processed
         0: .line 1040
            aload 0 /* this */
            iload 1 /* processed */
            putfield org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$ConnectableSegment.processed:Z
         1: .line 1041
            return
        end local 1 // boolean processed
        end local 0 // org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$ConnectableSegment this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/apache/commons/math3/geometry/euclidean/twod/PolygonsSet$ConnectableSegment;
            0    2     1  processed  Z
    MethodParameters:
           Name  Flags
      processed  final

  public boolean isProcessed();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$ConnectableSegment this
         0: .line 1047
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$ConnectableSegment.processed:Z
            ireturn
        end local 0 // org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$ConnectableSegment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/geometry/euclidean/twod/PolygonsSet$ConnectableSegment;
}
SourceFile: "PolygonsSet.java"
NestHost: org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet
InnerClasses:
  private ConnectableSegment = org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$ConnectableSegment of org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet