class org.apache.commons.math3.geometry.partitioning.RegionFactory$DifferenceMerger implements org.apache.commons.math3.geometry.partitioning.BSPTree$LeafMerger<S>, org.apache.commons.math3.geometry.partitioning.BSPTree$VanishingCutHandler<S>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.commons.math3.geometry.partitioning.RegionFactory$DifferenceMerger
  super_class: java.lang.Object
{
  private final org.apache.commons.math3.geometry.partitioning.Region<S> region1;
    descriptor: Lorg/apache/commons/math3/geometry/partitioning/Region;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lorg/apache/commons/math3/geometry/partitioning/Region<TS;>;

  private final org.apache.commons.math3.geometry.partitioning.Region<S> region2;
    descriptor: Lorg/apache/commons/math3/geometry/partitioning/Region;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lorg/apache/commons/math3/geometry/partitioning/Region<TS;>;

  final org.apache.commons.math3.geometry.partitioning.RegionFactory this$0;
    descriptor: Lorg/apache/commons/math3/geometry/partitioning/RegionFactory;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.apache.commons.math3.geometry.partitioning.Region<S>, org.apache.commons.math3.geometry.partitioning.Region<S>);
    descriptor: (Lorg/apache/commons/math3/geometry/partitioning/RegionFactory;Lorg/apache/commons/math3/geometry/partitioning/Region;Lorg/apache/commons/math3/geometry/partitioning/Region;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.apache.commons.math3.geometry.partitioning.RegionFactory$DifferenceMerger this
        start local 2 // org.apache.commons.math3.geometry.partitioning.Region region1
        start local 3 // org.apache.commons.math3.geometry.partitioning.Region region2
         0: .line 298
            aload 0 /* this */
            aload 1
            putfield org.apache.commons.math3.geometry.partitioning.RegionFactory$DifferenceMerger.this$0:Lorg/apache/commons/math3/geometry/partitioning/RegionFactory;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 299
            aload 0 /* this */
            aload 2 /* region1 */
            invokeinterface org.apache.commons.math3.geometry.partitioning.Region.copySelf:()Lorg/apache/commons/math3/geometry/partitioning/Region;
            putfield org.apache.commons.math3.geometry.partitioning.RegionFactory$DifferenceMerger.region1:Lorg/apache/commons/math3/geometry/partitioning/Region;
         2: .line 300
            aload 0 /* this */
            aload 3 /* region2 */
            invokeinterface org.apache.commons.math3.geometry.partitioning.Region.copySelf:()Lorg/apache/commons/math3/geometry/partitioning/Region;
            putfield org.apache.commons.math3.geometry.partitioning.RegionFactory$DifferenceMerger.region2:Lorg/apache/commons/math3/geometry/partitioning/Region;
         3: .line 301
            return
        end local 3 // org.apache.commons.math3.geometry.partitioning.Region region2
        end local 2 // org.apache.commons.math3.geometry.partitioning.Region region1
        end local 0 // org.apache.commons.math3.geometry.partitioning.RegionFactory$DifferenceMerger this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lorg/apache/commons/math3/geometry/partitioning/RegionFactory$DifferenceMerger;
            0    4     2  region1  Lorg/apache/commons/math3/geometry/partitioning/Region<TS;>;
            0    4     3  region2  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;>;)V
    MethodParameters:
         Name  Flags
      this$0   final
      region1  final
      region2  final

  public org.apache.commons.math3.geometry.partitioning.BSPTree<S> merge(org.apache.commons.math3.geometry.partitioning.BSPTree<S>, org.apache.commons.math3.geometry.partitioning.BSPTree<S>, org.apache.commons.math3.geometry.partitioning.BSPTree<S>, boolean, boolean);
    descriptor: (Lorg/apache/commons/math3/geometry/partitioning/BSPTree;Lorg/apache/commons/math3/geometry/partitioning/BSPTree;Lorg/apache/commons/math3/geometry/partitioning/BSPTree;ZZ)Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=7, args_size=6
        start local 0 // org.apache.commons.math3.geometry.partitioning.RegionFactory$DifferenceMerger this
        start local 1 // org.apache.commons.math3.geometry.partitioning.BSPTree leaf
        start local 2 // org.apache.commons.math3.geometry.partitioning.BSPTree tree
        start local 3 // org.apache.commons.math3.geometry.partitioning.BSPTree parentTree
        start local 4 // boolean isPlusChild
        start local 5 // boolean leafFromInstance
         0: .line 307
            aload 1 /* leaf */
            invokevirtual org.apache.commons.math3.geometry.partitioning.BSPTree.getAttribute:()Ljava/lang/Object;
            checkcast java.lang.Boolean
            invokevirtual java.lang.Boolean.booleanValue:()Z
            ifeq 7
         1: .line 310
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.partitioning.RegionFactory$DifferenceMerger.this$0:Lorg/apache/commons/math3/geometry/partitioning/RegionFactory;
            iload 5 /* leafFromInstance */
            ifeq 2
            aload 2 /* tree */
            goto 3
      StackMap locals:
      StackMap stack: org.apache.commons.math3.geometry.partitioning.RegionFactory
         2: aload 1 /* leaf */
      StackMap locals: org.apache.commons.math3.geometry.partitioning.RegionFactory$DifferenceMerger org.apache.commons.math3.geometry.partitioning.BSPTree org.apache.commons.math3.geometry.partitioning.BSPTree org.apache.commons.math3.geometry.partitioning.BSPTree int int
      StackMap stack: org.apache.commons.math3.geometry.partitioning.RegionFactory org.apache.commons.math3.geometry.partitioning.BSPTree
         3: invokevirtual org.apache.commons.math3.geometry.partitioning.RegionFactory.recurseComplement:(Lorg/apache/commons/math3/geometry/partitioning/BSPTree;)Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
         4: .line 309
            astore 6 /* argTree */
        start local 6 // org.apache.commons.math3.geometry.partitioning.BSPTree argTree
         5: .line 311
            aload 6 /* argTree */
            aload 3 /* parentTree */
            iload 4 /* isPlusChild */
            aload 0 /* this */
            invokevirtual org.apache.commons.math3.geometry.partitioning.BSPTree.insertInTree:(Lorg/apache/commons/math3/geometry/partitioning/BSPTree;ZLorg/apache/commons/math3/geometry/partitioning/BSPTree$VanishingCutHandler;)V
         6: .line 312
            aload 6 /* argTree */
            areturn
        end local 6 // org.apache.commons.math3.geometry.partitioning.BSPTree argTree
         7: .line 316
      StackMap locals:
      StackMap stack:
            iload 5 /* leafFromInstance */
            ifeq 8
            aload 1 /* leaf */
            goto 9
      StackMap locals:
      StackMap stack:
         8: aload 2 /* tree */
         9: .line 315
      StackMap locals:
      StackMap stack: org.apache.commons.math3.geometry.partitioning.BSPTree
            astore 6 /* instanceTree */
        start local 6 // org.apache.commons.math3.geometry.partitioning.BSPTree instanceTree
        10: .line 317
            aload 6 /* instanceTree */
            aload 3 /* parentTree */
            iload 4 /* isPlusChild */
            aload 0 /* this */
            invokevirtual org.apache.commons.math3.geometry.partitioning.BSPTree.insertInTree:(Lorg/apache/commons/math3/geometry/partitioning/BSPTree;ZLorg/apache/commons/math3/geometry/partitioning/BSPTree$VanishingCutHandler;)V
        11: .line 318
            aload 6 /* instanceTree */
            areturn
        end local 6 // org.apache.commons.math3.geometry.partitioning.BSPTree instanceTree
        end local 5 // boolean leafFromInstance
        end local 4 // boolean isPlusChild
        end local 3 // org.apache.commons.math3.geometry.partitioning.BSPTree parentTree
        end local 2 // org.apache.commons.math3.geometry.partitioning.BSPTree tree
        end local 1 // org.apache.commons.math3.geometry.partitioning.BSPTree leaf
        end local 0 // org.apache.commons.math3.geometry.partitioning.RegionFactory$DifferenceMerger this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   12     0              this  Lorg/apache/commons/math3/geometry/partitioning/RegionFactory$DifferenceMerger;
            0   12     1              leaf  Lorg/apache/commons/math3/geometry/partitioning/BSPTree<TS;>;
            0   12     2              tree  Lorg/apache/commons/math3/geometry/partitioning/BSPTree<TS;>;
            0   12     3        parentTree  Lorg/apache/commons/math3/geometry/partitioning/BSPTree<TS;>;
            0   12     4       isPlusChild  Z
            0   12     5  leafFromInstance  Z
            5    7     6           argTree  Lorg/apache/commons/math3/geometry/partitioning/BSPTree<TS;>;
           10   12     6      instanceTree  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;>;Lorg/apache/commons/math3/geometry/partitioning/BSPTree<TS;>;ZZ)Lorg/apache/commons/math3/geometry/partitioning/BSPTree<TS;>;
    MethodParameters:
                  Name  Flags
      leaf              final
      tree              final
      parentTree        final
      isPlusChild       final
      leafFromInstance  final

  public org.apache.commons.math3.geometry.partitioning.BSPTree<S> fixNode(org.apache.commons.math3.geometry.partitioning.BSPTree<S>);
    descriptor: (Lorg/apache/commons/math3/geometry/partitioning/BSPTree;)Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=2
        start local 0 // org.apache.commons.math3.geometry.partitioning.RegionFactory$DifferenceMerger this
        start local 1 // org.apache.commons.math3.geometry.partitioning.BSPTree node
         0: .line 324
            aload 1 /* node */
            getstatic java.lang.Boolean.TRUE:Ljava/lang/Boolean;
            getstatic java.lang.Boolean.FALSE:Ljava/lang/Boolean;
            aconst_null
            invokevirtual org.apache.commons.math3.geometry.partitioning.BSPTree.pruneAroundConvexCell:(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
            astore 2 /* cell */
        start local 2 // org.apache.commons.math3.geometry.partitioning.BSPTree cell
         1: .line 325
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.partitioning.RegionFactory$DifferenceMerger.region1:Lorg/apache/commons/math3/geometry/partitioning/Region;
            aload 2 /* cell */
            invokeinterface org.apache.commons.math3.geometry.partitioning.Region.buildNew:(Lorg/apache/commons/math3/geometry/partitioning/BSPTree;)Lorg/apache/commons/math3/geometry/partitioning/Region;
            astore 3 /* r */
        start local 3 // org.apache.commons.math3.geometry.partitioning.Region r
         2: .line 326
            aload 3 /* r */
            invokeinterface org.apache.commons.math3.geometry.partitioning.Region.getBarycenter:()Lorg/apache/commons/math3/geometry/Point;
            astore 4 /* p */
        start local 4 // org.apache.commons.math3.geometry.Point p
         3: .line 327
            new org.apache.commons.math3.geometry.partitioning.BSPTree
            dup
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.partitioning.RegionFactory$DifferenceMerger.region1:Lorg/apache/commons/math3/geometry/partitioning/Region;
            aload 4 /* p */
            invokeinterface org.apache.commons.math3.geometry.partitioning.Region.checkPoint:(Lorg/apache/commons/math3/geometry/Point;)Lorg/apache/commons/math3/geometry/partitioning/Region$Location;
            getstatic org.apache.commons.math3.geometry.partitioning.Region$Location.INSIDE:Lorg/apache/commons/math3/geometry/partitioning/Region$Location;
            if_acmpne 6
         4: .line 328
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.partitioning.RegionFactory$DifferenceMerger.region2:Lorg/apache/commons/math3/geometry/partitioning/Region;
            aload 4 /* p */
            invokeinterface org.apache.commons.math3.geometry.partitioning.Region.checkPoint:(Lorg/apache/commons/math3/geometry/Point;)Lorg/apache/commons/math3/geometry/partitioning/Region$Location;
            getstatic org.apache.commons.math3.geometry.partitioning.Region$Location.OUTSIDE:Lorg/apache/commons/math3/geometry/partitioning/Region$Location;
            if_acmpne 6
         5: .line 327
            iconst_1
            goto 7
      StackMap locals: org.apache.commons.math3.geometry.partitioning.RegionFactory$DifferenceMerger org.apache.commons.math3.geometry.partitioning.BSPTree org.apache.commons.math3.geometry.partitioning.BSPTree org.apache.commons.math3.geometry.partitioning.Region org.apache.commons.math3.geometry.Point
      StackMap stack: new 3 new 3
         6: iconst_0
      StackMap locals: org.apache.commons.math3.geometry.partitioning.RegionFactory$DifferenceMerger org.apache.commons.math3.geometry.partitioning.BSPTree org.apache.commons.math3.geometry.partitioning.BSPTree org.apache.commons.math3.geometry.partitioning.Region org.apache.commons.math3.geometry.Point
      StackMap stack: new 3 new 3 int
         7: invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            invokespecial org.apache.commons.math3.geometry.partitioning.BSPTree.<init>:(Ljava/lang/Object;)V
            areturn
        end local 4 // org.apache.commons.math3.geometry.Point p
        end local 3 // org.apache.commons.math3.geometry.partitioning.Region r
        end local 2 // org.apache.commons.math3.geometry.partitioning.BSPTree cell
        end local 1 // org.apache.commons.math3.geometry.partitioning.BSPTree node
        end local 0 // org.apache.commons.math3.geometry.partitioning.RegionFactory$DifferenceMerger this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lorg/apache/commons/math3/geometry/partitioning/RegionFactory$DifferenceMerger;
            0    8     1  node  Lorg/apache/commons/math3/geometry/partitioning/BSPTree<TS;>;
            1    8     2  cell  Lorg/apache/commons/math3/geometry/partitioning/BSPTree<TS;>;
            2    8     3     r  Lorg/apache/commons/math3/geometry/partitioning/Region<TS;>;
            3    8     4     p  Lorg/apache/commons/math3/geometry/Point<TS;>;
    Signature: (Lorg/apache/commons/math3/geometry/partitioning/BSPTree<TS;>;)Lorg/apache/commons/math3/geometry/partitioning/BSPTree<TS;>;
    MethodParameters:
      Name  Flags
      node  final
}
Signature: Ljava/lang/Object;Lorg/apache/commons/math3/geometry/partitioning/BSPTree$LeafMerger<TS;>;Lorg/apache/commons/math3/geometry/partitioning/BSPTree$VanishingCutHandler<TS;>;
SourceFile: "RegionFactory.java"
NestHost: org.apache.commons.math3.geometry.partitioning.RegionFactory
InnerClasses:
  public abstract LeafMerger = org.apache.commons.math3.geometry.partitioning.BSPTree$LeafMerger of org.apache.commons.math3.geometry.partitioning.BSPTree
  public abstract VanishingCutHandler = org.apache.commons.math3.geometry.partitioning.BSPTree$VanishingCutHandler of org.apache.commons.math3.geometry.partitioning.BSPTree
  public final Location = org.apache.commons.math3.geometry.partitioning.Region$Location of org.apache.commons.math3.geometry.partitioning.Region
  private DifferenceMerger = org.apache.commons.math3.geometry.partitioning.RegionFactory$DifferenceMerger of org.apache.commons.math3.geometry.partitioning.RegionFactory