Package net.sourceforge.plantuml.regex
Class RegexLeaf
- java.lang.Object
-
- net.sourceforge.plantuml.regex.RegexLeaf
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description intcount()java.util.Map<java.lang.String,RegexPartialMatch>createPartialMatch(java.util.Iterator<java.lang.String> it)static RegexLeafend()longgetFoxSignature()java.lang.StringgetName()java.lang.StringgetPattern()booleanmatch(StringLocated full)RegexResultmatcher(java.lang.String full)static RegexLeafspaceOneOrMore()static RegexLeafspaceZeroOrMore()static RegexLeafstart()java.lang.StringtoString()
-
-
-
Method Detail
-
spaceZeroOrMore
public static RegexLeaf spaceZeroOrMore()
-
spaceOneOrMore
public static RegexLeaf spaceOneOrMore()
-
start
public static RegexLeaf start()
-
end
public static RegexLeaf end()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
getName
public java.lang.String getName()
-
getPattern
public java.lang.String getPattern()
- Specified by:
getPatternin interfaceIRegex
-
createPartialMatch
public java.util.Map<java.lang.String,RegexPartialMatch> createPartialMatch(java.util.Iterator<java.lang.String> it)
- Specified by:
createPartialMatchin interfaceIRegex
-
match
public boolean match(StringLocated full)
-
matcher
public RegexResult matcher(java.lang.String full)
-
getFoxSignature
public long getFoxSignature()
-
-