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