Package eu.bandm.tscore.base
Class RawParser.PosList
java.lang.Object
eu.bandm.tscore.base.RawParser.PosList
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.
column number:
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
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
subList
-
-
Constructor Details
-
PosList
protected PosList()
-