net.sf.parcinj
Class QuotedText

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

public class QuotedText
extends java.lang.Object
implements TokenType

Token type representing quoted text.


Field Summary
static QuotedText QUOTED_TEXT
          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

QUOTED_TEXT

public static final QuotedText QUOTED_TEXT
The one and only one instance of this class.

Method Detail

toString

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