Uses of Interface
jfun.parsec.FromMyText

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

Uses of FromMyText in jfun.parsec
 

Methods in jfun.parsec with parameters of type FromMyText
static
<R> Parser<R>
Terms.myParser(FromMyText<R> fm)
          Deprecated. 
static
<R> Parser<R>
Terms.myParser(java.lang.String name, FromMyText<R> fm)
          Deprecated.