/[classpath]/classpath/java/util/regex/Matcher.java
ViewVC logotype

Diff of /classpath/java/util/regex/Matcher.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.6.2.3 by gnu_andrew, Tue Aug 2 20:12:34 2005 UTC revision 1.6.2.4 by gnu_andrew, Tue Sep 20 18:46:30 2005 UTC
# Line 227  public final class Matcher Line 227  public final class Matcher
227     * If the match succeeds then more information can be obtained via the     * If the match succeeds then more information can be obtained via the
228     * start, end, and group methods.     * start, end, and group methods.
229     *     *
230     * @see #start     * @see #start()
231     * @see #end     * @see #end()
232     * @see #group     * @see #group()
233     */     */
234    public boolean matches ()    public boolean matches ()
235    {    {
# Line 267  public final class Matcher Line 267  public final class Matcher
267    }    }
268        
269    /**    /**
270     * @param group The index of a capturing group in this matcher's pattern     * @returns the index of a capturing group in this matcher's pattern
271     *     *
272     * @exception IllegalStateException If no match has yet been attempted,     * @exception IllegalStateException If no match has yet been attempted,
273     * or if the previous match operation failed     * or if the previous match operation failed

Legend:
Removed from v.1.6.2.3  
changed lines
  Added in v.1.6.2.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26