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 | Class and Description |
---|---|
static class |
Translet.PermutationParser<R,A,B,C,D,E,F,G,H>
Variant of
Translet.ProductParser which accepts all permutations of sub-parsers. |
static class |
Translet.SequParser<R,A,B,C,D,E,F,G,H>
Variant of
Translet.ProductParser which accepts a certain sequence of sub-parsers. |
Modifier and Type | Method and Description |
---|---|
Translet.ProductParser<R,A,B,C,D,E,F,G,H> |
Translet.ProductParser.withSeparator(String sep)
Set the separator which must appear between two non-epsilon-consuming
applications of the sub-parsers.
|
Translet.ProductParser<R,A,B,C,D,E,F,G,H> |
Translet.ProductParser.withSeparator(Translet.Parser<?> sep)
Set the separator which must appear between two non-epsilon-consuming
applications of the sub-parsers.
|