Package eu.bandm.tscore.base
Class RawParser.PosList
java.lang.Object
eu.bandm.tscore.base.RawParser.PosList
- Enclosing class:
- RawParser
Maps one level of input column numbers either to null, for non-parenthesis entry,
or to another instance of this class, for parenthesized sub-expressions,
with the opening paranthesis in this column.
Therein, the last entry's value is always null and the key
memorizes the column of the closing parenthesis.
1 2 0 5 0 5 0 5 VOX x ( a (b c) ) d [ 6->[8->null 11->[ 12->null 17->null 18->null] 22->null] 27->null
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
subList
SortedMap<Integer,@Opt RawParser.PosList> subList
-
-
Constructor Details
-
PosList
protected PosList()
-