Package net.sourceforge.plantuml.regex
Class RegexConcat
java.lang.Object
net.sourceforge.plantuml.regex.RegexComposed
net.sourceforge.plantuml.regex.RegexConcat
- All Implemented Interfaces:
IRegex
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RegexConcat
protected String
boolean
static void
protectSize
(int size) Methods inherited from class net.sourceforge.plantuml.regex.RegexComposed
count, createPartialMatch, getPartials, getPattern, getStartCount, isCompiled, matcher, partials
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.sourceforge.plantuml.regex.IRegex
count, createPartialMatch, getPattern, matcher
-
Constructor Details
-
RegexConcat
-
-
Method Details
-
printCacheInfo
public static void printCacheInfo() -
build
-
match
- Specified by:
match
in interfaceIRegex
- Overrides:
match
in classRegexComposed
-
getFullSlow
- Specified by:
getFullSlow
in classRegexComposed
-
protectSize
-