class org.apache.commons.math3.geometry.partitioning.RegionFactory$NodesCleaner implements org.apache.commons.math3.geometry.partitioning.BSPTreeVisitor<S>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.commons.math3.geometry.partitioning.RegionFactory$NodesCleaner
  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$NodesCleaner this
         0: .line 334
            aload 0 /* this */
            aload 1
            putfield org.apache.commons.math3.geometry.partitioning.RegionFactory$NodesCleaner.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$NodesCleaner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/geometry/partitioning/RegionFactory$NodesCleaner;
    MethodParameters:
        Name  Flags
      this$0  final

  public org.apache.commons.math3.geometry.partitioning.BSPTreeVisitor$Order visitOrder(org.apache.commons.math3.geometry.partitioning.BSPTree<S>);
    descriptor: (Lorg/apache/commons/math3/geometry/partitioning/BSPTree;)Lorg/apache/commons/math3/geometry/partitioning/BSPTreeVisitor$Order;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.apache.commons.math3.geometry.partitioning.RegionFactory$NodesCleaner this
        start local 1 // org.apache.commons.math3.geometry.partitioning.BSPTree node
         0: .line 338
            getstatic org.apache.commons.math3.geometry.partitioning.BSPTreeVisitor$Order.PLUS_SUB_MINUS:Lorg/apache/commons/math3/geometry/partitioning/BSPTreeVisitor$Order;
            areturn
        end local 1 // org.apache.commons.math3.geometry.partitioning.BSPTree node
        end local 0 // org.apache.commons.math3.geometry.partitioning.RegionFactory$NodesCleaner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/geometry/partitioning/RegionFactory$NodesCleaner;
            0    1     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/BSPTreeVisitor$Order;
    MethodParameters:
      Name  Flags
      node  final

  public void visitInternalNode(org.apache.commons.math3.geometry.partitioning.BSPTree<S>);
    descriptor: (Lorg/apache/commons/math3/geometry/partitioning/BSPTree;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.math3.geometry.partitioning.RegionFactory$NodesCleaner this
        start local 1 // org.apache.commons.math3.geometry.partitioning.BSPTree node
         0: .line 343
            aload 1 /* node */
            aconst_null
            invokevirtual org.apache.commons.math3.geometry.partitioning.BSPTree.setAttribute:(Ljava/lang/Object;)V
         1: .line 344
            return
        end local 1 // org.apache.commons.math3.geometry.partitioning.BSPTree node
        end local 0 // org.apache.commons.math3.geometry.partitioning.RegionFactory$NodesCleaner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/commons/math3/geometry/partitioning/RegionFactory$NodesCleaner;
            0    2     1  node  Lorg/apache/commons/math3/geometry/partitioning/BSPTree<TS;>;
    Signature: (Lorg/apache/commons/math3/geometry/partitioning/BSPTree<TS;>;)V
    MethodParameters:
      Name  Flags
      node  final

  public void visitLeafNode(org.apache.commons.math3.geometry.partitioning.BSPTree<S>);
    descriptor: (Lorg/apache/commons/math3/geometry/partitioning/BSPTree;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // org.apache.commons.math3.geometry.partitioning.RegionFactory$NodesCleaner this
        start local 1 // org.apache.commons.math3.geometry.partitioning.BSPTree node
         0: .line 348
            return
        end local 1 // org.apache.commons.math3.geometry.partitioning.BSPTree node
        end local 0 // org.apache.commons.math3.geometry.partitioning.RegionFactory$NodesCleaner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/geometry/partitioning/RegionFactory$NodesCleaner;
            0    1     1  node  Lorg/apache/commons/math3/geometry/partitioning/BSPTree<TS;>;
    Signature: (Lorg/apache/commons/math3/geometry/partitioning/BSPTree<TS;>;)V
    MethodParameters:
      Name  Flags
      node  final
}
Signature: Ljava/lang/Object;Lorg/apache/commons/math3/geometry/partitioning/BSPTreeVisitor<TS;>;
SourceFile: "RegionFactory.java"
NestHost: org.apache.commons.math3.geometry.partitioning.RegionFactory
InnerClasses:
  public final Order = org.apache.commons.math3.geometry.partitioning.BSPTreeVisitor$Order of org.apache.commons.math3.geometry.partitioning.BSPTreeVisitor
  private NodesCleaner = org.apache.commons.math3.geometry.partitioning.RegionFactory$NodesCleaner of org.apache.commons.math3.geometry.partitioning.RegionFactory