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() |
long |
getFoxSignatureNone() |
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.Object
public java.lang.String getName()
public java.lang.String getPattern()
getPattern
in interface IRegex
public java.util.Map<java.lang.String,RegexPartialMatch> createPartialMatch(java.util.Iterator<java.lang.String> it)
createPartialMatch
in interface IRegex
public boolean match(StringLocated full)
public RegexResult matcher(java.lang.String full)
public long getFoxSignatureNone()
public long getFoxSignature()
Copyright © 2020. All Rights Reserved.