Uses of Class
eu.bandm.tools.ulex.ULex.Opt

Packages that use ULex.Opt
eu.bandm.tools.ulex "u-lex" stands for "micro lexer" and supports small-scale text analysis by a fully typed combinator library. 
 

Uses of ULex.Opt in eu.bandm.tools.ulex
 

Methods in eu.bandm.tools.ulex that return ULex.Opt
static
<S> ULex.Opt<S>
ULex.opt(ULex<S> sub)
          Convenience wrapper around constructor call; esp.