Пример #1
0
 protected void registerCommand() {
   setCommand(new ImulCommand(ExecutionState.getMethodContext()));
 }
Пример #2
0
 protected void registerCommand() {
   AAstoreCommand command = new AAstoreCommand(ExecutionState.getMethodContext());
   setCommand(command);
 }