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

/libcore/ojluni/src/main/java/java/util/regex/
H A DMatcher.java106 public final class Matcher implements MatchResult { class in inherits:MatchResult
108 * The Pattern object that created this Matcher.
124 Matcher.class.getClassLoader(), getNativeFinalizer(), nativeSize());
172 Matcher(Pattern parent, CharSequence text) { method in class:Matcher
200 * Changes the <tt>Pattern</tt> that this <tt>Matcher</tt> uses to
215 public Matcher usePattern(Pattern newPattern) {
530 * <code>appendReplacement</code> method of the {@link Matcher} class.
603 * Matcher m = p.matcher("one cat two cats in the yard");
631 public Matcher appendReplacement(StringBuffer sb, String replacement) {
822 public Matcher regio
[all...]

Completed in 54 milliseconds