Implements 'hint'-style matching for pattern like '[column] [value]' or '[column]:[value]'.
Inheritance Hierarchy
NReco.NLQuery.Matchers.HintMatcher<T>
Namespace: NReco.NLQuery.Matchers
Assembly: NReco.NLQuery (in NReco.NLQuery.dll) Version: 1.0.0
Syntax
Type Parameters
- T
The HintMatcher<T> type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | HintMatcher<T> | Initializes a new instance of the HintMatcher<T> class |
Properties
Name | Description | |
---|---|---|
![]() | FirstPassOnly |
Methods
Name | Description | |
---|---|---|
![]() | A | |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetMatches | |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
See Also