public static class CommandParser.DefaultCommandParserResults extends Object implements CommandParser.CommandParserResults
CommandParser.CommandParserResults.| Modifier and Type | Method and Description | 
|---|---|
| List<CommandParser.CommandParserException> | errors()Gets parsing errors. | 
| List<String> | positional()Gets the unmapped positional arguments. | 
| List<CommandParser.CommandParserResult> | results()Gets the results. | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitofpublic List<CommandParser.CommandParserResult> results()
CommandParser.CommandParserResultsresults in interface CommandParser.CommandParserResultspublic List<String> positional()
CommandParser.CommandParserResultspositional in interface CommandParser.CommandParserResultspublic List<CommandParser.CommandParserException> errors()
CommandParser.CommandParserResultserrors in interface CommandParser.CommandParserResultsCopyright © 2023. All rights reserved.