public class RegexOr extends RegexComposed implements IRegex
| Constructor and Description |
|---|
RegexOr(IRegex... partial) |
RegexOr(String name,
IRegex... partial) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,RegexPartialMatch> |
createPartialMatch(Iterator<String> it) |
protected Pattern2 |
getFull() |
protected int |
getStartCount() |
count, getPartials, getPattern, match, matcherclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcount, getPatternpublic RegexOr(IRegex... partial)
protected Pattern2 getFull()
getFull in class RegexComposedprotected int getStartCount()
getStartCount in class RegexComposedpublic final Map<String,RegexPartialMatch> createPartialMatch(Iterator<String> it)
createPartialMatch in interface IRegexcreatePartialMatch in class RegexComposedCopyright © 2017. All rights reserved.