public final class RegexConcat extends RegexComposed implements IRegex
| Constructor and Description |
|---|
RegexConcat(IRegex... partials) |
| Modifier and Type | Method and Description |
|---|---|
static RegexConcat |
build(java.lang.String key,
IRegex... partials) |
protected java.lang.String |
getFullSlow() |
boolean |
match(StringLocated s) |
static void |
printCacheInfo() |
RegexConcat |
protectSize(int size) |
count, createPartialMatch, getPartials, getPattern, getStartCount, isCompiled, matcher, partialsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcount, createPartialMatch, getPattern, matcherpublic RegexConcat(IRegex... partials)
public static void printCacheInfo()
public static RegexConcat build(java.lang.String key, IRegex... partials)
public boolean match(StringLocated s)
match in interface IRegexmatch in class RegexComposedprotected java.lang.String getFullSlow()
getFullSlow in class RegexComposedpublic RegexConcat protectSize(int size)