| ITokenDetector Interface |
Namespace: FlexRule.DSL.Tokenizer
public interface ITokenDetector
The ITokenDetector type exposes the following members.
| Name | Description | |
|---|---|---|
| CanActivateWith |
Checks if can be activated by first character
| |
| Match |
Match the stream against the detector
| |
| Reset |
If any state is stored in the matcher, this method should reset it before new process
|