Click or drag to resize
ITokenDetectorContext Interface
Context of finding a token

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 ITokenDetectorContext

The ITokenDetectorContext type exposes the following members.

Properties
  NameDescription
Public propertyTokens
Top
Methods
  NameDescription
Public methodCreateMatch
Creates a match if finds a detector
Public methodFindActivator
Finds activator a character
Top
See Also