Uses of Class
eu.bandm.tscore.base.Translet.ProductParser
Packages that use 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
Subclasses of Translet.ProductParser in eu.bandm.tscore.baseModifier 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.Methods in eu.bandm.tscore.base that return Translet.ProductParserModifier 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.