Class RegexOr
- java.lang.Object
-
- net.sourceforge.plantuml.command.regex.RegexComposed
-
- net.sourceforge.plantuml.command.regex.RegexOr
-
- All Implemented Interfaces:
IRegex
public class RegexOr extends RegexComposed implements IRegex
-
-
Field Summary
-
Fields inherited from class net.sourceforge.plantuml.command.regex.RegexComposed
nbCreateMatches
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,RegexPartialMatch>createPartialMatch(Iterator<String> it)protected StringgetFullSlow()protected intgetStartCount()booleanmatch(StringLocated full)-
Methods inherited from class net.sourceforge.plantuml.command.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.command.regex.IRegex
count, getPattern, matcher
-
-
-
-
Method Detail
-
getFullSlow
protected String getFullSlow()
- Specified by:
getFullSlowin classRegexComposed
-
getStartCount
protected int getStartCount()
- Overrides:
getStartCountin classRegexComposed
-
createPartialMatch
public final Map<String,RegexPartialMatch> createPartialMatch(Iterator<String> it)
- Specified by:
createPartialMatchin interfaceIRegex- Overrides:
createPartialMatchin classRegexComposed
-
match
public boolean match(StringLocated full)
- Specified by:
matchin interfaceIRegex- Overrides:
matchin classRegexComposed
-
-