Uses of Interface
jfun.parsec.FromString3

Packages that use FromString3
jfun.parsec Provides classes and interfaces for parser combinator logic and basic parsers. 
 

Uses of FromString3 in jfun.parsec
 

Methods in jfun.parsec with parameters of type FromString3
static
<R> Parser<R>
Terms.quotedWordParser(FromString3<R> fc)
          gets a Parser object to parse TokenQuoted.
static
<R> Parser<R>
Terms.quotedWordParser(java.lang.String name, FromString3<R> fc)
          gets a Parser object to parse TokenQuoted.