slogo.parser.token
Class ToToken

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

public class ToToken
extends ReservedToken


Constructor Summary
ToToken()
           
 
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

ToToken

public ToToken()