protected void registerCommand() { setCommand(new ImulCommand(ExecutionState.getMethodContext())); }
protected void registerCommand() { AAstoreCommand command = new AAstoreCommand(ExecutionState.getMethodContext()); setCommand(command); }