class org.apache.commons.math.geometry.partitioning.RegionFactory$NodesCleaner extends java.lang.Object implements org.apache.commons.math.geometry.partitioning.BSPTreeVisitor
{
final org.apache.commons.math.geometry.partitioning.RegionFactory this$0;
private void <init>(org.apache.commons.math.geometry.partitioning.RegionFactory)
{
org.apache.commons.math.geometry.partitioning.RegionFactory$NodesCleaner v;
org.apache.commons.math.geometry.partitioning.RegionFactory v;
v := @this: org.apache.commons.math.geometry.partitioning.RegionFactory$NodesCleaner;
v := @parameter: org.apache.commons.math.geometry.partitioning.RegionFactory;
v.<org.apache.commons.math.geometry.partitioning.RegionFactory$NodesCleaner: org.apache.commons.math.geometry.partitioning.RegionFactory this$0> = v;
specialinvoke v.<java.lang.Object: void <init>()>();
return;
}
public org.apache.commons.math.geometry.partitioning.BSPTreeVisitor$Order visitOrder(org.apache.commons.math.geometry.partitioning.BSPTree)
{
org.apache.commons.math.geometry.partitioning.BSPTree v;
org.apache.commons.math.geometry.partitioning.RegionFactory$NodesCleaner v;
org.apache.commons.math.geometry.partitioning.BSPTreeVisitor$Order v;
v := @this: org.apache.commons.math.geometry.partitioning.RegionFactory$NodesCleaner;
v := @parameter: org.apache.commons.math.geometry.partitioning.BSPTree;
v = <org.apache.commons.math.geometry.partitioning.BSPTreeVisitor$Order: org.apache.commons.math.geometry.partitioning.BSPTreeVisitor$Order PLUS_SUB_MINUS>;
return v;
}
public void visitInternalNode(org.apache.commons.math.geometry.partitioning.BSPTree)
{
org.apache.commons.math.geometry.partitioning.BSPTree v;
org.apache.commons.math.geometry.partitioning.RegionFactory$NodesCleaner v;
v := @this: org.apache.commons.math.geometry.partitioning.RegionFactory$NodesCleaner;
v := @parameter: org.apache.commons.math.geometry.partitioning.BSPTree;
virtualinvoke v.<org.apache.commons.math.geometry.partitioning.BSPTree: void setAttribute(java.lang.Object)>(null);
return;
}
public void visitLeafNode(org.apache.commons.math.geometry.partitioning.BSPTree)
{
org.apache.commons.math.geometry.partitioning.BSPTree v;
org.apache.commons.math.geometry.partitioning.RegionFactory$NodesCleaner v;
v := @this: org.apache.commons.math.geometry.partitioning.RegionFactory$NodesCleaner;
v := @parameter: org.apache.commons.math.geometry.partitioning.BSPTree;
return;
}
}