public class Matcher extends Object
Matcher class.
| Constructor and Description |
|---|
Matcher(String condition)
Constructor for Matcher.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(String str)
matches.
|
protected void |
parse(StringTokenizerParser condition)
parse.
|
String |
toString() |
public Matcher(String condition) throws MException
Constructor for Matcher.
condition - a String object.MException - if any.public boolean matches(String str)
matches.
str - a String object.protected void parse(StringTokenizerParser condition) throws MException
parse.
condition - a StringTokenizerParser object.MException - if any.Copyright © 2016. All Rights Reserved.