Uses of Class
eu.bandm.tscore.base.RawParser.TokenMap
Packages that use RawParser.TokenMap
Package
Description
Generic and low level data types and transformation algorithms,
to be used by very different applications of the
tscore
framework.-
Uses of RawParser.TokenMap in eu.bandm.tscore.base
Methods in eu.bandm.tscore.base that return RawParser.TokenMapModifier and TypeMethodDescriptionRawParser.collectFragments
(int firstFragmentColumn, boolean breakAtParentheses) Parser function (=test, consume and return) for unparsed, raw token sequence in time lines and parameter lines.Methods in eu.bandm.tscore.base with parameters of type RawParser.TokenMapModifier and TypeMethodDescriptionprotected void
RawParser.makeLowerTps
(SortedMap<Integer, Tp> col2tp, String sign, Map<Integer, String> sources, RawParser<D>.TokenMap unpacked) Step through T-line source fragments and create TpSubs which divide the interval between already recognized, higher timepoint levels.