net.sf.parcinj
Class NormalToken

java.lang.Object
  extended by net.sf.parcinj.NormalToken
All Implemented Interfaces:
TokenType

public class NormalToken
extends java.lang.Object
implements TokenType

Token type representing plain text which is neither a key word nor a delimiter but for example a variable name.


Field Summary
static NormalToken NORMAL_TOKEN
          The one and only one instance of this class.
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

NORMAL_TOKEN

public static final NormalToken NORMAL_TOKEN
The one and only one instance of this class.

Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object