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

/openjdk7/jdk/src/share/classes/java/util/regex/
H A DPattern.java2826 new NotBehind(head, info.maxLength,
5081 static class NotBehind extends Node { class in class:Pattern
5084 NotBehind(Node cond, int rmax, int rmin) { method in class:Pattern.NotBehind
5115 static final class NotBehindS extends NotBehind {

Completed in 44 milliseconds