-
- All Implemented Interfaces:
public final class PrettyPrintTree
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classPrettyPrintTree.Companion
-
Field Summary
Fields Modifier and Type Field Description private final Stringnameprivate final List<PrettyPrintTree>children
-
Constructor Summary
Constructors Constructor Description PrettyPrintTree(String name, List<PrettyPrintTree> children)
-
Method Summary
Modifier and Type Method Description final StringgetName()final List<PrettyPrintTree>getChildren()final Stringprint()-
-
Constructor Detail
-
PrettyPrintTree
PrettyPrintTree(String name, List<PrettyPrintTree> children)
-
-
Method Detail
-
getChildren
final List<PrettyPrintTree> getChildren()
-
-
-
-