class org.apache.commons.math3.geometry.partitioning.RegionFactory$IntersectionMerger implements org.apache.commons.math3.geometry.partitioning.BSPTree$LeafMerger<S>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.commons.math3.geometry.partitioning.RegionFactory$IntersectionMerger
  super_class: java.lang.Object
{
  final org.apache.commons.math3.geometry.partitioning.RegionFactory this$0;
    descriptor: Lorg/apache/commons/math3/geometry/partitioning/RegionFactory;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private void <init>(org.apache.commons.math3.geometry.partitioning.RegionFactory);
    descriptor: (Lorg/apache/commons/math3/geometry/partitioning/RegionFactory;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.math3.geometry.partitioning.RegionFactory$IntersectionMerger this
         0: .line 253
            aload 0 /* this */
            aload 1
            putfield org.apache.commons.math3.geometry.partitioning.RegionFactory$IntersectionMerger.this$0:Lorg/apache/commons/math3/geometry/partitioning/RegionFactory;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.apache.commons.math3.geometry.partitioning.RegionFactory$IntersectionMerger this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/geometry/partitioning/RegionFactory$IntersectionMerger;
    MethodParameters:
        Name  Flags
      this$0  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=7, locals=6, args_size=6
        start local 0 // org.apache.commons.math3.geometry.partitioning.RegionFactory$IntersectionMerger 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 258
            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 3
         1: .line 260
            aload 2 /* tree */
            aload 3 /* parentTree */
            iload 4 /* isPlusChild */
            new org.apache.commons.math3.geometry.partitioning.RegionFactory$VanishingToLeaf
            dup
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.partitioning.RegionFactory$IntersectionMerger.this$0:Lorg/apache/commons/math3/geometry/partitioning/RegionFactory;
            iconst_1
            invokespecial org.apache.commons.math3.geometry.partitioning.RegionFactory$VanishingToLeaf.<init>:(Lorg/apache/commons/math3/geometry/partitioning/RegionFactory;Z)V
            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
         2: .line 261
            aload 2 /* tree */
            areturn
         3: .line 264
      StackMap locals:
      StackMap stack:
            aload 1 /* leaf */
            aload 3 /* parentTree */
            iload 4 /* isPlusChild */
            new org.apache.commons.math3.geometry.partitioning.RegionFactory$VanishingToLeaf
            dup
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.partitioning.RegionFactory$IntersectionMerger.this$0:Lorg/apache/commons/math3/geometry/partitioning/RegionFactory;
            iconst_0
            invokespecial org.apache.commons.math3.geometry.partitioning.RegionFactory$VanishingToLeaf.<init>:(Lorg/apache/commons/math3/geometry/partitioning/RegionFactory;Z)V
            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
         4: .line 265
            aload 1 /* leaf */
            areturn
        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$IntersectionMerger this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    5     0              this  Lorg/apache/commons/math3/geometry/partitioning/RegionFactory$IntersectionMerger;
            0    5     1              leaf  Lorg/apache/commons/math3/geometry/partitioning/BSPTree<TS;>;
            0    5     2              tree  Lorg/apache/commons/math3/geometry/partitioning/BSPTree<TS;>;
            0    5     3        parentTree  Lorg/apache/commons/math3/geometry/partitioning/BSPTree<TS;>;
            0    5     4       isPlusChild  Z
            0    5     5  leafFromInstance  Z
    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
}
Signature: Ljava/lang/Object;Lorg/apache/commons/math3/geometry/partitioning/BSPTree$LeafMerger<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
  private IntersectionMerger = org.apache.commons.math3.geometry.partitioning.RegionFactory$IntersectionMerger 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