com.slurm.gf
Class SkipCommand

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

public class SkipCommand
extends Command

Encapsulates a skip command and its parameters.


Constructor Summary
SkipCommand(int l, int o, int d)
           
 
Method Summary
 int getRows()
           
 
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

SkipCommand

public SkipCommand(int l,
                   int o,
                   int d)
Method Detail

getRows

public int getRows()