jfun.parsec.tokens
Class TokenReserved

java.lang.Object
  extended by jfun.parsec.tokens.NamedToken
      extended by jfun.parsec.tokens.TypedToken<TokenType>
          extended by jfun.parsec.tokens.TokenReserved
All Implemented Interfaces:
java.io.Serializable

Deprecated.

@Deprecated
public class TokenReserved
extends TypedToken<TokenType>
implements java.io.Serializable

token for any reserved word.

Author:
Ben Yu Nov 20, 2004
See Also:
Serialized Form

Method Summary
 java.lang.String getValue()
          Deprecated. Get the value of the reserved word.
 
Methods inherited from class jfun.parsec.tokens.TypedToken
equals, equals, getText, getType, hashCode
 
Methods inherited from class jfun.parsec.tokens.NamedToken
getName, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getValue

public final java.lang.String getValue()
Deprecated. 
Get the value of the reserved word.

Returns:
the value of the reserved word.