Click or drag to resize
ITokenDetector Interface
Every token detector must implement this interface

Namespace: FlexRule.DSL.Tokenizer
Assembly: FlexRule.Core.Library (in FlexRule.Core.Library.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public interface ITokenDetector

The ITokenDetector type exposes the following members.

Properties
  NameDescription
Public propertyAlias
Name of detector
Top
Methods
  NameDescription
Public methodCanActivateWith
Checks if can be activated by first character
Public methodMatch
Match the stream against the detector
Public methodReset
If any state is stored in the matcher, this method should reset it before new process
Top
See Also