Package net.sourceforge.plantuml.regex
Class RegexComposed
java.lang.Object
net.sourceforge.plantuml.regex.RegexComposed
- All Implemented Interfaces:
IRegex
- Direct Known Subclasses:
RegexConcat,RegexOptional,RegexOr,RegexRepeatedOneOrMore,RegexRepeatedZeroOrMore
-
Constructor Details
-
RegexComposed
-
-
Method Details
-
partials
-
isCompiled
protected final boolean isCompiled() -
createPartialMatch
- Specified by:
createPartialMatchin interfaceIRegex
-
count
public final int count() -
getStartCount
protected int getStartCount() -
matcher
-
match
-
getPattern
-
getPartials
-