Uses of Record Class
org.springframework.shell.command.parser.Parser.ParseResult
Packages that use Parser.ParseResult
-
Uses of Parser.ParseResult in org.springframework.shell.command.parser
Methods in org.springframework.shell.command.parser that return Parser.ParseResultModifier and TypeMethodDescriptionprotected abstract Parser.ParseResult
AbstractNodeVisitor.buildResult()
Called after all nodes has been visited to build results.protected Parser.ParseResult
Parser.DefaultNodeVisitor.buildResult()
Parse given arguments into aParser.ParseResult
.final 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.