Home | History | Annotate | Download | only in internal

Lines Matching refs:command

17  * Parser which remembers the parsed command to have additional context
22 private final Command command;
24 CommandParser(final Command command) {
25 super(command);
26 this.command = command;
29 Command getCommand() {
30 return command;