DLoad_1.java :  » Development » jdec » net » sf » jdec » jvminstructions » commandholders » Java Open Source

Java Open Source » Development » jdec 
jdec » net » sf » jdec » jvminstructions » commandholders » DLoad_1.java
package net.sf.jdec.jvminstructions.commandholders;

import net.sf.jdec.jvminstructions.commands.Dload_1Command;
import net.sf.jdec.util.ExecutionState;

public class DLoad_1 extends AbstractInstructionCommandHolder {

  protected String getName() {
    return "DLoad_1";
  }

  protected void registerCommand() {
    setCommand(new Dload_1Command(ExecutionState.getMethodContext()));
  }

}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.