JIMSCore
Class CommandStep

java.lang.Object
  |
  +--JIMSCore.Command
        |
        +--JIMSCore.CommandStep

public class CommandStep
extends Command

This is the CommandStep class.

Author:
Steve Lewis

Field Summary
static java.lang.String ERR_CYCLE_ERROR
           
private  Simulator simulator
           
 
Fields inherited from class JIMSCore.Command
DONE, RESPONSE, stSource
 
Constructor Summary
CommandStep(java.util.StringTokenizer st, Simulator simulator)
           
 
Method Summary
 void execute(CommandResultBuffer crb)
           
 
Methods inherited from class JIMSCore.Command
iaGetMemoryRangeOrValue, iaGetRegisterRangeOrValue, iGetNumber, iGetRegisterIndex, nextToken
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

ERR_CYCLE_ERROR

public static final java.lang.String ERR_CYCLE_ERROR

simulator

private Simulator simulator
Constructor Detail

CommandStep

public CommandStep(java.util.StringTokenizer st,
                   Simulator simulator)
Method Detail

execute

public void execute(CommandResultBuffer crb)
             throws InvalidCommandUseException
Overrides:
execute in class Command