SimpleMatchAndExecuteHelper

Undocumented in source.

Constructors

this
this(string[] args)
Undocumented in source.

Members

Aliases

TypeContext
alias TypeContext = MatchAndExecuteTypeContext!(bindArgument, _CommandTypeContext)
Undocumented in source.
_CommandTypeContext
alias _CommandTypeContext = CommandTypeContext!(Graph)
Undocumented in source.
bindArgument
alias bindArgument = jcli.argbinder.bindArgument!()
Undocumented in source.

Functions

advance
void advance()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

context
MatchAndParseContextWrapper!_CommandTypeContext context;
Undocumented in source.
errorHandler
ErrorCodeHandler errorHandler;
Undocumented in source.
parsingContext
TypeContext.ParsingContext parsingContext;
Undocumented in source.
tokenizer
ArgTokenizer!(string[]) tokenizer;
Undocumented in source.

Meta