156157158159160161162163164165166
break; } } private void analyzeRepeat(Repeat repeat, int minMatches) { Expression stop = null; if (repeat.getParent() instanceof Sequence) { Sequence s = (Sequence) repeat.getParent(); if (s.getCurrent() == repeat) { stop = s.getNext(); }