public interface org.apache.commons.math3.geometry.partitioning.BSPTreeVisitor<S extends org.apache.commons.math3.geometry.Space>
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: org.apache.commons.math3.geometry.partitioning.BSPTreeVisitor
super_class: java.lang.Object
{
public abstract 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: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (Lorg/apache/commons/math3/geometry/partitioning/BSPTree<TS;>;)Lorg/apache/commons/math3/geometry/partitioning/BSPTreeVisitor$Order;
MethodParameters:
Name Flags
node
public abstract void visitInternalNode(org.apache.commons.math3.geometry.partitioning.BSPTree<S>);
descriptor: (Lorg/apache/commons/math3/geometry/partitioning/BSPTree;)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (Lorg/apache/commons/math3/geometry/partitioning/BSPTree<TS;>;)V
MethodParameters:
Name Flags
node
public abstract void visitLeafNode(org.apache.commons.math3.geometry.partitioning.BSPTree<S>);
descriptor: (Lorg/apache/commons/math3/geometry/partitioning/BSPTree;)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (Lorg/apache/commons/math3/geometry/partitioning/BSPTree<TS;>;)V
MethodParameters:
Name Flags
node
}
Signature: <S::Lorg/apache/commons/math3/geometry/Space;>Ljava/lang/Object;
SourceFile: "BSPTreeVisitor.java"
NestMembers:
org.apache.commons.math3.geometry.partitioning.BSPTreeVisitor$Order
InnerClasses:
public final Order = org.apache.commons.math3.geometry.partitioning.BSPTreeVisitor$Order of org.apache.commons.math3.geometry.partitioning.BSPTreeVisitor