Class Lexer.DefaultLexer
java.lang.Object
org.springframework.shell.command.parser.Lexer.DefaultLexer
- All Implemented Interfaces:
Lexer
- Enclosing interface:
- Lexer
Default implementation of a
Lexer
.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.springframework.shell.command.parser.Lexer
Lexer.DefaultLexer, Lexer.LexerResult
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionTokenize given command line arguments into a list of tokens.
-
Constructor Details
-
DefaultLexer
-
-
Method Details