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 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 0: aload 0
aload 1
aload 2
aload 3
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: aload 0
aload 4
putfield org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$ConnectableSegment.node:Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
2: aload 0
aload 5
putfield org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$ConnectableSegment.startNode:Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
3: aload 0
aload 6
putfield org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$ConnectableSegment.endNode:Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
4: aload 0
aconst_null
putfield org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$ConnectableSegment.previous:Lorg/apache/commons/math3/geometry/euclidean/twod/PolygonsSet$ConnectableSegment;
5: aload 0
aconst_null
putfield org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$ConnectableSegment.next:Lorg/apache/commons/math3/geometry/euclidean/twod/PolygonsSet$ConnectableSegment;
6: aload 0
iconst_0
putfield org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$ConnectableSegment.processed:Z
7: return
end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 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 0: aload 0
getfield org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$ConnectableSegment.node:Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
areturn
end local 0 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 0: aload 0
getfield org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$ConnectableSegment.startNode:Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
areturn
end local 0 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 0: aload 0
getfield org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$ConnectableSegment.endNode:Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
areturn
end local 0 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 0: aload 0
getfield org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$ConnectableSegment.previous:Lorg/apache/commons/math3/geometry/euclidean/twod/PolygonsSet$ConnectableSegment;
areturn
end local 0 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 start local 1 0: aload 0
aload 1
putfield org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$ConnectableSegment.previous:Lorg/apache/commons/math3/geometry/euclidean/twod/PolygonsSet$ConnectableSegment;
1: return
end local 1 end local 0 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 0: aload 0
getfield org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$ConnectableSegment.next:Lorg/apache/commons/math3/geometry/euclidean/twod/PolygonsSet$ConnectableSegment;
areturn
end local 0 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 start local 1 0: aload 0
aload 1
putfield org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$ConnectableSegment.next:Lorg/apache/commons/math3/geometry/euclidean/twod/PolygonsSet$ConnectableSegment;
1: return
end local 1 end local 0 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 start local 1 0: aload 0
iload 1
putfield org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$ConnectableSegment.processed:Z
1: return
end local 1 end local 0 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 0: aload 0
getfield org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$ConnectableSegment.processed:Z
ireturn
end local 0 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