class org.apache.commons.math3.geometry.partitioning.RegionFactory$VanishingToLeaf implements 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$VanishingToLeaf
  super_class: java.lang.Object
{
  private final boolean inside;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  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.RegionFactory, boolean);
    descriptor: (Lorg/apache/commons/math3/geometry/partitioning/RegionFactory;Z)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.apache.commons.math3.geometry.partitioning.RegionFactory$VanishingToLeaf this
        start local 2 // boolean inside
         0: .line 361
            aload 0 /* this */
            aload 1
            putfield org.apache.commons.math3.geometry.partitioning.RegionFactory$VanishingToLeaf.this$0:Lorg/apache/commons/math3/geometry/partitioning/RegionFactory;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 362
            aload 0 /* this */
            iload 2 /* inside */
            putfield org.apache.commons.math3.geometry.partitioning.RegionFactory$VanishingToLeaf.inside:Z
         2: .line 363
            return
        end local 2 // boolean inside
        end local 0 // org.apache.commons.math3.geometry.partitioning.RegionFactory$VanishingToLeaf this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/apache/commons/math3/geometry/partitioning/RegionFactory$VanishingToLeaf;
            0    3     2  inside  Z
    MethodParameters:
        Name  Flags
      this$0  final
      inside  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=3, locals=2, args_size=2
        start local 0 // org.apache.commons.math3.geometry.partitioning.RegionFactory$VanishingToLeaf this
        start local 1 // org.apache.commons.math3.geometry.partitioning.BSPTree node
         0: .line 367
            aload 1 /* node */
            invokevirtual org.apache.commons.math3.geometry.partitioning.BSPTree.getPlus:()Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
            invokevirtual org.apache.commons.math3.geometry.partitioning.BSPTree.getAttribute:()Ljava/lang/Object;
            aload 1 /* node */
            invokevirtual org.apache.commons.math3.geometry.partitioning.BSPTree.getMinus:()Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
            invokevirtual org.apache.commons.math3.geometry.partitioning.BSPTree.getAttribute:()Ljava/lang/Object;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 2
         1: .line 369
            new org.apache.commons.math3.geometry.partitioning.BSPTree
            dup
            aload 1 /* node */
            invokevirtual org.apache.commons.math3.geometry.partitioning.BSPTree.getPlus:()Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
            invokevirtual org.apache.commons.math3.geometry.partitioning.BSPTree.getAttribute:()Ljava/lang/Object;
            invokespecial org.apache.commons.math3.geometry.partitioning.BSPTree.<init>:(Ljava/lang/Object;)V
            areturn
         2: .line 372
      StackMap locals:
      StackMap stack:
            new org.apache.commons.math3.geometry.partitioning.BSPTree
            dup
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.partitioning.RegionFactory$VanishingToLeaf.inside:Z
            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 1 // org.apache.commons.math3.geometry.partitioning.BSPTree node
        end local 0 // org.apache.commons.math3.geometry.partitioning.RegionFactory$VanishingToLeaf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/commons/math3/geometry/partitioning/RegionFactory$VanishingToLeaf;
            0    3     1  node  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
}
Signature: Ljava/lang/Object;Lorg/apache/commons/math3/geometry/partitioning/BSPTree$VanishingCutHandler<TS;>;
SourceFile: "RegionFactory.java"
NestHost: org.apache.commons.math3.geometry.partitioning.RegionFactory
InnerClasses:
  public abstract VanishingCutHandler = org.apache.commons.math3.geometry.partitioning.BSPTree$VanishingCutHandler of org.apache.commons.math3.geometry.partitioning.BSPTree
  private VanishingToLeaf = org.apache.commons.math3.geometry.partitioning.RegionFactory$VanishingToLeaf of org.apache.commons.math3.geometry.partitioning.RegionFactory