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

Packages that use ULex.Alt
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.Alt in eu.bandm.tools.ulex
 

Methods in eu.bandm.tools.ulex that return ULex.Alt
static
<S> ULex.Alt<S>
ULex.alt(ULex<S> a, ULex<S> b)
          Convenience wrapper around constructor call; esp.
static
<S> ULex.Alt<S>
ULex.alt(ULex<S> a, ULex<S> b, ULex<S> c)
          Convenience wrapper around constructor call; esp.
static
<S> ULex.Alt<S>
ULex.alt(ULex<S> a, ULex<S> b, ULex<S> c, ULex<S> d)
          Convenience wrapper around constructor call; esp.
static
<S> ULex.Alt<S>
ULex.alt(ULex<S> a, ULex<S> b, ULex<S> c, ULex<S> d, ULex<S> e)
          Convenience wrapper around constructor call; esp.