commandLineEntry Class |
Namespace: imbACE.Core.commands
The commandLineEntry type exposes the following members.
| Name | Description | |
|---|---|---|
| commandLineEntry |
Initializes a new instance of the commandLineEntry class and performs command phrasing (by calling process(commandLineEntry, String) |
| Name | Description | |
|---|---|---|
| command |
Textual representation of the main command verb
| |
| commentedOut |
If true, it means that this line contains just comment. When this is true, hasComment is also true and hasCommand is false;
| |
| commentLine |
Gets the comment line - comment that was extracted from input
| |
| errorMessage |
The message associated with this entry, generated by command phraser
| |
| format |
What command line format was detected in the input
| |
| hasCommand |
Gets a value indicating whether this instance has a proper command.
| |
| hasComment |
Gets a value indicating whether this instance contains a comment.
| |
| hasPrefix |
Gets a value indicating whether this instance has any prefix | |
| inputLine | Original input line, phrased by the command input interpreter | |
| isEmptyLine |
The command line was empty, without any command
| |
| isSyntaxError |
Indicates if the command entry had syntax error
| |
| parameterName | List of parameter names, as specified in explicit command format | |
| parameterValue | List of parameter values, in their string forms | |
| prefix |
Contains path segments, identifying a plugin/console graph node that should perform the command | |
| specialFunction |
Gets or sets the special function.
|
| Name | Description | |
|---|---|---|
| process |
Processes the specified input and populates the entry - the code imbACE command phraser
|
| Name | Description | |
|---|---|---|
| COMMANDFORMAT_CommandAndSpecialSufix | ||
| COMMANDFORMAT_Explicit |
The commandformat explicit: explore word="kontakti";engine=hunspell;log=5;
| |
| COMMANDFORMAT_Implicit |
The commandformat implicit: explore "kontakti", 510, hunspell
| |
| COMMANDFORMAT_OnlyCommand | ||
| COMMANDPREFIX_SEPARATOR | ||
| commentPrefix |
The comment prefix - causes interpreter to ignore this line
| |
| PARAM_HELP |
The parameter help - causes interpreter to show help for command invoked
| |
| PARAM_WILLCARD |
The parameter willcard - causes interpreter to ask for parameter values, instead of using default values
|
| Name | Description | |
|---|---|---|
| aceGenEx | (Defined by aceExceptionTools.) | |
| aceSciEx | (Defined by aceExceptionTools.) |