AbstractRegexMatcher

Members

Classes

RegexRule
class RegexRule
Undocumented in source.

Functions

add
void add(string rule, Router router)
Undocumented in source. Be warned that the author may not have intended to support it.
getMatchType
MatchType getMatchType()
Undocumented in source. Be warned that the author may not have intended to support it.
match
MatchResult match(string value)
Undocumented in source. Be warned that the author may not have intended to support it.
regexMap
Map!(RegexRule, Set!(Router)) regexMap()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_regexMap
Map!(RegexRule, Set!Router) _regexMap;
Undocumented in source.

Inherited Members

From Matcher

MatchType
enum MatchType
Undocumented in source.
MatchResult
class MatchResult
Undocumented in source.
add
void add(string rule, Router router)
Undocumented in source.
match
MatchResult match(string value)
Undocumented in source.
getMatchType
MatchType getMatchType()
Undocumented in source.

Meta