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
-
getFullSlow
-
isCompiled
protected final boolean isCompiled() -
createPartialMatch
- Specified by:
createPartialMatch
in interfaceIRegex
-
count
public final int count() -
getStartCount
protected int getStartCount() -
matcher
-
match
-
getPattern
- Specified by:
getPattern
in interfaceIRegex
-
getPartials
-