| Constructor and Description |
|---|
RegexLeaf(String regex) |
RegexLeaf(String name,
String regex) |
| Modifier and Type | Method and Description |
|---|---|
int |
count() |
Map<String,RegexPartialMatch> |
createPartialMatch(Iterator<String> it) |
String |
getName() |
String |
getPattern() |
String |
toString() |
public RegexLeaf(String regex)
public String getName()
public String getPattern()
getPattern in interface IRegexpublic Map<String,RegexPartialMatch> createPartialMatch(Iterator<String> it)
createPartialMatch in interface IRegexCopyright © 2017. All rights reserved.