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

/openjdk7/jdk/src/share/classes/sun/misc/
H A DRegexpTarget.java34 public interface RegexpTarget { interface
H A DRegexpPool.java34 * @see java.misc.RegexpTarget
53 matched. If ret is an instance of the RegexpTarget class, ret.found
70 * matched. If ret is an instance of the RegexpTarget class, ret.found
149 If the object is an instance of RegexpTarget, then
225 if (o != null && o instanceof RegexpTarget)
226 o = ((RegexpTarget) o).found(s.substring(bst, bend));

Completed in 30 milliseconds