Uses of Class
org.springframework.shell.command.parser.NonterminalAstNode
Packages that use NonterminalAstNode
-
Uses of NonterminalAstNode in org.springframework.shell.command.parser
Subclasses of NonterminalAstNode in org.springframework.shell.command.parserModifier and TypeClassDescriptionfinal class
Node representing a command.final class
Node representing an option.Methods in org.springframework.shell.command.parser that return types with arguments of type NonterminalAstNodeModifier and TypeMethodDescriptionAst.AstResult.nonterminalNodes()
Returns the value of thenonterminalNodes
record component.Method parameters in org.springframework.shell.command.parser with type arguments of type NonterminalAstNodeModifier and TypeMethodDescriptionfinal Parser.ParseResult
AbstractNodeVisitor.visit
(List<NonterminalAstNode> nonterminalNodes, List<TerminalAstNode> terminalNodes) NodeVisitor.visit
(List<NonterminalAstNode> nonterminalNodes, List<TerminalAstNode> terminalNodes) Visit lists of non terminal and terminal nodes.Constructor parameters in org.springframework.shell.command.parser with type arguments of type NonterminalAstNodeModifierConstructorDescriptionAstResult
(List<NonterminalAstNode> nonterminalNodes, List<TerminalAstNode> terminalNodes) Creates an instance of aAstResult
record class.