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

/openjdk9/jdk/src/java.base/share/classes/java/util/regex/
H A DPrintPattern.java124 if (node instanceof Pattern.Prolog) {
127 Pattern.Loop loop = ((Pattern.Prolog)node).loop;
H A DPattern.java3108 Prolog prolog = new Prolog(loop);
4477 * optimization over the Prolog and Loop system which would handle this
4863 static final class Prolog extends Node { class in class:Pattern
4865 Prolog(Loop loop) { method in class:Pattern.Prolog
4878 * is called from the Prolog to save the index of where the group
4966 * is called from the Prolog to save the index of where the group

Completed in 102 milliseconds