com.pnfsoftware.jeb.util.interpreter.ICommandNode |
![]() |
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | QUOTES_AS_NORMAL_CHAR | Indicate parser that Quotes should be processed as any other char. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract ExecutionResult |
execute(List<InputToken> tokens)
Execute the command.
| ||||||||||
abstract List<ICommandNode> | getChildren() | ||||||||||
abstract String |
getHelp()
Retrieve a short help that describes the command
| ||||||||||
abstract String |
getName()
Retrieve the name of the command (used to invoke the command)
| ||||||||||
abstract int | getOptions() | ||||||||||
abstract ICommandManager | getParent() |
Indicate parser that Quotes should be processed as any other char. It is the responsibility
of the ICommandNode
to validate arguments.
Retrieve a short help that describes the command
Retrieve the name of the command (used to invoke the command)