Package | Description |
---|---|
eu.bandm.tscore.base |
Generic and low level data types and transformation algorithms,
to be used by very different applications of the
tscore
framework. |
Modifier and Type | Method and Description |
---|---|
static <D> Translet.OptionParser<D> |
Translet.OPT(boolean greedy,
D deflt,
Translet.Parser<D> sub)
Factory method for an option with the given default value and greediness.
|
static <D> Translet.OptionParser<D> |
Translet.OPT(Translet.Parser<D> sub)
Factory method for a non-greey option without default.
|