Interface CommandParser.Result

Enclosing interface:
CommandParser

public static interface CommandParser.Result
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the executable command from the parse result.
  • Method Details

    • executable

      @NotNull @NotNull ExecutableCommand executable()
      Gets the executable command from the parse result.
      Returns:
      the ExecutableCommand from the parse result