com.google.code.regexp
Class NamedMatcher

java.lang.Object
  extended by com.google.code.regexp.Matcher
      extended by com.google.code.regexp.NamedMatcher
All Implemented Interfaces:
MatchResult

Deprecated. see Matcher

@Deprecated
public final class NamedMatcher
extends Matcher

Provided as a transitional class to avoid renaming existing references


Method Summary
 
Methods inherited from class com.google.code.regexp.Matcher
appendReplacement, appendTail, end, end, end, equals, find, find, group, group, group, groupCount, hasAnchoringBounds, hashCode, hasTransparentBounds, hitEnd, lookingAt, matches, namedGroups, namedPattern, orderedGroups, region, regionEnd, regionStart, replaceAll, replaceFirst, requireEnd, reset, reset, standardPattern, start, start, start, toMatchResult, toString, useAnchoringBounds, usePattern, useTransparentBounds
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 



Copyright © 2012. All Rights Reserved.