com.slurm.gf
Class NoOpCommand

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

public class NoOpCommand
extends Command

Encapsulates a noop command.


Constructor Summary
NoOpCommand(int l, int o)
           
 
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

NoOpCommand

public NoOpCommand(int l,
                   int o)