Matcher class abstract

Implementers
Annotations

Constructors

Matcher()
const
Matcher.any()
const
factory
Matcher.host(Pattern host, {bool isOptional = false})
factory
Matcher.path(String path)
factory
Matcher.scheme(Pattern scheme, {bool isOptional = false})
factory
Matcher.webHost(Pattern host, {bool isOptional = false})
factory
Matcher.webScheme({bool isOptional = false})
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

evaluate(PartialUri uri) MatcherEvaluation
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator &(Matcher second) SequenceMatcher
operator ==(Object other) bool
The equality operator.
inherited
operator |(Matcher second) ChoiceMatcher