Constructor and Description |
---|
RegexLeaf(String regex) |
RegexLeaf(String name,
String regex) |
Modifier and Type | Method and Description |
---|---|
int |
count() |
Map<String,RegexPartialMatch> |
createPartialMatch(Iterator<String> it) |
String |
getName() |
String |
getPattern() |
public RegexLeaf(String regex)
public String getName()
public String getPattern()
getPattern
in interface IRegex
public Map<String,RegexPartialMatch> createPartialMatch(Iterator<String> it)
createPartialMatch
in interface IRegex
Copyright © 2014. All Rights Reserved.