Package net.sourceforge.plantuml.regex
Class RegexRepeatedZeroOrMore
- java.lang.Object
-
- net.sourceforge.plantuml.regex.RegexComposed
-
- net.sourceforge.plantuml.regex.RegexRepeatedZeroOrMore
-
- All Implemented Interfaces:
IRegex
public class RegexRepeatedZeroOrMore extends RegexComposed implements IRegex
-
-
Constructor Summary
Constructors Constructor Description RegexRepeatedZeroOrMore(IRegex partial)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.String
getFullSlow()
boolean
match(StringLocated full)
-
Methods inherited from class net.sourceforge.plantuml.regex.RegexComposed
count, createPartialMatch, getPartials, getPattern, getStartCount, 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, createPartialMatch, getPattern, matcher
-
-
-
-
Constructor Detail
-
RegexRepeatedZeroOrMore
public RegexRepeatedZeroOrMore(IRegex partial)
-
-
Method Detail
-
getFullSlow
protected java.lang.String getFullSlow()
- Specified by:
getFullSlow
in classRegexComposed
-
match
public boolean match(StringLocated full)
- Specified by:
match
in interfaceIRegex
- Overrides:
match
in classRegexComposed
-
-