Searched refs:COMPLETE_SET (Results 1 – 2 of 2) sorted by relevance
188 look = new LookaheadSet(IntervalSet.COMPLETE_SET); in LOOK()207 return new LookaheadSet(IntervalSet.COMPLETE_SET); in _FIRST()
53 public static final IntervalSet COMPLETE_SET = IntervalSet.of(0,Label.MAX_CHAR_VALUE); field in IntervalSet274 return this.and(((IntervalSet)other).complement(COMPLETE_SET)); in subtract()