slogo.parser.token
Class RightToken

java.lang.Object
  extended by slogo.parser.token.ReservedToken
      extended by slogo.parser.token.RightToken
All Implemented Interfaces:
Token

public class RightToken
extends ReservedToken


Constructor Summary
RightToken()
           
 
Method Summary
 
Methods inherited from class slogo.parser.token.ReservedToken
equals, toString, value
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RightToken

public RightToken()