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

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

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

public class Fadd extends AbstractInstructionCommandHolder {

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

  protected void registerCommand() {
    setCommand(new FaddCommand(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.