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