Uses of Class
eu.bandm.tscore.base.Translet.ProductParser
Package
Description
Generic and low level data types and transformation algorithms,
to be used by very different applications of the
tscore
framework.-
Uses of Translet.ProductParser in eu.bandm.tscore.base
Modifier and TypeClassDescriptionstatic class
Translet.PermutationParser<R,
A, B, C, D, E, F, G, H> Variant ofTranslet.ProductParser
which accepts all permutations of sub-parsers.static class
Translet.SequParser<R,
A, B, C, D, E, F, G, H> Variant ofTranslet.ProductParser
which accepts a certain sequence of sub-parsers.Modifier and TypeMethodDescriptionTranslet.ProductParser.withSeparator
(Translet.Parser<?> sep) Set the separator which must appear between two non-epsilon-consuming applications of the sub-parsers.Translet.ProductParser.withSeparator
(String sep) Set the separator which must appear between two non-epsilon-consuming applications of the sub-parsers.