class org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$Edge
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$Edge
super_class: java.lang.Object
{
private final org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$Vertex start;
descriptor: Lorg/apache/commons/math3/geometry/euclidean/twod/PolygonsSet$Vertex;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$Vertex end;
descriptor: Lorg/apache/commons/math3/geometry/euclidean/twod/PolygonsSet$Vertex;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final org.apache.commons.math3.geometry.euclidean.twod.Line line;
descriptor: Lorg/apache/commons/math3/geometry/euclidean/twod/Line;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private 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: (0x0002) ACC_PRIVATE
Signature: Lorg/apache/commons/math3/geometry/partitioning/BSPTree<Lorg/apache/commons/math3/geometry/euclidean/twod/Euclidean2D;>;
void <init>(org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$Vertex, org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$Vertex, org.apache.commons.math3.geometry.euclidean.twod.Line);
descriptor: (Lorg/apache/commons/math3/geometry/euclidean/twod/PolygonsSet$Vertex;Lorg/apache/commons/math3/geometry/euclidean/twod/PolygonsSet$Vertex;Lorg/apache/commons/math3/geometry/euclidean/twod/Line;)V
flags: (0x0000)
Code:
stack=2, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$Edge.start:Lorg/apache/commons/math3/geometry/euclidean/twod/PolygonsSet$Vertex;
2: aload 0
aload 2
putfield org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$Edge.end:Lorg/apache/commons/math3/geometry/euclidean/twod/PolygonsSet$Vertex;
3: aload 0
aload 3
putfield org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$Edge.line:Lorg/apache/commons/math3/geometry/euclidean/twod/Line;
4: aload 0
aconst_null
putfield org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$Edge.node:Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
5: aload 1
aload 0
invokevirtual org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$Vertex.setOutgoing:(Lorg/apache/commons/math3/geometry/euclidean/twod/PolygonsSet$Edge;)V
6: aload 2
aload 0
invokevirtual org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$Vertex.setIncoming:(Lorg/apache/commons/math3/geometry/euclidean/twod/PolygonsSet$Edge;)V
7: return
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$Edge;
0 8 1 start Lorg/apache/commons/math3/geometry/euclidean/twod/PolygonsSet$Vertex;
0 8 2 end Lorg/apache/commons/math3/geometry/euclidean/twod/PolygonsSet$Vertex;
0 8 3 line Lorg/apache/commons/math3/geometry/euclidean/twod/Line;
MethodParameters:
Name Flags
start final
end final
line final
public org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$Vertex getStart();
descriptor: ()Lorg/apache/commons/math3/geometry/euclidean/twod/PolygonsSet$Vertex;
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$Edge.start:Lorg/apache/commons/math3/geometry/euclidean/twod/PolygonsSet$Vertex;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/commons/math3/geometry/euclidean/twod/PolygonsSet$Edge;
public org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$Vertex getEnd();
descriptor: ()Lorg/apache/commons/math3/geometry/euclidean/twod/PolygonsSet$Vertex;
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$Edge.end:Lorg/apache/commons/math3/geometry/euclidean/twod/PolygonsSet$Vertex;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/commons/math3/geometry/euclidean/twod/PolygonsSet$Edge;
public org.apache.commons.math3.geometry.euclidean.twod.Line getLine();
descriptor: ()Lorg/apache/commons/math3/geometry/euclidean/twod/Line;
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$Edge.line:Lorg/apache/commons/math3/geometry/euclidean/twod/Line;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/commons/math3/geometry/euclidean/twod/PolygonsSet$Edge;
public void setNode(org.apache.commons.math3.geometry.partitioning.BSPTree<org.apache.commons.math3.geometry.euclidean.twod.Euclidean2D>);
descriptor: (Lorg/apache/commons/math3/geometry/partitioning/BSPTree;)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$Edge.node:Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
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$Edge;
0 2 1 node Lorg/apache/commons/math3/geometry/partitioning/BSPTree<Lorg/apache/commons/math3/geometry/euclidean/twod/Euclidean2D;>;
Signature: (Lorg/apache/commons/math3/geometry/partitioning/BSPTree<Lorg/apache/commons/math3/geometry/euclidean/twod/Euclidean2D;>;)V
MethodParameters:
Name Flags
node 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$Edge.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$Edge;
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$Vertex split(org.apache.commons.math3.geometry.euclidean.twod.Line);
descriptor: (Lorg/apache/commons/math3/geometry/euclidean/twod/Line;)Lorg/apache/commons/math3/geometry/euclidean/twod/PolygonsSet$Vertex;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=5, args_size=2
start local 0 start local 1 0: new org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$Vertex
dup
aload 0
getfield org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$Edge.line:Lorg/apache/commons/math3/geometry/euclidean/twod/Line;
aload 1
invokevirtual org.apache.commons.math3.geometry.euclidean.twod.Line.intersection:(Lorg/apache/commons/math3/geometry/euclidean/twod/Line;)Lorg/apache/commons/math3/geometry/euclidean/twod/Vector2D;
invokespecial org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$Vertex.<init>:(Lorg/apache/commons/math3/geometry/euclidean/twod/Vector2D;)V
astore 2
start local 2 1: aload 2
aload 1
invokevirtual org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$Vertex.bindWith:(Lorg/apache/commons/math3/geometry/euclidean/twod/Line;)V
2: new org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$Edge
dup
aload 0
getfield org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$Edge.start:Lorg/apache/commons/math3/geometry/euclidean/twod/PolygonsSet$Vertex;
aload 2
aload 0
getfield org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$Edge.line:Lorg/apache/commons/math3/geometry/euclidean/twod/Line;
invokespecial org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$Edge.<init>:(Lorg/apache/commons/math3/geometry/euclidean/twod/PolygonsSet$Vertex;Lorg/apache/commons/math3/geometry/euclidean/twod/PolygonsSet$Vertex;Lorg/apache/commons/math3/geometry/euclidean/twod/Line;)V
astore 3
start local 3 3: new org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$Edge
dup
aload 2
aload 0
getfield org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$Edge.end:Lorg/apache/commons/math3/geometry/euclidean/twod/PolygonsSet$Vertex;
aload 0
getfield org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$Edge.line:Lorg/apache/commons/math3/geometry/euclidean/twod/Line;
invokespecial org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$Edge.<init>:(Lorg/apache/commons/math3/geometry/euclidean/twod/PolygonsSet$Vertex;Lorg/apache/commons/math3/geometry/euclidean/twod/PolygonsSet$Vertex;Lorg/apache/commons/math3/geometry/euclidean/twod/Line;)V
astore 4
start local 4 4: aload 3
aload 0
getfield org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$Edge.node:Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
putfield org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$Edge.node:Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
5: aload 4
aload 0
getfield org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$Edge.node:Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
putfield org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$Edge.node:Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
6: aload 2
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lorg/apache/commons/math3/geometry/euclidean/twod/PolygonsSet$Edge;
0 7 1 splitLine Lorg/apache/commons/math3/geometry/euclidean/twod/Line;
1 7 2 splitVertex Lorg/apache/commons/math3/geometry/euclidean/twod/PolygonsSet$Vertex;
3 7 3 startHalf Lorg/apache/commons/math3/geometry/euclidean/twod/PolygonsSet$Edge;
4 7 4 endHalf Lorg/apache/commons/math3/geometry/euclidean/twod/PolygonsSet$Edge;
MethodParameters:
Name Flags
splitLine final
}
SourceFile: "PolygonsSet.java"
NestHost: org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet
InnerClasses:
private Edge = org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$Edge of org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet
private Vertex = org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$Vertex of org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet