Lines Matching defs:Loop
1711 } else if (node instanceof Loop) {
1713 printObjectTree(((Loop)node).body);
1714 System.out.println("**** end contents Loop body");
2904 Loop loop;
2906 loop = new Loop(this.localCount, temp);
4249 * optimization over the Prolog and Loop system which would handle this
4634 Loop loop;
4635 Prolog(Loop loop) {
4652 static class Loop extends Node {
4657 Loop(int countIndex, int beginIndex) {
4724 static final class LazyLoop extends Loop {
5355 // Loop over all possible match positions in text
5357 // Loop over pattern from right to left
5409 // Loop over all possible match positions in text
5411 // Loop over pattern from right to left