Searched defs:Prolog (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/util/regex/
H A DPattern.java1707 if (node instanceof Prolog) {
1709 printObjectTree(((Prolog)node).loop);
2909 Prolog prolog = new Prolog(loop);
4249 * optimization over the Prolog and Loop system which would handle this
4633 static final class Prolog extends Node { class in class:Pattern
4635 Prolog(Loop loop) { method in class:Pattern.Prolog
4648 * is called from the Prolog to save the index of where the group
4720 * is called from the Prolog to save the index of where the group

Completed in 420 milliseconds