net.sourceforge.plantuml.command.regex
Class RegexLeaf
java.lang.Object
net.sourceforge.plantuml.command.regex.RegexLeaf
- All Implemented Interfaces:
- IRegex
public class RegexLeaf
- extends Object
- implements IRegex
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RegexLeaf
public RegexLeaf(String regex)
RegexLeaf
public RegexLeaf(String name,
String regex)
getName
public String getName()
getPattern
public String getPattern()
- Specified by:
getPattern
in interface IRegex
count
public int count()
- Specified by:
count
in interface IRegex
createPartialMatch
public Map<String,RegexPartialMatch> createPartialMatch(Iterator<String> it)
- Specified by:
createPartialMatch
in interface IRegex
Copyright © 2013. All Rights Reserved.