Uses of Class
org.springframework.shell.command.parser.Token
Packages that use Token
-
Uses of Token in org.springframework.shell.command.parser
Methods in org.springframework.shell.command.parser that return TokenMethods in org.springframework.shell.command.parser that return types with arguments of type TokenModifier and TypeMethodDescriptionLexer.LexerResult.tokens()
Returns the value of thetokens
record component.Method parameters in org.springframework.shell.command.parser with type arguments of type TokenModifier and TypeMethodDescriptionGenerate ast result from a tokens.Constructors in org.springframework.shell.command.parser with parameters of type TokenModifierConstructorDescriptionCommandArgumentNode
(Token token, CommandNode parent) CommandNode
(Token token, String command) DirectiveNode
(Token token, String name, String value) NonterminalAstNode
(Token token) OptionArgumentNode
(Token token, OptionNode parentOptionNode, String value) OptionNode
(Token token, String name) TerminalAstNode
(Token token) Constructor parameters in org.springframework.shell.command.parser with type arguments of type TokenModifierConstructorDescriptionLexerResult
(List<Token> tokens, List<MessageResult> messageResults) Creates an instance of aLexerResult
record class.