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 | Field and Description |
---|---|
(package private) SortedMap<Integer,RawParser.PosList> |
RawParser.PosList.subList |
Modifier and Type | Method and Description |
---|---|
protected SortedMap<Integer,List<antlr.Token>> |
RawParser.foldInto(SortedMap<Integer,RawParser.PosList> target,
SortedMap<Integer,List<antlr.Token>> data,
boolean isTopLevel)
Folds a sequence of input tokens in the main parameter line of a voice
into a sub-tree of
RawParser.PosList , controled by opening and closing parentheses. |