slogo.parser.token
Class LeftBracketToken

java.lang.Object
  extended by slogo.parser.token.CharToken
      extended by slogo.parser.token.LeftBracketToken
All Implemented Interfaces:
Token

public class LeftBracketToken
extends CharToken


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

Constructor Detail

LeftBracketToken

protected LeftBracketToken()