Home
last modified time | relevance | path

Searched refs:startsBeforeDisjoint (Results 1 – 2 of 2) sorted by relevance

/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/
DInterval.java73 public boolean startsBeforeDisjoint(Interval other) { in startsBeforeDisjoint() method in Interval
97 return startsBeforeDisjoint(other) || startsAfterDisjoint(other); in disjoint()
DIntervalSet.java129 if ( addition.startsBeforeDisjoint(r) ) { in add()
420 if ( mine.startsBeforeDisjoint(theirs) ) { in and()
424 else if ( theirs.startsBeforeDisjoint(mine) ) { in and()