com.slurm.gf
Class PreCommand

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

public class PreCommand
extends Command

Encapsulates a pre command and its parameters.


Constructor Summary
PreCommand(int l, int o, int i, int[] c)
           
 
Method Summary
 int[] getCommentBytes()
           
 int getIDByte()
           
 
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

PreCommand

public PreCommand(int l,
                  int o,
                  int i,
                  int[] c)
Method Detail

getIDByte

public int getIDByte()

getCommentBytes

public int[] getCommentBytes()