public static class DebugHierarchy.Node
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
Component |
component |
java.util.List<Component> |
components |
DebugHierarchy.Node |
parent |
int |
type |
Constructor and Description |
---|
Node(DebugHierarchy.Node parent,
Component component,
java.util.List<Component> components,
int type) |
Modifier and Type | Method and Description |
---|---|
DebugHierarchy.Node |
mutateType(int type) |
java.lang.String |
toHierarchyString() |
public final DebugHierarchy.Node parent
public final Component component
public final java.util.List<Component> components
public final int type
public Node(DebugHierarchy.Node parent, Component component, java.util.List<Component> components, int type)
public DebugHierarchy.Node mutateType(int type)
public java.lang.String toHierarchyString()