Package net.sourceforge.plantuml.regex
Class RegexOr
java.lang.Object
net.sourceforge.plantuml.regex.RegexComposed
net.sourceforge.plantuml.regex.RegexOr
- All Implemented Interfaces:
IRegex
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal Map<String,
RegexPartialMatch> protected String
protected int
boolean
match
(StringLocated full) Methods inherited from class net.sourceforge.plantuml.regex.RegexComposed
count, getPartials, getPattern, 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, getPattern, matcher
-
Constructor Details
-
RegexOr
-
RegexOr
-
-
Method Details
-
getFullSlow
- Specified by:
getFullSlow
in classRegexComposed
-
getStartCount
protected int getStartCount()- Overrides:
getStartCount
in classRegexComposed
-
createPartialMatch
- Specified by:
createPartialMatch
in interfaceIRegex
- Overrides:
createPartialMatch
in classRegexComposed
-
match
- Specified by:
match
in interfaceIRegex
- Overrides:
match
in classRegexComposed
-