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

/openjdk7/jdk/src/share/classes/java/util/regex/
H A DPattern.java958 transient Node matchRoot; field in class:Pattern
1313 matchRoot = lastAccept;
1340 matchRoot = lastAccept;
1661 matchRoot = newSlice(temp, patternLength, hasSupplementary);
1662 matchRoot.next = lastAccept;
1665 matchRoot = expr(lastAccept);
1677 if (matchRoot instanceof Slice) {
1678 root = BnM.optimize(matchRoot);
1679 if (root == matchRoot) {
1680 root = hasSupplementary ? new StartS(matchRoot)
[all...]

Completed in 97 milliseconds