com.slurm.gf
Class PostPostCommand

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

public class PostPostCommand
extends Command

Encapsulates a postpost command and its parameters.


Constructor Summary
PostPostCommand(int l, int o, int p)
           
 
Method Summary
 int getPostLoc()
           
 
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

PostPostCommand

public PostPostCommand(int l,
                       int o,
                       int p)
Method Detail

getPostLoc

public int getPostLoc()