コード例 #1
0
ファイル: Imul.java プロジェクト: thomasking1990/workspace
 protected void registerCommand() {
   setCommand(new ImulCommand(ExecutionState.getMethodContext()));
 }
コード例 #2
0
ファイル: AAstore.java プロジェクト: thomasking1990/workspace
 protected void registerCommand() {
   AAstoreCommand command = new AAstoreCommand(ExecutionState.getMethodContext());
   setCommand(command);
 }