class org.apache.commons.math.geometry.partitioning.RegionFactory$DifferenceMerger extends java.lang.Object implements org.apache.commons.math.geometry.partitioning.BSPTree$LeafMerger
{
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 v;
org.apache.commons.math.geometry.partitioning.RegionFactory$DifferenceMerger v;
v := @this: org.apache.commons.math.geometry.partitioning.RegionFactory$DifferenceMerger;
v := @parameter: org.apache.commons.math.geometry.partitioning.RegionFactory;
v.<org.apache.commons.math.geometry.partitioning.RegionFactory$DifferenceMerger: 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.BSPTree merge(org.apache.commons.math.geometry.partitioning.BSPTree, org.apache.commons.math.geometry.partitioning.BSPTree, org.apache.commons.math.geometry.partitioning.BSPTree, boolean, boolean)
{
org.apache.commons.math.geometry.partitioning.RegionFactory v;
org.apache.commons.math.geometry.partitioning.BSPTree v, v, v, v, v, v;
java.lang.Object v;
boolean v, v, v;
org.apache.commons.math.geometry.partitioning.RegionFactory$DifferenceMerger v;
v := @this: org.apache.commons.math.geometry.partitioning.RegionFactory$DifferenceMerger;
v := @parameter: org.apache.commons.math.geometry.partitioning.BSPTree;
v := @parameter: org.apache.commons.math.geometry.partitioning.BSPTree;
v := @parameter: org.apache.commons.math.geometry.partitioning.BSPTree;
v := @parameter: boolean;
v := @parameter: boolean;
v = virtualinvoke v.<org.apache.commons.math.geometry.partitioning.BSPTree: java.lang.Object getAttribute()>();
v = virtualinvoke v.<java.lang.Boolean: boolean booleanValue()>();
if v == 0 goto label;
v = v.<org.apache.commons.math.geometry.partitioning.RegionFactory$DifferenceMerger: org.apache.commons.math.geometry.partitioning.RegionFactory this$0>;
if v == 0 goto label;
v = v;
goto label;
label:
v = v;
label:
v = specialinvoke v.<org.apache.commons.math.geometry.partitioning.RegionFactory: org.apache.commons.math.geometry.partitioning.BSPTree recurseComplement(org.apache.commons.math.geometry.partitioning.BSPTree)>(v);
virtualinvoke v.<org.apache.commons.math.geometry.partitioning.BSPTree: void insertInTree(org.apache.commons.math.geometry.partitioning.BSPTree,boolean)>(v, v);
return v;
label:
if v == 0 goto label;
v = v;
goto label;
label:
v = v;
label:
virtualinvoke v.<org.apache.commons.math.geometry.partitioning.BSPTree: void insertInTree(org.apache.commons.math.geometry.partitioning.BSPTree,boolean)>(v, v);
return v;
}
}