public class org.apache.commons.math3.geometry.partitioning.RegionFactory<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.RegionFactory
  super_class: java.lang.Object
{
  private final org.apache.commons.math3.geometry.partitioning.RegionFactory<S>.NodesCleaner nodeCleaner;
    descriptor: Lorg/apache/commons/math3/geometry/partitioning/RegionFactory$NodesCleaner;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lorg/apache/commons/math3/geometry/partitioning/RegionFactory<TS;>.NodesCleaner;

  private static volatile int[] $SWITCH_TABLE$org$apache$commons$math3$geometry$partitioning$Side;
    descriptor: [I
    flags: (0x104a) ACC_PRIVATE, ACC_STATIC, ACC_VOLATILE, ACC_SYNTHETIC

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.geometry.partitioning.RegionFactory this
         0: .line 43
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 44
            aload 0 /* this */
            new org.apache.commons.math3.geometry.partitioning.RegionFactory$NodesCleaner
            dup
            aload 0 /* this */
            invokespecial org.apache.commons.math3.geometry.partitioning.RegionFactory$NodesCleaner.<init>:(Lorg/apache/commons/math3/geometry/partitioning/RegionFactory;)V
            putfield org.apache.commons.math3.geometry.partitioning.RegionFactory.nodeCleaner:Lorg/apache/commons/math3/geometry/partitioning/RegionFactory$NodesCleaner;
         2: .line 45
            return
        end local 0 // org.apache.commons.math3.geometry.partitioning.RegionFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/commons/math3/geometry/partitioning/RegionFactory<TS;>;

  public org.apache.commons.math3.geometry.partitioning.Region<S> buildConvex(org.apache.commons.math3.geometry.partitioning.Hyperplane<S>[]);
    descriptor: ([Lorg/apache/commons/math3/geometry/partitioning/Hyperplane;)Lorg/apache/commons/math3/geometry/partitioning/Region;
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=4, locals=12, args_size=2
        start local 0 // org.apache.commons.math3.geometry.partitioning.RegionFactory this
        start local 1 // org.apache.commons.math3.geometry.partitioning.Hyperplane[] hyperplanes
         0: .line 52
            aload 1 /* hyperplanes */
            ifnull 1
            aload 1 /* hyperplanes */
            arraylength
            ifne 2
         1: .line 53
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
         2: .line 57
      StackMap locals:
      StackMap stack:
            aload 1 /* hyperplanes */
            iconst_0
            aaload
            invokeinterface org.apache.commons.math3.geometry.partitioning.Hyperplane.wholeSpace:()Lorg/apache/commons/math3/geometry/partitioning/Region;
            astore 2 /* region */
        start local 2 // org.apache.commons.math3.geometry.partitioning.Region region
         3: .line 60
            aload 2 /* region */
            iconst_0
            invokeinterface org.apache.commons.math3.geometry.partitioning.Region.getTree:(Z)Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
            astore 3 /* node */
        start local 3 // org.apache.commons.math3.geometry.partitioning.BSPTree node
         4: .line 61
            aload 3 /* node */
            getstatic java.lang.Boolean.TRUE:Ljava/lang/Boolean;
            invokevirtual org.apache.commons.math3.geometry.partitioning.BSPTree.setAttribute:(Ljava/lang/Object;)V
         5: .line 62
            aload 1 /* hyperplanes */
            dup
            astore 7
            arraylength
            istore 6
            iconst_0
            istore 5
            goto 26
      StackMap locals: org.apache.commons.math3.geometry.partitioning.RegionFactory org.apache.commons.math3.geometry.partitioning.Hyperplane[] org.apache.commons.math3.geometry.partitioning.Region org.apache.commons.math3.geometry.partitioning.BSPTree top int int org.apache.commons.math3.geometry.partitioning.Hyperplane[]
      StackMap stack:
         6: aload 7
            iload 5
            aaload
            astore 4 /* hyperplane */
        start local 4 // org.apache.commons.math3.geometry.partitioning.Hyperplane hyperplane
         7: .line 63
            aload 3 /* node */
            aload 4 /* hyperplane */
            invokevirtual org.apache.commons.math3.geometry.partitioning.BSPTree.insertCut:(Lorg/apache/commons/math3/geometry/partitioning/Hyperplane;)Z
            ifeq 13
         8: .line 64
            aload 3 /* node */
            aconst_null
            invokevirtual org.apache.commons.math3.geometry.partitioning.BSPTree.setAttribute:(Ljava/lang/Object;)V
         9: .line 65
            aload 3 /* node */
            invokevirtual org.apache.commons.math3.geometry.partitioning.BSPTree.getPlus:()Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
            getstatic java.lang.Boolean.FALSE:Ljava/lang/Boolean;
            invokevirtual org.apache.commons.math3.geometry.partitioning.BSPTree.setAttribute:(Ljava/lang/Object;)V
        10: .line 66
            aload 3 /* node */
            invokevirtual org.apache.commons.math3.geometry.partitioning.BSPTree.getMinus:()Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
            astore 3 /* node */
        11: .line 67
            aload 3 /* node */
            getstatic java.lang.Boolean.TRUE:Ljava/lang/Boolean;
            invokevirtual org.apache.commons.math3.geometry.partitioning.BSPTree.setAttribute:(Ljava/lang/Object;)V
        12: .line 68
            goto 25
        13: .line 72
      StackMap locals: org.apache.commons.math3.geometry.partitioning.RegionFactory org.apache.commons.math3.geometry.partitioning.Hyperplane[] org.apache.commons.math3.geometry.partitioning.Region org.apache.commons.math3.geometry.partitioning.BSPTree org.apache.commons.math3.geometry.partitioning.Hyperplane int int org.apache.commons.math3.geometry.partitioning.Hyperplane[]
      StackMap stack:
            aload 4 /* hyperplane */
            invokeinterface org.apache.commons.math3.geometry.partitioning.Hyperplane.wholeHyperplane:()Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane;
            astore 8 /* s */
        start local 8 // org.apache.commons.math3.geometry.partitioning.SubHyperplane s
        14: .line 73
            aload 3 /* node */
            astore 9 /* tree */
        start local 9 // org.apache.commons.math3.geometry.partitioning.BSPTree tree
        15: goto 24
        16: .line 74
      StackMap locals: org.apache.commons.math3.geometry.partitioning.SubHyperplane org.apache.commons.math3.geometry.partitioning.BSPTree
      StackMap stack:
            aload 9 /* tree */
            invokevirtual org.apache.commons.math3.geometry.partitioning.BSPTree.getParent:()Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
            invokevirtual org.apache.commons.math3.geometry.partitioning.BSPTree.getCut:()Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane;
            invokeinterface org.apache.commons.math3.geometry.partitioning.SubHyperplane.getHyperplane:()Lorg/apache/commons/math3/geometry/partitioning/Hyperplane;
            astore 10 /* other */
        start local 10 // org.apache.commons.math3.geometry.partitioning.Hyperplane other
        17: .line 75
            aload 8 /* s */
            aload 10 /* other */
            invokeinterface org.apache.commons.math3.geometry.partitioning.SubHyperplane.split:(Lorg/apache/commons/math3/geometry/partitioning/Hyperplane;)Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane$SplitSubHyperplane;
            astore 11 /* split */
        start local 11 // org.apache.commons.math3.geometry.partitioning.SubHyperplane$SplitSubHyperplane split
        18: .line 76
            invokestatic org.apache.commons.math3.geometry.partitioning.RegionFactory.$SWITCH_TABLE$org$apache$commons$math3$geometry$partitioning$Side:()[I
            aload 11 /* split */
            invokevirtual org.apache.commons.math3.geometry.partitioning.SubHyperplane$SplitSubHyperplane.getSide:()Lorg/apache/commons/math3/geometry/partitioning/Side;
            invokevirtual org.apache.commons.math3.geometry.partitioning.Side.ordinal:()I
            iaload
            tableswitch { // 1 - 4
                    1: 21
                    2: 22
                    3: 22
                    4: 19
              default: 22
          }
        19: .line 79
      StackMap locals: org.apache.commons.math3.geometry.partitioning.Hyperplane org.apache.commons.math3.geometry.partitioning.SubHyperplane$SplitSubHyperplane
      StackMap stack:
            aload 4 /* hyperplane */
            aload 10 /* other */
            invokeinterface org.apache.commons.math3.geometry.partitioning.Hyperplane.sameOrientationAs:(Lorg/apache/commons/math3/geometry/partitioning/Hyperplane;)Z
            ifne 23
        20: .line 82
            aload 0 /* this */
            aload 1 /* hyperplanes */
            iconst_0
            aaload
            invokeinterface org.apache.commons.math3.geometry.partitioning.Hyperplane.wholeSpace:()Lorg/apache/commons/math3/geometry/partitioning/Region;
            invokevirtual org.apache.commons.math3.geometry.partitioning.RegionFactory.getComplement:(Lorg/apache/commons/math3/geometry/partitioning/Region;)Lorg/apache/commons/math3/geometry/partitioning/Region;
            areturn
        21: .line 89
      StackMap locals:
      StackMap stack:
            new org.apache.commons.math3.exception.MathIllegalArgumentException
            dup
            getstatic org.apache.commons.math3.exception.util.LocalizedFormats.NOT_CONVEX_HYPERPLANES:Lorg/apache/commons/math3/exception/util/LocalizedFormats;
            iconst_0
            anewarray java.lang.Object
            invokespecial org.apache.commons.math3.exception.MathIllegalArgumentException.<init>:(Lorg/apache/commons/math3/exception/util/Localizable;[Ljava/lang/Object;)V
            athrow
        22: .line 91
      StackMap locals:
      StackMap stack:
            aload 11 /* split */
            invokevirtual org.apache.commons.math3.geometry.partitioning.SubHyperplane$SplitSubHyperplane.getMinus:()Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane;
            astore 8 /* s */
        end local 11 // org.apache.commons.math3.geometry.partitioning.SubHyperplane$SplitSubHyperplane split
        end local 10 // org.apache.commons.math3.geometry.partitioning.Hyperplane other
        23: .line 73
      StackMap locals:
      StackMap stack:
            aload 9 /* tree */
            invokevirtual org.apache.commons.math3.geometry.partitioning.BSPTree.getParent:()Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
            astore 9 /* tree */
      StackMap locals:
      StackMap stack:
        24: aload 9 /* tree */
            invokevirtual org.apache.commons.math3.geometry.partitioning.BSPTree.getParent:()Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
            ifnull 25
            aload 8 /* s */
            ifnonnull 16
        end local 9 // org.apache.commons.math3.geometry.partitioning.BSPTree tree
        end local 8 // org.apache.commons.math3.geometry.partitioning.SubHyperplane s
        end local 4 // org.apache.commons.math3.geometry.partitioning.Hyperplane hyperplane
        25: .line 62
      StackMap locals: org.apache.commons.math3.geometry.partitioning.RegionFactory org.apache.commons.math3.geometry.partitioning.Hyperplane[] org.apache.commons.math3.geometry.partitioning.Region org.apache.commons.math3.geometry.partitioning.BSPTree top int int org.apache.commons.math3.geometry.partitioning.Hyperplane[]
      StackMap stack:
            iinc 5 1
      StackMap locals:
      StackMap stack:
        26: iload 5
            iload 6
            if_icmplt 6
        27: .line 97
            aload 2 /* region */
            areturn
        end local 3 // org.apache.commons.math3.geometry.partitioning.BSPTree node
        end local 2 // org.apache.commons.math3.geometry.partitioning.Region region
        end local 1 // org.apache.commons.math3.geometry.partitioning.Hyperplane[] hyperplanes
        end local 0 // org.apache.commons.math3.geometry.partitioning.RegionFactory this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   28     0         this  Lorg/apache/commons/math3/geometry/partitioning/RegionFactory<TS;>;
            0   28     1  hyperplanes  [Lorg/apache/commons/math3/geometry/partitioning/Hyperplane;
            3   28     2       region  Lorg/apache/commons/math3/geometry/partitioning/Region<TS;>;
            4   28     3         node  Lorg/apache/commons/math3/geometry/partitioning/BSPTree<TS;>;
            7   25     4   hyperplane  Lorg/apache/commons/math3/geometry/partitioning/Hyperplane<TS;>;
           14   25     8            s  Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane<TS;>;
           15   25     9         tree  Lorg/apache/commons/math3/geometry/partitioning/BSPTree<TS;>;
           17   23    10        other  Lorg/apache/commons/math3/geometry/partitioning/Hyperplane<TS;>;
           18   23    11        split  Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane$SplitSubHyperplane<TS;>;
    Signature: ([Lorg/apache/commons/math3/geometry/partitioning/Hyperplane<TS;>;)Lorg/apache/commons/math3/geometry/partitioning/Region<TS;>;
    MethodParameters:
             Name  Flags
      hyperplanes  final

  public org.apache.commons.math3.geometry.partitioning.Region<S> union(org.apache.commons.math3.geometry.partitioning.Region<S>, org.apache.commons.math3.geometry.partitioning.Region<S>);
    descriptor: (Lorg/apache/commons/math3/geometry/partitioning/Region;Lorg/apache/commons/math3/geometry/partitioning/Region;)Lorg/apache/commons/math3/geometry/partitioning/Region;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // org.apache.commons.math3.geometry.partitioning.RegionFactory this
        start local 1 // org.apache.commons.math3.geometry.partitioning.Region region1
        start local 2 // org.apache.commons.math3.geometry.partitioning.Region region2
         0: .line 110
            aload 1 /* region1 */
            iconst_0
            invokeinterface org.apache.commons.math3.geometry.partitioning.Region.getTree:(Z)Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
            aload 2 /* region2 */
            iconst_0
            invokeinterface org.apache.commons.math3.geometry.partitioning.Region.getTree:(Z)Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
            new org.apache.commons.math3.geometry.partitioning.RegionFactory$UnionMerger
            dup
            aload 0 /* this */
            invokespecial org.apache.commons.math3.geometry.partitioning.RegionFactory$UnionMerger.<init>:(Lorg/apache/commons/math3/geometry/partitioning/RegionFactory;)V
            invokevirtual org.apache.commons.math3.geometry.partitioning.BSPTree.merge:(Lorg/apache/commons/math3/geometry/partitioning/BSPTree;Lorg/apache/commons/math3/geometry/partitioning/BSPTree$LeafMerger;)Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
         1: .line 109
            astore 3 /* tree */
        start local 3 // org.apache.commons.math3.geometry.partitioning.BSPTree tree
         2: .line 111
            aload 3 /* tree */
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.partitioning.RegionFactory.nodeCleaner:Lorg/apache/commons/math3/geometry/partitioning/RegionFactory$NodesCleaner;
            invokevirtual org.apache.commons.math3.geometry.partitioning.BSPTree.visit:(Lorg/apache/commons/math3/geometry/partitioning/BSPTreeVisitor;)V
         3: .line 112
            aload 1 /* region1 */
            aload 3 /* tree */
            invokeinterface org.apache.commons.math3.geometry.partitioning.Region.buildNew:(Lorg/apache/commons/math3/geometry/partitioning/BSPTree;)Lorg/apache/commons/math3/geometry/partitioning/Region;
            areturn
        end local 3 // org.apache.commons.math3.geometry.partitioning.BSPTree tree
        end local 2 // org.apache.commons.math3.geometry.partitioning.Region region2
        end local 1 // org.apache.commons.math3.geometry.partitioning.Region region1
        end local 0 // org.apache.commons.math3.geometry.partitioning.RegionFactory this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lorg/apache/commons/math3/geometry/partitioning/RegionFactory<TS;>;
            0    4     1  region1  Lorg/apache/commons/math3/geometry/partitioning/Region<TS;>;
            0    4     2  region2  Lorg/apache/commons/math3/geometry/partitioning/Region<TS;>;
            2    4     3     tree  Lorg/apache/commons/math3/geometry/partitioning/BSPTree<TS;>;
    Signature: (Lorg/apache/commons/math3/geometry/partitioning/Region<TS;>;Lorg/apache/commons/math3/geometry/partitioning/Region<TS;>;)Lorg/apache/commons/math3/geometry/partitioning/Region<TS;>;
    MethodParameters:
         Name  Flags
      region1  final
      region2  final

  public org.apache.commons.math3.geometry.partitioning.Region<S> intersection(org.apache.commons.math3.geometry.partitioning.Region<S>, org.apache.commons.math3.geometry.partitioning.Region<S>);
    descriptor: (Lorg/apache/commons/math3/geometry/partitioning/Region;Lorg/apache/commons/math3/geometry/partitioning/Region;)Lorg/apache/commons/math3/geometry/partitioning/Region;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // org.apache.commons.math3.geometry.partitioning.RegionFactory this
        start local 1 // org.apache.commons.math3.geometry.partitioning.Region region1
        start local 2 // org.apache.commons.math3.geometry.partitioning.Region region2
         0: .line 124
            aload 1 /* region1 */
            iconst_0
            invokeinterface org.apache.commons.math3.geometry.partitioning.Region.getTree:(Z)Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
            aload 2 /* region2 */
            iconst_0
            invokeinterface org.apache.commons.math3.geometry.partitioning.Region.getTree:(Z)Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
            new org.apache.commons.math3.geometry.partitioning.RegionFactory$IntersectionMerger
            dup
            aload 0 /* this */
            invokespecial org.apache.commons.math3.geometry.partitioning.RegionFactory$IntersectionMerger.<init>:(Lorg/apache/commons/math3/geometry/partitioning/RegionFactory;)V
            invokevirtual org.apache.commons.math3.geometry.partitioning.BSPTree.merge:(Lorg/apache/commons/math3/geometry/partitioning/BSPTree;Lorg/apache/commons/math3/geometry/partitioning/BSPTree$LeafMerger;)Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
         1: .line 123
            astore 3 /* tree */
        start local 3 // org.apache.commons.math3.geometry.partitioning.BSPTree tree
         2: .line 125
            aload 3 /* tree */
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.partitioning.RegionFactory.nodeCleaner:Lorg/apache/commons/math3/geometry/partitioning/RegionFactory$NodesCleaner;
            invokevirtual org.apache.commons.math3.geometry.partitioning.BSPTree.visit:(Lorg/apache/commons/math3/geometry/partitioning/BSPTreeVisitor;)V
         3: .line 126
            aload 1 /* region1 */
            aload 3 /* tree */
            invokeinterface org.apache.commons.math3.geometry.partitioning.Region.buildNew:(Lorg/apache/commons/math3/geometry/partitioning/BSPTree;)Lorg/apache/commons/math3/geometry/partitioning/Region;
            areturn
        end local 3 // org.apache.commons.math3.geometry.partitioning.BSPTree tree
        end local 2 // org.apache.commons.math3.geometry.partitioning.Region region2
        end local 1 // org.apache.commons.math3.geometry.partitioning.Region region1
        end local 0 // org.apache.commons.math3.geometry.partitioning.RegionFactory this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lorg/apache/commons/math3/geometry/partitioning/RegionFactory<TS;>;
            0    4     1  region1  Lorg/apache/commons/math3/geometry/partitioning/Region<TS;>;
            0    4     2  region2  Lorg/apache/commons/math3/geometry/partitioning/Region<TS;>;
            2    4     3     tree  Lorg/apache/commons/math3/geometry/partitioning/BSPTree<TS;>;
    Signature: (Lorg/apache/commons/math3/geometry/partitioning/Region<TS;>;Lorg/apache/commons/math3/geometry/partitioning/Region<TS;>;)Lorg/apache/commons/math3/geometry/partitioning/Region<TS;>;
    MethodParameters:
         Name  Flags
      region1  final
      region2  final

  public org.apache.commons.math3.geometry.partitioning.Region<S> xor(org.apache.commons.math3.geometry.partitioning.Region<S>, org.apache.commons.math3.geometry.partitioning.Region<S>);
    descriptor: (Lorg/apache/commons/math3/geometry/partitioning/Region;Lorg/apache/commons/math3/geometry/partitioning/Region;)Lorg/apache/commons/math3/geometry/partitioning/Region;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // org.apache.commons.math3.geometry.partitioning.RegionFactory this
        start local 1 // org.apache.commons.math3.geometry.partitioning.Region region1
        start local 2 // org.apache.commons.math3.geometry.partitioning.Region region2
         0: .line 138
            aload 1 /* region1 */
            iconst_0
            invokeinterface org.apache.commons.math3.geometry.partitioning.Region.getTree:(Z)Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
            aload 2 /* region2 */
            iconst_0
            invokeinterface org.apache.commons.math3.geometry.partitioning.Region.getTree:(Z)Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
            new org.apache.commons.math3.geometry.partitioning.RegionFactory$XorMerger
            dup
            aload 0 /* this */
            invokespecial org.apache.commons.math3.geometry.partitioning.RegionFactory$XorMerger.<init>:(Lorg/apache/commons/math3/geometry/partitioning/RegionFactory;)V
            invokevirtual org.apache.commons.math3.geometry.partitioning.BSPTree.merge:(Lorg/apache/commons/math3/geometry/partitioning/BSPTree;Lorg/apache/commons/math3/geometry/partitioning/BSPTree$LeafMerger;)Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
         1: .line 137
            astore 3 /* tree */
        start local 3 // org.apache.commons.math3.geometry.partitioning.BSPTree tree
         2: .line 139
            aload 3 /* tree */
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.partitioning.RegionFactory.nodeCleaner:Lorg/apache/commons/math3/geometry/partitioning/RegionFactory$NodesCleaner;
            invokevirtual org.apache.commons.math3.geometry.partitioning.BSPTree.visit:(Lorg/apache/commons/math3/geometry/partitioning/BSPTreeVisitor;)V
         3: .line 140
            aload 1 /* region1 */
            aload 3 /* tree */
            invokeinterface org.apache.commons.math3.geometry.partitioning.Region.buildNew:(Lorg/apache/commons/math3/geometry/partitioning/BSPTree;)Lorg/apache/commons/math3/geometry/partitioning/Region;
            areturn
        end local 3 // org.apache.commons.math3.geometry.partitioning.BSPTree tree
        end local 2 // org.apache.commons.math3.geometry.partitioning.Region region2
        end local 1 // org.apache.commons.math3.geometry.partitioning.Region region1
        end local 0 // org.apache.commons.math3.geometry.partitioning.RegionFactory this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lorg/apache/commons/math3/geometry/partitioning/RegionFactory<TS;>;
            0    4     1  region1  Lorg/apache/commons/math3/geometry/partitioning/Region<TS;>;
            0    4     2  region2  Lorg/apache/commons/math3/geometry/partitioning/Region<TS;>;
            2    4     3     tree  Lorg/apache/commons/math3/geometry/partitioning/BSPTree<TS;>;
    Signature: (Lorg/apache/commons/math3/geometry/partitioning/Region<TS;>;Lorg/apache/commons/math3/geometry/partitioning/Region<TS;>;)Lorg/apache/commons/math3/geometry/partitioning/Region<TS;>;
    MethodParameters:
         Name  Flags
      region1  final
      region2  final

  public org.apache.commons.math3.geometry.partitioning.Region<S> difference(org.apache.commons.math3.geometry.partitioning.Region<S>, org.apache.commons.math3.geometry.partitioning.Region<S>);
    descriptor: (Lorg/apache/commons/math3/geometry/partitioning/Region;Lorg/apache/commons/math3/geometry/partitioning/Region;)Lorg/apache/commons/math3/geometry/partitioning/Region;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=4, args_size=3
        start local 0 // org.apache.commons.math3.geometry.partitioning.RegionFactory this
        start local 1 // org.apache.commons.math3.geometry.partitioning.Region region1
        start local 2 // org.apache.commons.math3.geometry.partitioning.Region region2
         0: .line 152
            aload 1 /* region1 */
            iconst_0
            invokeinterface org.apache.commons.math3.geometry.partitioning.Region.getTree:(Z)Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
            aload 2 /* region2 */
            iconst_0
            invokeinterface org.apache.commons.math3.geometry.partitioning.Region.getTree:(Z)Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
            new org.apache.commons.math3.geometry.partitioning.RegionFactory$DifferenceMerger
            dup
            aload 0 /* this */
            aload 1 /* region1 */
            aload 2 /* region2 */
            invokespecial org.apache.commons.math3.geometry.partitioning.RegionFactory$DifferenceMerger.<init>:(Lorg/apache/commons/math3/geometry/partitioning/RegionFactory;Lorg/apache/commons/math3/geometry/partitioning/Region;Lorg/apache/commons/math3/geometry/partitioning/Region;)V
            invokevirtual org.apache.commons.math3.geometry.partitioning.BSPTree.merge:(Lorg/apache/commons/math3/geometry/partitioning/BSPTree;Lorg/apache/commons/math3/geometry/partitioning/BSPTree$LeafMerger;)Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
         1: .line 151
            astore 3 /* tree */
        start local 3 // org.apache.commons.math3.geometry.partitioning.BSPTree tree
         2: .line 153
            aload 3 /* tree */
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.partitioning.RegionFactory.nodeCleaner:Lorg/apache/commons/math3/geometry/partitioning/RegionFactory$NodesCleaner;
            invokevirtual org.apache.commons.math3.geometry.partitioning.BSPTree.visit:(Lorg/apache/commons/math3/geometry/partitioning/BSPTreeVisitor;)V
         3: .line 154
            aload 1 /* region1 */
            aload 3 /* tree */
            invokeinterface org.apache.commons.math3.geometry.partitioning.Region.buildNew:(Lorg/apache/commons/math3/geometry/partitioning/BSPTree;)Lorg/apache/commons/math3/geometry/partitioning/Region;
            areturn
        end local 3 // org.apache.commons.math3.geometry.partitioning.BSPTree tree
        end local 2 // org.apache.commons.math3.geometry.partitioning.Region region2
        end local 1 // org.apache.commons.math3.geometry.partitioning.Region region1
        end local 0 // org.apache.commons.math3.geometry.partitioning.RegionFactory this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lorg/apache/commons/math3/geometry/partitioning/RegionFactory<TS;>;
            0    4     1  region1  Lorg/apache/commons/math3/geometry/partitioning/Region<TS;>;
            0    4     2  region2  Lorg/apache/commons/math3/geometry/partitioning/Region<TS;>;
            2    4     3     tree  Lorg/apache/commons/math3/geometry/partitioning/BSPTree<TS;>;
    Signature: (Lorg/apache/commons/math3/geometry/partitioning/Region<TS;>;Lorg/apache/commons/math3/geometry/partitioning/Region<TS;>;)Lorg/apache/commons/math3/geometry/partitioning/Region<TS;>;
    MethodParameters:
         Name  Flags
      region1  final
      region2  final

  public org.apache.commons.math3.geometry.partitioning.Region<S> getComplement(org.apache.commons.math3.geometry.partitioning.Region<S>);
    descriptor: (Lorg/apache/commons/math3/geometry/partitioning/Region;)Lorg/apache/commons/math3/geometry/partitioning/Region;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.apache.commons.math3.geometry.partitioning.RegionFactory this
        start local 1 // org.apache.commons.math3.geometry.partitioning.Region region
         0: .line 168
            aload 1 /* region */
            aload 0 /* this */
            aload 1 /* region */
            iconst_0
            invokeinterface org.apache.commons.math3.geometry.partitioning.Region.getTree:(Z)Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
            invokevirtual org.apache.commons.math3.geometry.partitioning.RegionFactory.recurseComplement:(Lorg/apache/commons/math3/geometry/partitioning/BSPTree;)Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
            invokeinterface org.apache.commons.math3.geometry.partitioning.Region.buildNew:(Lorg/apache/commons/math3/geometry/partitioning/BSPTree;)Lorg/apache/commons/math3/geometry/partitioning/Region;
            areturn
        end local 1 // org.apache.commons.math3.geometry.partitioning.Region region
        end local 0 // org.apache.commons.math3.geometry.partitioning.RegionFactory this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/apache/commons/math3/geometry/partitioning/RegionFactory<TS;>;
            0    1     1  region  Lorg/apache/commons/math3/geometry/partitioning/Region<TS;>;
    Signature: (Lorg/apache/commons/math3/geometry/partitioning/Region<TS;>;)Lorg/apache/commons/math3/geometry/partitioning/Region<TS;>;
    MethodParameters:
        Name  Flags
      region  final

  private org.apache.commons.math3.geometry.partitioning.BSPTree<S> recurseComplement(org.apache.commons.math3.geometry.partitioning.BSPTree<S>);
    descriptor: (Lorg/apache/commons/math3/geometry/partitioning/BSPTree;)Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=10, args_size=2
        start local 0 // org.apache.commons.math3.geometry.partitioning.RegionFactory this
        start local 1 // org.apache.commons.math3.geometry.partitioning.BSPTree node
         0: .line 178
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            astore 2 /* map */
        start local 2 // java.util.Map map
         1: .line 179
            aload 0 /* this */
            aload 1 /* node */
            aload 2 /* map */
            invokevirtual org.apache.commons.math3.geometry.partitioning.RegionFactory.recurseComplement:(Lorg/apache/commons/math3/geometry/partitioning/BSPTree;Ljava/util/Map;)Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
            astore 3 /* transformedTree */
        start local 3 // org.apache.commons.math3.geometry.partitioning.BSPTree transformedTree
         2: .line 182
            aload 2 /* map */
            invokeinterface java.util.Map.entrySet:()Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 5
            goto 12
      StackMap locals: org.apache.commons.math3.geometry.partitioning.RegionFactory org.apache.commons.math3.geometry.partitioning.BSPTree java.util.Map org.apache.commons.math3.geometry.partitioning.BSPTree top java.util.Iterator
      StackMap stack:
         3: aload 5
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.util.Map$Entry
            astore 4 /* entry */
        start local 4 // java.util.Map$Entry entry
         4: .line 183
            aload 4 /* entry */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            checkcast org.apache.commons.math3.geometry.partitioning.BSPTree
            invokevirtual org.apache.commons.math3.geometry.partitioning.BSPTree.getCut:()Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane;
            ifnull 12
         5: .line 185
            aload 4 /* entry */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            checkcast org.apache.commons.math3.geometry.partitioning.BSPTree
            invokevirtual org.apache.commons.math3.geometry.partitioning.BSPTree.getAttribute:()Ljava/lang/Object;
            checkcast org.apache.commons.math3.geometry.partitioning.BoundaryAttribute
            astore 6 /* original */
        start local 6 // org.apache.commons.math3.geometry.partitioning.BoundaryAttribute original
         6: .line 186
            aload 6 /* original */
            ifnull 12
         7: .line 188
            aload 4 /* entry */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            checkcast org.apache.commons.math3.geometry.partitioning.BSPTree
            invokevirtual org.apache.commons.math3.geometry.partitioning.BSPTree.getAttribute:()Ljava/lang/Object;
            checkcast org.apache.commons.math3.geometry.partitioning.BoundaryAttribute
            astore 7 /* transformed */
        start local 7 // org.apache.commons.math3.geometry.partitioning.BoundaryAttribute transformed
         8: .line 189
            aload 6 /* original */
            invokevirtual org.apache.commons.math3.geometry.partitioning.BoundaryAttribute.getSplitters:()Lorg/apache/commons/math3/geometry/partitioning/NodesSet;
            invokevirtual org.apache.commons.math3.geometry.partitioning.NodesSet.iterator:()Ljava/util/Iterator;
            astore 9
            goto 11
      StackMap locals: org.apache.commons.math3.geometry.partitioning.RegionFactory org.apache.commons.math3.geometry.partitioning.BSPTree java.util.Map org.apache.commons.math3.geometry.partitioning.BSPTree java.util.Map$Entry java.util.Iterator org.apache.commons.math3.geometry.partitioning.BoundaryAttribute org.apache.commons.math3.geometry.partitioning.BoundaryAttribute top java.util.Iterator
      StackMap stack:
         9: aload 9
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.apache.commons.math3.geometry.partitioning.BSPTree
            astore 8 /* splitter */
        start local 8 // org.apache.commons.math3.geometry.partitioning.BSPTree splitter
        10: .line 190
            aload 7 /* transformed */
            invokevirtual org.apache.commons.math3.geometry.partitioning.BoundaryAttribute.getSplitters:()Lorg/apache/commons/math3/geometry/partitioning/NodesSet;
            aload 2 /* map */
            aload 8 /* splitter */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast org.apache.commons.math3.geometry.partitioning.BSPTree
            invokevirtual org.apache.commons.math3.geometry.partitioning.NodesSet.add:(Lorg/apache/commons/math3/geometry/partitioning/BSPTree;)V
        end local 8 // org.apache.commons.math3.geometry.partitioning.BSPTree splitter
        11: .line 189
      StackMap locals:
      StackMap stack:
            aload 9
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 9
        end local 7 // org.apache.commons.math3.geometry.partitioning.BoundaryAttribute transformed
        end local 6 // org.apache.commons.math3.geometry.partitioning.BoundaryAttribute original
        end local 4 // java.util.Map$Entry entry
        12: .line 182
      StackMap locals: org.apache.commons.math3.geometry.partitioning.RegionFactory org.apache.commons.math3.geometry.partitioning.BSPTree java.util.Map org.apache.commons.math3.geometry.partitioning.BSPTree top java.util.Iterator
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
        13: .line 196
            aload 3 /* transformedTree */
            areturn
        end local 3 // org.apache.commons.math3.geometry.partitioning.BSPTree transformedTree
        end local 2 // java.util.Map map
        end local 1 // org.apache.commons.math3.geometry.partitioning.BSPTree node
        end local 0 // org.apache.commons.math3.geometry.partitioning.RegionFactory this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   14     0             this  Lorg/apache/commons/math3/geometry/partitioning/RegionFactory<TS;>;
            0   14     1             node  Lorg/apache/commons/math3/geometry/partitioning/BSPTree<TS;>;
            1   14     2              map  Ljava/util/Map<Lorg/apache/commons/math3/geometry/partitioning/BSPTree<TS;>;Lorg/apache/commons/math3/geometry/partitioning/BSPTree<TS;>;>;
            2   14     3  transformedTree  Lorg/apache/commons/math3/geometry/partitioning/BSPTree<TS;>;
            4   12     4            entry  Ljava/util/Map$Entry<Lorg/apache/commons/math3/geometry/partitioning/BSPTree<TS;>;Lorg/apache/commons/math3/geometry/partitioning/BSPTree<TS;>;>;
            6   12     6         original  Lorg/apache/commons/math3/geometry/partitioning/BoundaryAttribute<TS;>;
            8   12     7      transformed  Lorg/apache/commons/math3/geometry/partitioning/BoundaryAttribute<TS;>;
           10   11     8         splitter  Lorg/apache/commons/math3/geometry/partitioning/BSPTree<TS;>;
    Signature: (Lorg/apache/commons/math3/geometry/partitioning/BSPTree<TS;>;)Lorg/apache/commons/math3/geometry/partitioning/BSPTree<TS;>;
    MethodParameters:
      Name  Flags
      node  final

  private org.apache.commons.math3.geometry.partitioning.BSPTree<S> recurseComplement(org.apache.commons.math3.geometry.partitioning.BSPTree<S>, java.util.Map<org.apache.commons.math3.geometry.partitioning.BSPTree<S>, org.apache.commons.math3.geometry.partitioning.BSPTree<S>>);
    descriptor: (Lorg/apache/commons/math3/geometry/partitioning/BSPTree;Ljava/util/Map;)Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=7, locals=7, args_size=3
        start local 0 // org.apache.commons.math3.geometry.partitioning.RegionFactory this
        start local 1 // org.apache.commons.math3.geometry.partitioning.BSPTree node
        start local 2 // java.util.Map map
         0: .line 209
            aload 1 /* node */
            invokevirtual org.apache.commons.math3.geometry.partitioning.BSPTree.getCut:()Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane;
            ifnonnull 5
         1: .line 210
            new org.apache.commons.math3.geometry.partitioning.BSPTree
            dup
            aload 1 /* node */
            invokevirtual org.apache.commons.math3.geometry.partitioning.BSPTree.getAttribute:()Ljava/lang/Object;
            checkcast java.lang.Boolean
            invokevirtual java.lang.Boolean.booleanValue:()Z
            ifeq 2
            getstatic java.lang.Boolean.FALSE:Ljava/lang/Boolean;
            goto 3
      StackMap locals: org.apache.commons.math3.geometry.partitioning.RegionFactory org.apache.commons.math3.geometry.partitioning.BSPTree java.util.Map
      StackMap stack: new 1 new 1
         2: getstatic java.lang.Boolean.TRUE:Ljava/lang/Boolean;
      StackMap locals: org.apache.commons.math3.geometry.partitioning.RegionFactory org.apache.commons.math3.geometry.partitioning.BSPTree java.util.Map
      StackMap stack: new 1 new 1 java.lang.Boolean
         3: invokespecial org.apache.commons.math3.geometry.partitioning.BSPTree.<init>:(Ljava/lang/Object;)V
            astore 3 /* transformedNode */
        start local 3 // org.apache.commons.math3.geometry.partitioning.BSPTree transformedNode
         4: .line 211
            goto 19
        end local 3 // org.apache.commons.math3.geometry.partitioning.BSPTree transformedNode
         5: .line 214
      StackMap locals:
      StackMap stack:
            aload 1 /* node */
            invokevirtual org.apache.commons.math3.geometry.partitioning.BSPTree.getAttribute:()Ljava/lang/Object;
            checkcast org.apache.commons.math3.geometry.partitioning.BoundaryAttribute
            astore 4 /* attribute */
        start local 4 // org.apache.commons.math3.geometry.partitioning.BoundaryAttribute attribute
         6: .line 215
            aload 4 /* attribute */
            ifnull 14
         7: .line 217
            aload 4 /* attribute */
            invokevirtual org.apache.commons.math3.geometry.partitioning.BoundaryAttribute.getPlusInside:()Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane;
            ifnonnull 8
            aconst_null
            goto 9
      StackMap locals: org.apache.commons.math3.geometry.partitioning.RegionFactory org.apache.commons.math3.geometry.partitioning.BSPTree java.util.Map top org.apache.commons.math3.geometry.partitioning.BoundaryAttribute
      StackMap stack:
         8: aload 4 /* attribute */
            invokevirtual org.apache.commons.math3.geometry.partitioning.BoundaryAttribute.getPlusInside:()Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane;
            invokeinterface org.apache.commons.math3.geometry.partitioning.SubHyperplane.copySelf:()Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane;
         9: .line 216
      StackMap locals:
      StackMap stack: org.apache.commons.math3.geometry.partitioning.SubHyperplane
            astore 5 /* plusOutside */
        start local 5 // org.apache.commons.math3.geometry.partitioning.SubHyperplane plusOutside
        10: .line 219
            aload 4 /* attribute */
            invokevirtual org.apache.commons.math3.geometry.partitioning.BoundaryAttribute.getPlusOutside:()Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane;
            ifnonnull 11
            aconst_null
            goto 12
      StackMap locals: org.apache.commons.math3.geometry.partitioning.SubHyperplane
      StackMap stack:
        11: aload 4 /* attribute */
            invokevirtual org.apache.commons.math3.geometry.partitioning.BoundaryAttribute.getPlusOutside:()Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane;
            invokeinterface org.apache.commons.math3.geometry.partitioning.SubHyperplane.copySelf:()Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane;
        12: .line 218
      StackMap locals:
      StackMap stack: org.apache.commons.math3.geometry.partitioning.SubHyperplane
            astore 6 /* plusInside */
        start local 6 // org.apache.commons.math3.geometry.partitioning.SubHyperplane plusInside
        13: .line 221
            new org.apache.commons.math3.geometry.partitioning.BoundaryAttribute
            dup
            aload 5 /* plusOutside */
            aload 6 /* plusInside */
            new org.apache.commons.math3.geometry.partitioning.NodesSet
            dup
            invokespecial org.apache.commons.math3.geometry.partitioning.NodesSet.<init>:()V
            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
            astore 4 /* attribute */
        end local 6 // org.apache.commons.math3.geometry.partitioning.SubHyperplane plusInside
        end local 5 // org.apache.commons.math3.geometry.partitioning.SubHyperplane plusOutside
        14: .line 224
      StackMap locals:
      StackMap stack:
            new org.apache.commons.math3.geometry.partitioning.BSPTree
            dup
            aload 1 /* node */
            invokevirtual org.apache.commons.math3.geometry.partitioning.BSPTree.getCut:()Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane;
            invokeinterface org.apache.commons.math3.geometry.partitioning.SubHyperplane.copySelf:()Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane;
        15: .line 225
            aload 0 /* this */
            aload 1 /* node */
            invokevirtual org.apache.commons.math3.geometry.partitioning.BSPTree.getPlus:()Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
            aload 2 /* map */
            invokevirtual org.apache.commons.math3.geometry.partitioning.RegionFactory.recurseComplement:(Lorg/apache/commons/math3/geometry/partitioning/BSPTree;Ljava/util/Map;)Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
        16: .line 226
            aload 0 /* this */
            aload 1 /* node */
            invokevirtual org.apache.commons.math3.geometry.partitioning.BSPTree.getMinus:()Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
            aload 2 /* map */
            invokevirtual org.apache.commons.math3.geometry.partitioning.RegionFactory.recurseComplement:(Lorg/apache/commons/math3/geometry/partitioning/BSPTree;Ljava/util/Map;)Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
        17: .line 227
            aload 4 /* attribute */
        18: .line 224
            invokespecial org.apache.commons.math3.geometry.partitioning.BSPTree.<init>:(Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane;Lorg/apache/commons/math3/geometry/partitioning/BSPTree;Lorg/apache/commons/math3/geometry/partitioning/BSPTree;Ljava/lang/Object;)V
            astore 3 /* transformedNode */
        end local 4 // org.apache.commons.math3.geometry.partitioning.BoundaryAttribute attribute
        start local 3 // org.apache.commons.math3.geometry.partitioning.BSPTree transformedNode
        19: .line 230
      StackMap locals: org.apache.commons.math3.geometry.partitioning.RegionFactory org.apache.commons.math3.geometry.partitioning.BSPTree java.util.Map org.apache.commons.math3.geometry.partitioning.BSPTree
      StackMap stack:
            aload 2 /* map */
            aload 1 /* node */
            aload 3 /* transformedNode */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        20: .line 231
            aload 3 /* transformedNode */
            areturn
        end local 3 // org.apache.commons.math3.geometry.partitioning.BSPTree transformedNode
        end local 2 // java.util.Map map
        end local 1 // org.apache.commons.math3.geometry.partitioning.BSPTree node
        end local 0 // org.apache.commons.math3.geometry.partitioning.RegionFactory this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   21     0             this  Lorg/apache/commons/math3/geometry/partitioning/RegionFactory<TS;>;
            0   21     1             node  Lorg/apache/commons/math3/geometry/partitioning/BSPTree<TS;>;
            0   21     2              map  Ljava/util/Map<Lorg/apache/commons/math3/geometry/partitioning/BSPTree<TS;>;Lorg/apache/commons/math3/geometry/partitioning/BSPTree<TS;>;>;
            4    5     3  transformedNode  Lorg/apache/commons/math3/geometry/partitioning/BSPTree<TS;>;
           19   21     3  transformedNode  Lorg/apache/commons/math3/geometry/partitioning/BSPTree<TS;>;
            6   19     4        attribute  Lorg/apache/commons/math3/geometry/partitioning/BoundaryAttribute<TS;>;
           10   14     5      plusOutside  Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane<TS;>;
           13   14     6       plusInside  Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane<TS;>;
    Signature: (Lorg/apache/commons/math3/geometry/partitioning/BSPTree<TS;>;Ljava/util/Map<Lorg/apache/commons/math3/geometry/partitioning/BSPTree<TS;>;Lorg/apache/commons/math3/geometry/partitioning/BSPTree<TS;>;>;)Lorg/apache/commons/math3/geometry/partitioning/BSPTree<TS;>;
    MethodParameters:
      Name  Flags
      node  final
      map   final

  static int[] $SWITCH_TABLE$org$apache$commons$math3$geometry$partitioning$Side();
    descriptor: ()[I
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=0
         0: .line 36
            getstatic org.apache.commons.math3.geometry.partitioning.RegionFactory.$SWITCH_TABLE$org$apache$commons$math3$geometry$partitioning$Side:[I
            dup
            ifnull 1
            areturn
      StackMap locals:
      StackMap stack: int[]
         1: pop
            invokestatic org.apache.commons.math3.geometry.partitioning.Side.values:()[Lorg/apache/commons/math3/geometry/partitioning/Side;
            arraylength
            newarray 10
            astore 0
         2: aload 0
            getstatic org.apache.commons.math3.geometry.partitioning.Side.BOTH:Lorg/apache/commons/math3/geometry/partitioning/Side;
            invokevirtual org.apache.commons.math3.geometry.partitioning.Side.ordinal:()I
            iconst_3
            iastore
         3: goto 5
      StackMap locals: int[]
      StackMap stack: java.lang.NoSuchFieldError
         4: pop
      StackMap locals:
      StackMap stack:
         5: aload 0
            getstatic org.apache.commons.math3.geometry.partitioning.Side.HYPER:Lorg/apache/commons/math3/geometry/partitioning/Side;
            invokevirtual org.apache.commons.math3.geometry.partitioning.Side.ordinal:()I
            iconst_4
            iastore
         6: goto 8
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
         7: pop
      StackMap locals:
      StackMap stack:
         8: aload 0
            getstatic org.apache.commons.math3.geometry.partitioning.Side.MINUS:Lorg/apache/commons/math3/geometry/partitioning/Side;
            invokevirtual org.apache.commons.math3.geometry.partitioning.Side.ordinal:()I
            iconst_2
            iastore
         9: goto 11
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        10: pop
      StackMap locals:
      StackMap stack:
        11: aload 0
            getstatic org.apache.commons.math3.geometry.partitioning.Side.PLUS:Lorg/apache/commons/math3/geometry/partitioning/Side;
            invokevirtual org.apache.commons.math3.geometry.partitioning.Side.ordinal:()I
            iconst_1
            iastore
        12: goto 14
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        13: pop
      StackMap locals:
      StackMap stack:
        14: aload 0
            dup
            putstatic org.apache.commons.math3.geometry.partitioning.RegionFactory.$SWITCH_TABLE$org$apache$commons$math3$geometry$partitioning$Side:[I
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
      Exception table:
        from    to  target  type
           2     3       4  Class java.lang.NoSuchFieldError
           5     6       7  Class java.lang.NoSuchFieldError
           8     9      10  Class java.lang.NoSuchFieldError
          11    12      13  Class java.lang.NoSuchFieldError
}
Signature: <S::Lorg/apache/commons/math3/geometry/Space;>Ljava/lang/Object;
SourceFile: "RegionFactory.java"
NestMembers:
  org.apache.commons.math3.geometry.partitioning.RegionFactory$DifferenceMerger  org.apache.commons.math3.geometry.partitioning.RegionFactory$IntersectionMerger  org.apache.commons.math3.geometry.partitioning.RegionFactory$NodesCleaner  org.apache.commons.math3.geometry.partitioning.RegionFactory$UnionMerger  org.apache.commons.math3.geometry.partitioning.RegionFactory$VanishingToLeaf  org.apache.commons.math3.geometry.partitioning.RegionFactory$XorMerger
InnerClasses:
  public abstract Entry = java.util.Map$Entry of java.util.Map
  public abstract LeafMerger = org.apache.commons.math3.geometry.partitioning.BSPTree$LeafMerger of org.apache.commons.math3.geometry.partitioning.BSPTree
  private DifferenceMerger = org.apache.commons.math3.geometry.partitioning.RegionFactory$DifferenceMerger of org.apache.commons.math3.geometry.partitioning.RegionFactory
  private IntersectionMerger = org.apache.commons.math3.geometry.partitioning.RegionFactory$IntersectionMerger of org.apache.commons.math3.geometry.partitioning.RegionFactory
  private NodesCleaner = org.apache.commons.math3.geometry.partitioning.RegionFactory$NodesCleaner of org.apache.commons.math3.geometry.partitioning.RegionFactory
  private UnionMerger = org.apache.commons.math3.geometry.partitioning.RegionFactory$UnionMerger of org.apache.commons.math3.geometry.partitioning.RegionFactory
  private VanishingToLeaf = org.apache.commons.math3.geometry.partitioning.RegionFactory$VanishingToLeaf of org.apache.commons.math3.geometry.partitioning.RegionFactory
  private XorMerger = org.apache.commons.math3.geometry.partitioning.RegionFactory$XorMerger of org.apache.commons.math3.geometry.partitioning.RegionFactory
  public SplitSubHyperplane = org.apache.commons.math3.geometry.partitioning.SubHyperplane$SplitSubHyperplane of org.apache.commons.math3.geometry.partitioning.SubHyperplane