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

/openjdk7/jdk/src/share/classes/java/util/regex/
H A DPattern.java1723 } else if (node instanceof GroupTail) {
2895 GroupTail temp = (GroupTail) tail;
2898 ((GroupTail)tail).localIndex,
2899 ((GroupTail)tail).groupIndex,
2933 root = new GroupTail(localIndex, groupIndex);
4285 // Notify GroupTail there is no need to setup group info
4591 * The GroupTail handles the setting of group beginning and ending
4595 * The GroupTail node is also used when a previous group is referenced,
4598 static final class GroupTail extend class in class:Pattern
4601 GroupTail(int localCount, int groupCount) { method in class:Pattern.GroupTail
[all...]

Completed in 46 milliseconds