JIMSCore
Class CommandRun

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

public class CommandRun
extends Command

This is the CommandRun class.

Author:
Steve Lewis

Field Summary
private  CommandProcessor commandProcessor
           
static java.lang.String ERR_INVALID_RESPONSE
           
static java.lang.String ERR_NOT_STEP_RESPONSE
           
static java.lang.String ERR_STEP_ERROR
           
 
Fields inherited from class JIMSCore.Command
DONE, RESPONSE, stSource
 
Constructor Summary
CommandRun(CommandProcessor commandProcessor)
           
 
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_INVALID_RESPONSE

public static final java.lang.String ERR_INVALID_RESPONSE

ERR_NOT_STEP_RESPONSE

public static final java.lang.String ERR_NOT_STEP_RESPONSE

ERR_STEP_ERROR

public static final java.lang.String ERR_STEP_ERROR

commandProcessor

private CommandProcessor commandProcessor
Constructor Detail

CommandRun

public CommandRun(CommandProcessor commandProcessor)
Method Detail

execute

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