UndoableCommandExecutor class abstract
UndoableCommand Executor
- Implementers
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
inputToCommands(
UserInput userInput, CommandParser commandParser) → CommandFacade - Parses UserInput using a CommandParser to return a run list of contiguous commands to be run as a facade CommandFacade
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
runCommand(
List< UndoableCommand> commands) → FutureOr<int> - Runs a list of contiguous UndoableCommand and return an exit code If one command throws an Exception they will all be undone by calling the undo Function in UndoableCommand
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited