Uses of Interface
jfun.parsec.FromLong

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

Uses of FromLong in jfun.parsec
 

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