Interface CommandParser.Result

All Known Subinterfaces:
CommandParser.Result.KnownCommand, CommandParser.Result.KnownCommand.Invalid, CommandParser.Result.KnownCommand.Valid, CommandParser.Result.UnknownCommand
Enclosing interface:
CommandParser

public static sealed interface CommandParser.Result permits CommandParser.Result.UnknownCommand, CommandParser.Result.KnownCommand