com.slurm.gf
Class YYYCommand

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

public class YYYCommand
extends Command

Encapsulates a yyy command and its parameters.


Constructor Summary
YYYCommand(int l, int o, int[] y)
           
 
Method Summary
 int[] getYBytes()
           
 
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

YYYCommand

public YYYCommand(int l,
                  int o,
                  int[] y)
Method Detail

getYBytes

public int[] getYBytes()