示例#1
0
 protected void registerCommand() {
   setCommand(new ImulCommand(ExecutionState.getMethodContext()));
 }
示例#2
0
 protected void registerCommand() {
   AAstoreCommand command = new AAstoreCommand(ExecutionState.getMethodContext());
   setCommand(command);
 }