| Constructor and Description |
|---|
RegexLeaf(java.lang.String regex) |
RegexLeaf(java.lang.String name,
java.lang.String regex) |
| Modifier and Type | Method and Description |
|---|---|
int |
count() |
java.util.Map<java.lang.String,RegexPartialMatch> |
createPartialMatch(java.util.Iterator<java.lang.String> it) |
static RegexLeaf |
end() |
long |
getFoxSignature() |
java.lang.String |
getName() |
java.lang.String |
getPattern() |
boolean |
match(StringLocated full) |
RegexResult |
matcher(java.lang.String full) |
static RegexLeaf |
spaceOneOrMore() |
static RegexLeaf |
spaceZeroOrMore() |
static RegexLeaf |
start() |
java.lang.String |
toString() |
public RegexLeaf(java.lang.String regex)
public RegexLeaf(java.lang.String name,
java.lang.String regex)
public static RegexLeaf spaceZeroOrMore()
public static RegexLeaf spaceOneOrMore()
public static RegexLeaf start()
public static RegexLeaf end()
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getName()
public java.lang.String getPattern()
getPattern in interface IRegexpublic java.util.Map<java.lang.String,RegexPartialMatch> createPartialMatch(java.util.Iterator<java.lang.String> it)
createPartialMatch in interface IRegexpublic boolean match(StringLocated full)
public RegexResult matcher(java.lang.String full)
public long getFoxSignature()