Lines Matching full:boundaries
157 D.i-j.u D.x-y.v | boundaries overlap => combine to max(min)..max(right)
419 in a grammar and some of the token boundaries are not set properly.
427 For a.b.c, we get a '.' that does not have the token boundaries set.
428 ANTLR only sets token boundaries for subtrees returned from a rule.
429 SO, the overall '.' operator has the token boundaries set from 'a'
430 to 'c' tokens, but the lower '.' subtree does not get the boundaries
432 the returned tree sets the boundaries appropriately according to the
433 children's token boundaries.