java.util.regex
Class Pattern
java.lang.Object
java.util.regex.Pattern
- All Implemented Interfaces:
- Serializable
- public final class Pattern
- extends Object
- implements Serializable
Specifications inherited from class Object |
represents objectState <- org.jmlspecs.lang.JMLDataGroup.IT;
public represents _getClass <- \typeof(this); |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UNIX_LINES
public static final int UNIX_LINES
CASE_INSENSITIVE
public static final int CASE_INSENSITIVE
COMMENTS
public static final int COMMENTS
MULTILINE
public static final int MULTILINE
DOTALL
public static final int DOTALL
UNICODE_CASE
public static final int UNICODE_CASE
CANON_EQ
public static final int CANON_EQ
Pattern
public Pattern()
compile
public static Pattern compile(String regex)
- Specifications: pure
compile
public static Pattern compile(String regex,
int flags)
- Specifications: pure
pattern
public String pattern()
- Specifications: pure
matcher
public Matcher matcher(CharSequence input)
- Specifications: pure
flags
public int flags()
- Specifications: pure
matches
public static boolean matches(String regex,
CharSequence input)
- Specifications: pure
split
public String[] split(CharSequence input,
int limit)
- Specifications: pure
split
public String[] split(CharSequence input)
- 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.