public class RegexOptional extends RegexComposed implements IRegex
| Constructor and Description |
|---|
RegexOptional(IRegex partial) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
getFullSlow() |
boolean |
match(StringLocated full) |
count, createPartialMatch, getPartials, getPattern, getStartCount, isCompiled, matcher, partialsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcount, createPartialMatch, getPattern, matcherpublic RegexOptional(IRegex partial)
protected java.lang.String getFullSlow()
getFullSlow in class RegexComposedpublic boolean match(StringLocated full)
match in interface IRegexmatch in class RegexComposed