public abstract class RegexComposed extends Object implements IRegex
| Constructor and Description |
|---|
RegexComposed(IRegex... partial) |
| Modifier and Type | Method and Description |
|---|---|
int |
count() |
Map<String,RegexPartialMatch> |
createPartialMatch(Iterator<String> it) |
protected abstract Pattern |
getFull() |
protected List<IRegex> |
getPartials() |
String |
getPattern() |
protected int |
getStartCount() |
boolean |
match(String s) |
RegexResult |
matcher(String s) |
public RegexComposed(IRegex... partial)
protected abstract Pattern getFull()
public Map<String,RegexPartialMatch> createPartialMatch(Iterator<String> it)
createPartialMatch in interface IRegexprotected int getStartCount()
public RegexResult matcher(String s)
public final boolean match(String s)
public final String getPattern()
getPattern in interface IRegexCopyright © 2015. All Rights Reserved.