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.ParseResultAbstractNodeVisitor.buildResult()Called after all nodes has been visited to build results.protected Parser.ParseResultParser.DefaultNodeVisitor.buildResult()Parse given arguments into aParser.ParseResult.final Parser.ParseResultAbstractNodeVisitor.visit(List<NonterminalAstNode> nonterminalNodes, List<TerminalAstNode> terminalNodes) NodeVisitor.visit(List<NonterminalAstNode> nonterminalNodes, List<TerminalAstNode> terminalNodes) Visit lists of non terminal and terminal nodes.