public final class RegexConcat extends RegexComposed implements IRegex
nbCreateMatches
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() |
count, createPartialMatch, getPartials, getPattern, getStartCount, isCompiled, matcher, partials
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
count, createPartialMatch, getPattern, matcher
public 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 IRegex
match
in class RegexComposed
protected java.lang.String getFullSlow()
getFullSlow
in class RegexComposed
Copyright © 2020. All Rights Reserved.