public class RegexOr extends RegexComposed implements IRegex
| Constructor and Description |
|---|
RegexOr(IRegex... partial) |
RegexOr(java.lang.String name,
IRegex... partials) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,RegexPartialMatch> |
createPartialMatch(java.util.Iterator<java.lang.String> it) |
protected java.lang.String |
getFullSlow() |
protected int |
getStartCount() |
boolean |
match(StringLocated full) |
count, getPartials, getPattern, isCompiled, matcher, partialsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcount, getPattern, matcherpublic RegexOr(IRegex... partial)
public RegexOr(java.lang.String name,
IRegex... partials)
protected java.lang.String getFullSlow()
getFullSlow in class RegexComposedprotected int getStartCount()
getStartCount in class RegexComposedpublic final java.util.Map<java.lang.String,RegexPartialMatch> createPartialMatch(java.util.Iterator<java.lang.String> it)
createPartialMatch in interface IRegexcreatePartialMatch in class RegexComposedpublic boolean match(StringLocated full)
match in interface IRegexmatch in class RegexComposed