Uses of Class
jfun.parsec.tokens.TokenQuoted

Packages that use TokenQuoted
jfun.parsec.tokens Provides some predefined tokens and Tokenizer implementations. 
 

Uses of TokenQuoted in jfun.parsec.tokens
 

Methods in jfun.parsec.tokens that return TokenQuoted
static TokenQuoted Tokens.quoted_string(java.lang.String open, java.lang.String close, java.lang.String s)
          Create a quoted string token.