Class Completers.TreeCompleter.Node

java.lang.Object
org.jline.builtins.Completers.TreeCompleter.Node
Enclosing class:
Completers.TreeCompleter

public static class Completers.TreeCompleter.Node extends Object
Represents a node in the completion tree.

Each node has a completer for the current level and a list of child nodes for the next level in the command hierarchy.