public class org.apache.commons.math3.geometry.partitioning.BoundaryProjection<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.BoundaryProjection
super_class: java.lang.Object
{
private final org.apache.commons.math3.geometry.Point<S> original;
descriptor: Lorg/apache/commons/math3/geometry/Point;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Lorg/apache/commons/math3/geometry/Point<TS;>;
private final org.apache.commons.math3.geometry.Point<S> projected;
descriptor: Lorg/apache/commons/math3/geometry/Point;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Lorg/apache/commons/math3/geometry/Point<TS;>;
private final double offset;
descriptor: D
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
public void <init>(org.apache.commons.math3.geometry.Point<S>, org.apache.commons.math3.geometry.Point<S>, );
descriptor: (Lorg/apache/commons/math3/geometry/Point;Lorg/apache/commons/math3/geometry/Point;D)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=5, 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.BoundaryProjection.original:Lorg/apache/commons/math3/geometry/Point;
2: aload 0
aload 2
putfield org.apache.commons.math3.geometry.partitioning.BoundaryProjection.projected:Lorg/apache/commons/math3/geometry/Point;
3: aload 0
dload 3
putfield org.apache.commons.math3.geometry.partitioning.BoundaryProjection.offset:D
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/BoundaryProjection<TS;>;
0 5 1 original Lorg/apache/commons/math3/geometry/Point<TS;>;
0 5 2 projected Lorg/apache/commons/math3/geometry/Point<TS;>;
0 5 3 offset D
Signature: (Lorg/apache/commons/math3/geometry/Point<TS;>;Lorg/apache/commons/math3/geometry/Point<TS;>;D)V
MethodParameters:
Name Flags
original final
projected final
offset final
public org.apache.commons.math3.geometry.Point<S> getOriginal();
descriptor: ()Lorg/apache/commons/math3/geometry/Point;
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.BoundaryProjection.original:Lorg/apache/commons/math3/geometry/Point;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/commons/math3/geometry/partitioning/BoundaryProjection<TS;>;
Signature: ()Lorg/apache/commons/math3/geometry/Point<TS;>;
public org.apache.commons.math3.geometry.Point<S> getProjected();
descriptor: ()Lorg/apache/commons/math3/geometry/Point;
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.BoundaryProjection.projected:Lorg/apache/commons/math3/geometry/Point;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/commons/math3/geometry/partitioning/BoundaryProjection<TS;>;
Signature: ()Lorg/apache/commons/math3/geometry/Point<TS;>;
public double getOffset();
descriptor: ()D
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield org.apache.commons.math3.geometry.partitioning.BoundaryProjection.offset:D
dreturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/commons/math3/geometry/partitioning/BoundaryProjection<TS;>;
}
Signature: <S::Lorg/apache/commons/math3/geometry/Space;>Ljava/lang/Object;
SourceFile: "BoundaryProjection.java"