matchAndExecute.matchAndExecute

Resolves the invoked command by parsing the arguments array. Executes the onExecute method of any intermediate commands (command groups). Returns the result of the execution, and whether there were errors.

  1. int matchAndExecute(Tokenizer tokenizer, TErrorHandler errorHandler)
  2. int matchAndExecute(string[] args)
    template matchAndExecute(alias bindArgument, alias Graph)
    int
    matchAndExecute
    (
    scope string[] args
    )
  3. int matchAndExecute(Tokenizer tokenizer)

Meta