|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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
|
ULex.alt(ULex<S> a,
ULex<S> b)
Convenience wrapper around constructor call; esp. |
|
static
|
ULex.alt(ULex<S> a,
ULex<S> b,
ULex<S> c)
Convenience wrapper around constructor call; esp. |
|
static
|
ULex.alt(ULex<S> a,
ULex<S> b,
ULex<S> c,
ULex<S> d)
Convenience wrapper around constructor call; esp. |
|
static
|
ULex.alt(ULex<S> a,
ULex<S> b,
ULex<S> c,
ULex<S> d,
ULex<S> e)
Convenience wrapper around constructor call; esp. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||