JIMSCore
Class CommandCheckpoint

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

public class CommandCheckpoint
extends Command

This is the CommandCheckpoint class.

Author:
Steve Lewis

Field Summary
private  Simulator simulator
           
 
Fields inherited from class JIMSCore.Command
DONE, RESPONSE, stSource
 
Constructor Summary
CommandCheckpoint(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

simulator

private Simulator simulator
Constructor Detail

CommandCheckpoint

public CommandCheckpoint(Simulator simulator)
Method Detail

execute

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