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 classNode representing a command.final classNode 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 thenonterminalNodesrecord component.Method parameters in org.springframework.shell.command.parser with type arguments of type NonterminalAstNodeModifier and TypeMethodDescriptionfinal 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.Constructor parameters in org.springframework.shell.command.parser with type arguments of type NonterminalAstNodeModifierConstructorDescriptionAstResult(List<NonterminalAstNode> nonterminalNodes, List<TerminalAstNode> terminalNodes) Creates an instance of aAstResultrecord class.