Class RegexOr
java.lang.Object
net.sourceforge.plantuml.command.regex.RegexComposed
net.sourceforge.plantuml.command.regex.RegexOr
- All Implemented Interfaces:
IRegex
-
Field Summary
Fields inherited from class net.sourceforge.plantuml.command.regex.RegexComposed
nbCreateMatches -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal Map<String,RegexPartialMatch> protected Stringprotected intbooleanmatch(StringLocated full) Methods inherited from class net.sourceforge.plantuml.command.regex.RegexComposed
count, getPartials, getPattern, isCompiled, matcher, partialsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.sourceforge.plantuml.command.regex.IRegex
count, getPattern, matcher
-
Constructor Details
-
RegexOr
-
RegexOr
-
-
Method Details
-
getFullSlow
- Specified by:
getFullSlowin classRegexComposed
-
getStartCount
protected int getStartCount()- Overrides:
getStartCountin classRegexComposed
-
createPartialMatch
- Specified by:
createPartialMatchin interfaceIRegex- Overrides:
createPartialMatchin classRegexComposed
-
match
- Specified by:
matchin interfaceIRegex- Overrides:
matchin classRegexComposed
-