com.slurm.gf
Class BOCCommand

java.lang.Object
  |
  +--com.slurm.gf.Command
        |
        +--com.slurm.gf.BOCCommand

public class BOCCommand
extends Command

Encapsulates a boc command and its parameters.


Constructor Summary
BOCCommand(int l, int o, int c, int p, int minM, int maxM, int minN, int maxN)
           
 
Method Summary
 int getCharacterCode()
           
 int getMaxM()
           
 int getMaxN()
           
 int getMinM()
           
 int getMinN()
           
 int getPreviousCharacterPointer()
           
 
Methods inherited from class com.slurm.gf.Command
getLocation, getOpCode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BOCCommand

public BOCCommand(int l,
                  int o,
                  int c,
                  int p,
                  int minM,
                  int maxM,
                  int minN,
                  int maxN)
Method Detail

getCharacterCode

public int getCharacterCode()

getPreviousCharacterPointer

public int getPreviousCharacterPointer()

getMinM

public int getMinM()

getMaxM

public int getMaxM()

getMinN

public int getMinN()

getMaxN

public int getMaxN()