edu.rice.cs.util.sexp
Class Tokens.QuotedTextToken

java.lang.Object
  extended by edu.rice.cs.util.sexp.Tokens.SExpToken
      extended by edu.rice.cs.util.sexp.Tokens.QuotedTextToken
Enclosing interface:
Tokens

public static class Tokens.QuotedTextToken
extends Tokens.SExpToken

This token is handled as a unit by the lexer. Any text between the pair of quotes is given in this QuotedTextToken.


Field Summary
 
Fields inherited from class edu.rice.cs.util.sexp.Tokens.SExpToken
_rep
 
Constructor Summary
Tokens.QuotedTextToken(String txt)
           
 
Method Summary
 String getFullText()
           
 
Methods inherited from class edu.rice.cs.util.sexp.Tokens.SExpToken
equals, getText, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Tokens.QuotedTextToken

public Tokens.QuotedTextToken(String txt)
Method Detail

getFullText

public String getFullText()