Uses of Class
eu.bandm.tscore.base.RawParser.PosList
Packages that use RawParser.PosList
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.PosList in eu.bandm.tscore.base
Fields in eu.bandm.tscore.base with type parameters of type RawParser.PosListModifier and TypeFieldDescription(package private) SortedMap
<Integer, @Opt RawParser.PosList> RawParser.PosList.subList
Method parameters in eu.bandm.tscore.base with type arguments of type RawParser.PosListModifier and TypeMethodDescriptionRawParser.foldInto
(SortedMap<Integer, RawParser.PosList> target, SortedMap<Integer, List<Token>> data, boolean isTopLevel) Folds a sequence of input tokens in the main parameter line of a voice into a sub-tree ofRawParser.PosList
, controled by opening and closing parentheses.