PatternEvaluator class abstract

Represents a class that evaluates a pattern

Implementers

Constructors

PatternEvaluator()

Properties

hashCode int
The hash code for this object.
no setterinherited
pattern String
Returns the string representation of the pattern
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

hasMatch(String input) bool
Evaluates if the the patter has a match with the input
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited