java.util.regex
Class Matcher
java.lang.Object
java.util.regex.Matcher
- public final class Matcher
- extends Object
Specifications inherited from class Object |
represents objectState <- org.jmlspecs.lang.JMLDataGroup.IT;
public represents _getClass <- \typeof(this); |
Constructor Summary |
(package private) |
Matcher()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Matcher
Matcher()
pattern
public Pattern pattern()
reset
public Matcher reset()
reset
public Matcher reset(CharSequence input)
start
public int start()
start
public int start(int group)
end
public int end()
end
public int end(int group)
group
public String group()
group
public String group(int group)
groupCount
public int groupCount()
matches
public boolean matches()
find
public boolean find()
find
public boolean find(int start)
lookingAt
public boolean lookingAt()
appendReplacement
public Matcher appendReplacement(StringBuffer sb,
String replacement)
appendTail
public StringBuffer appendTail(StringBuffer sb)
replaceAll
public String replaceAll(String replacement)
- Specifications: pure
replaceFirst
public String replaceFirst(String replacement)
- Specifications: pure
JML is Copyright (C) 1998-2002 by Iowa State University and is distributed under the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This release depends on code from the MultiJava project and is based in part on the Kopi project Copyright (C) 1990-99 DMS Decision Management Systems Ges.m.b.H.