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 Pattern |
getFull() |
protected int |
getStartCount() |
count, getPartials, getPattern, match, matcher
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
count, getPattern
public RegexOr(IRegex... partial)
protected Pattern getFull()
getFull
in class RegexComposed
protected int getStartCount()
getStartCount
in class RegexComposed
public final Map<String,RegexPartialMatch> createPartialMatch(Iterator<String> it)
createPartialMatch
in interface IRegex
createPartialMatch
in class RegexComposed
Copyright © 2014. All Rights Reserved.