public class org.apache.commons.math3.geometry.partitioning.BoundaryAttribute<S extends org.apache.commons.math3.geometry.Space>
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.apache.commons.math3.geometry.partitioning.BoundaryAttribute
super_class: java.lang.Object
{
private final org.apache.commons.math3.geometry.partitioning.SubHyperplane<S> plusOutside;
descriptor: Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane<TS;>;
private final org.apache.commons.math3.geometry.partitioning.SubHyperplane<S> plusInside;
descriptor: Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane<TS;>;
private final org.apache.commons.math3.geometry.partitioning.NodesSet<S> splitters;
descriptor: Lorg/apache/commons/math3/geometry/partitioning/NodesSet;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Lorg/apache/commons/math3/geometry/partitioning/NodesSet<TS;>;
public void <init>(org.apache.commons.math3.geometry.partitioning.SubHyperplane<S>, org.apache.commons.math3.geometry.partitioning.SubHyperplane<S>);
descriptor: (Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane;Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
aload 2
aconst_null
invokespecial org.apache.commons.math3.geometry.partitioning.BoundaryAttribute.<init>:(Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane;Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane;Lorg/apache/commons/math3/geometry/partitioning/NodesSet;)V
1: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/apache/commons/math3/geometry/partitioning/BoundaryAttribute<TS;>;
0 2 1 plusOutside Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane<TS;>;
0 2 2 plusInside Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane<TS;>;
Signature: (Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane<TS;>;Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane<TS;>;)V
RuntimeVisibleAnnotations:
java.lang.Deprecated()
MethodParameters:
Name Flags
plusOutside final
plusInside final
void <init>(org.apache.commons.math3.geometry.partitioning.SubHyperplane<S>, org.apache.commons.math3.geometry.partitioning.SubHyperplane<S>, org.apache.commons.math3.geometry.partitioning.NodesSet<S>);
descriptor: (Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane;Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane;Lorg/apache/commons/math3/geometry/partitioning/NodesSet;)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.partitioning.BoundaryAttribute.plusOutside:Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane;
2: aload 0
aload 2
putfield org.apache.commons.math3.geometry.partitioning.BoundaryAttribute.plusInside:Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane;
3: aload 0
aload 3
putfield org.apache.commons.math3.geometry.partitioning.BoundaryAttribute.splitters:Lorg/apache/commons/math3/geometry/partitioning/NodesSet;
4: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/apache/commons/math3/geometry/partitioning/BoundaryAttribute<TS;>;
0 5 1 plusOutside Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane<TS;>;
0 5 2 plusInside Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane<TS;>;
0 5 3 splitters Lorg/apache/commons/math3/geometry/partitioning/NodesSet<TS;>;
Signature: (Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane<TS;>;Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane<TS;>;Lorg/apache/commons/math3/geometry/partitioning/NodesSet<TS;>;)V
MethodParameters:
Name Flags
plusOutside final
plusInside final
splitters final
public org.apache.commons.math3.geometry.partitioning.SubHyperplane<S> getPlusOutside();
descriptor: ()Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.apache.commons.math3.geometry.partitioning.BoundaryAttribute.plusOutside:Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/commons/math3/geometry/partitioning/BoundaryAttribute<TS;>;
Signature: ()Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane<TS;>;
public org.apache.commons.math3.geometry.partitioning.SubHyperplane<S> getPlusInside();
descriptor: ()Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.apache.commons.math3.geometry.partitioning.BoundaryAttribute.plusInside:Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/commons/math3/geometry/partitioning/BoundaryAttribute<TS;>;
Signature: ()Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane<TS;>;
public org.apache.commons.math3.geometry.partitioning.NodesSet<S> getSplitters();
descriptor: ()Lorg/apache/commons/math3/geometry/partitioning/NodesSet;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.apache.commons.math3.geometry.partitioning.BoundaryAttribute.splitters:Lorg/apache/commons/math3/geometry/partitioning/NodesSet;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/commons/math3/geometry/partitioning/BoundaryAttribute<TS;>;
Signature: ()Lorg/apache/commons/math3/geometry/partitioning/NodesSet<TS;>;
}
Signature: <S::Lorg/apache/commons/math3/geometry/Space;>Ljava/lang/Object;
SourceFile: "BoundaryAttribute.java"