Interface CommandParser.Result
- Enclosing interface:
CommandParser
public static interface CommandParser.Result
-
Method Summary
Modifier and TypeMethodDescription@NotNull ExecutableCommandGets the executable command from the parse result.
-
Method Details
-
executable
Gets the executable command from the parse result.- Returns:
- the ExecutableCommand from the parse result
-