Home | History | Annotate | Download | only in Antlr3.Runtime

Lines Matching refs:disjoint

6012   Disjoint, Same: Boolean;
6046 // throw exception unless disjoint or identical
6047 Disjoint := (PrevROp.LastIndex < ROp.Index) or (PrevROp.Index > ROp.LastIndex);
6049 if (not Disjoint) and (not Same) then