elan.parser.token
Class RightBracketToken

java.lang.Object
  |
  +--elan.parser.token.CharToken
        |
        +--elan.parser.token.RightBracketToken
All Implemented Interfaces:
Token

public class RightBracketToken
extends CharToken


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

Constructor Detail

RightBracketToken

protected RightBracketToken()