Building Parsers with Java

sjm.examples.robot
Class PlaceCommand

java.lang.Object
  |
  +--sjm.examples.robot.RobotCommand
        |
        +--sjm.examples.robot.PlaceCommand

public class PlaceCommand
extends RobotCommand

Just for demonstration.


Fields inherited from class sjm.examples.robot.RobotCommand
location
 
Constructor Summary
PlaceCommand()
           
 
Method Summary
 java.lang.String toString()
          Return a textual description of this object.
 
Methods inherited from class sjm.examples.robot.RobotCommand
clone, execute, getLocation, setLocation
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PlaceCommand

public PlaceCommand()
Method Detail

toString

public java.lang.String toString()
Return a textual description of this object.
Overrides:
toString in class java.lang.Object
Returns:
a textual description of this object

by Steve Metsker