Class RegexOptional
- java.lang.Object
-
- net.sourceforge.plantuml.command.regex.RegexComposed
-
- net.sourceforge.plantuml.command.regex.RegexOptional
-
- All Implemented Interfaces:
IRegex
public class RegexOptional extends RegexComposed implements IRegex
-
-
Constructor Summary
Constructors Constructor Description RegexOptional(IRegex partial)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Pattern2
getFull()
-
Methods inherited from class net.sourceforge.plantuml.command.regex.RegexComposed
count, createPartialMatch, getPartials, getPattern, getStartCount, 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, createPartialMatch, getPattern
-
-
-
-
Constructor Detail
-
RegexOptional
public RegexOptional(IRegex partial)
-
-
Method Detail
-
getFull
protected Pattern2 getFull()
- Specified by:
getFull
in classRegexComposed
-
-