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
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<java.lang.String,RegexPartialMatch>
createPartialMatch(java.util.Iterator<java.lang.String> it)
protected Pattern2
getFull()
protected int
getStartCount()
-
Methods inherited from class net.sourceforge.plantuml.command.regex.RegexComposed
count, getPartials, getPattern, match, matcher
-
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
-
-
-
-
Method Detail
-
getFull
protected Pattern2 getFull()
- Specified by:
getFull
in classRegexComposed
-
getStartCount
protected int getStartCount()
- Overrides:
getStartCount
in classRegexComposed
-
createPartialMatch
public final java.util.Map<java.lang.String,RegexPartialMatch> createPartialMatch(java.util.Iterator<java.lang.String> it)
- Specified by:
createPartialMatch
in interfaceIRegex
- Overrides:
createPartialMatch
in classRegexComposed
-
-