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 // org.apache.commons.math3.geometry.partitioning.BoundaryAttribute this
        start local 1 // org.apache.commons.math3.geometry.partitioning.SubHyperplane plusOutside
        start local 2 // org.apache.commons.math3.geometry.partitioning.SubHyperplane plusInside
         0: .line 65
            aload 0 /* this */
            aload 1 /* plusOutside */
            aload 2 /* plusInside */
            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: .line 66
            return
        end local 2 // org.apache.commons.math3.geometry.partitioning.SubHyperplane plusInside
        end local 1 // org.apache.commons.math3.geometry.partitioning.SubHyperplane plusOutside
        end local 0 // org.apache.commons.math3.geometry.partitioning.BoundaryAttribute this
      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 // org.apache.commons.math3.geometry.partitioning.BoundaryAttribute this
        start local 1 // org.apache.commons.math3.geometry.partitioning.SubHyperplane plusOutside
        start local 2 // org.apache.commons.math3.geometry.partitioning.SubHyperplane plusInside
        start local 3 // org.apache.commons.math3.geometry.partitioning.NodesSet splitters
         0: .line 79
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 82
            aload 0 /* this */
            aload 1 /* plusOutside */
            putfield org.apache.commons.math3.geometry.partitioning.BoundaryAttribute.plusOutside:Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane;
         2: .line 83
            aload 0 /* this */
            aload 2 /* plusInside */
            putfield org.apache.commons.math3.geometry.partitioning.BoundaryAttribute.plusInside:Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane;
         3: .line 84
            aload 0 /* this */
            aload 3 /* splitters */
            putfield org.apache.commons.math3.geometry.partitioning.BoundaryAttribute.splitters:Lorg/apache/commons/math3/geometry/partitioning/NodesSet;
         4: .line 85
            return
        end local 3 // org.apache.commons.math3.geometry.partitioning.NodesSet splitters
        end local 2 // org.apache.commons.math3.geometry.partitioning.SubHyperplane plusInside
        end local 1 // org.apache.commons.math3.geometry.partitioning.SubHyperplane plusOutside
        end local 0 // org.apache.commons.math3.geometry.partitioning.BoundaryAttribute this
      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 // org.apache.commons.math3.geometry.partitioning.BoundaryAttribute this
         0: .line 95
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.partitioning.BoundaryAttribute.plusOutside:Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane;
            areturn
        end local 0 // org.apache.commons.math3.geometry.partitioning.BoundaryAttribute this
      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 // org.apache.commons.math3.geometry.partitioning.BoundaryAttribute this
         0: .line 106
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.partitioning.BoundaryAttribute.plusInside:Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane;
            areturn
        end local 0 // org.apache.commons.math3.geometry.partitioning.BoundaryAttribute this
      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 // org.apache.commons.math3.geometry.partitioning.BoundaryAttribute this
         0: .line 113
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.partitioning.BoundaryAttribute.splitters:Lorg/apache/commons/math3/geometry/partitioning/NodesSet;
            areturn
        end local 0 // org.apache.commons.math3.geometry.partitioning.BoundaryAttribute this
      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"