Uses of Class
org.jline.builtins.Completers.TreeCompleter.Node
-
Uses of Completers.TreeCompleter.Node in org.jline.builtins
Methods in org.jline.builtins that return Completers.TreeCompleter.NodeModifier and TypeMethodDescriptionCreates a new node for the completion tree.Constructors in org.jline.builtins with parameters of type Completers.TreeCompleter.NodeModifierConstructorDescriptionTreeCompleter
(Completers.TreeCompleter.Node... nodes) Creates a new TreeCompleter with the specified nodes.Constructor parameters in org.jline.builtins with type arguments of type Completers.TreeCompleter.NodeModifierConstructorDescriptionNode
(org.jline.reader.Completer completer, List<Completers.TreeCompleter.Node> nodes) Creates a new Node with the specified completer and child nodes.Creates a new TreeCompleter with the specified list of nodes.