public class org.apache.commons.math3.geometry.partitioning.SubHyperplane$SplitSubHyperplane<U 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.SubHyperplane$SplitSubHyperplane
super_class: java.lang.Object
{
private final org.apache.commons.math3.geometry.partitioning.SubHyperplane<U> plus;
descriptor: Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane<TU;>;
private final org.apache.commons.math3.geometry.partitioning.SubHyperplane<U> minus;
descriptor: Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane<TU;>;
public void <init>(org.apache.commons.math3.geometry.partitioning.SubHyperplane<U>, org.apache.commons.math3.geometry.partitioning.SubHyperplane<U>);
descriptor: (Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane;Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield org.apache.commons.math3.geometry.partitioning.SubHyperplane$SplitSubHyperplane.plus:Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane;
2: aload 0
aload 2
putfield org.apache.commons.math3.geometry.partitioning.SubHyperplane$SplitSubHyperplane.minus:Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane;
3: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane$SplitSubHyperplane<TU;>;
0 4 1 plus Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane<TU;>;
0 4 2 minus Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane<TU;>;
Signature: (Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane<TU;>;Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane<TU;>;)V
MethodParameters:
Name Flags
plus final
minus final
public org.apache.commons.math3.geometry.partitioning.SubHyperplane<U> getPlus();
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.SubHyperplane$SplitSubHyperplane.plus: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/SubHyperplane$SplitSubHyperplane<TU;>;
Signature: ()Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane<TU;>;
public org.apache.commons.math3.geometry.partitioning.SubHyperplane<U> getMinus();
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.SubHyperplane$SplitSubHyperplane.minus: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/SubHyperplane$SplitSubHyperplane<TU;>;
Signature: ()Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane<TU;>;
public org.apache.commons.math3.geometry.partitioning.Side getSide();
descriptor: ()Lorg/apache/commons/math3/geometry/partitioning/Side;
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.SubHyperplane$SplitSubHyperplane.plus:Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane;
ifnull 4
aload 0
getfield org.apache.commons.math3.geometry.partitioning.SubHyperplane$SplitSubHyperplane.plus:Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane;
invokeinterface org.apache.commons.math3.geometry.partitioning.SubHyperplane.isEmpty:()Z
ifne 4
1: aload 0
getfield org.apache.commons.math3.geometry.partitioning.SubHyperplane$SplitSubHyperplane.minus:Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane;
ifnull 3
aload 0
getfield org.apache.commons.math3.geometry.partitioning.SubHyperplane$SplitSubHyperplane.minus:Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane;
invokeinterface org.apache.commons.math3.geometry.partitioning.SubHyperplane.isEmpty:()Z
ifne 3
2: getstatic org.apache.commons.math3.geometry.partitioning.Side.BOTH:Lorg/apache/commons/math3/geometry/partitioning/Side;
areturn
3: StackMap locals:
StackMap stack:
getstatic org.apache.commons.math3.geometry.partitioning.Side.PLUS:Lorg/apache/commons/math3/geometry/partitioning/Side;
areturn
4: StackMap locals:
StackMap stack:
aload 0
getfield org.apache.commons.math3.geometry.partitioning.SubHyperplane$SplitSubHyperplane.minus:Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane;
ifnull 6
aload 0
getfield org.apache.commons.math3.geometry.partitioning.SubHyperplane$SplitSubHyperplane.minus:Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane;
invokeinterface org.apache.commons.math3.geometry.partitioning.SubHyperplane.isEmpty:()Z
ifne 6
5: getstatic org.apache.commons.math3.geometry.partitioning.Side.MINUS:Lorg/apache/commons/math3/geometry/partitioning/Side;
areturn
6: StackMap locals:
StackMap stack:
getstatic org.apache.commons.math3.geometry.partitioning.Side.HYPER:Lorg/apache/commons/math3/geometry/partitioning/Side;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane$SplitSubHyperplane<TU;>;
}
Signature: <U::Lorg/apache/commons/math3/geometry/Space;>Ljava/lang/Object;
SourceFile: "SubHyperplane.java"
NestHost: org.apache.commons.math3.geometry.partitioning.SubHyperplane
InnerClasses:
public SplitSubHyperplane = org.apache.commons.math3.geometry.partitioning.SubHyperplane$SplitSubHyperplane of org.apache.commons.math3.geometry.partitioning.SubHyperplane