FlexRule Runtime API
FlexRule Runtime API
FlexRule Namespaces
FlexRule.DSL Namespaces
FlexRule.DSL.Tokenizer
ITokenDetector Interface
ITokenDetector Methods
CanActivateWith Method
Match Method
Reset Method
ITokenDetector
CanActivateWith Method
Checks if can be activated by first character
Namespace:
FlexRule.DSL.Tokenizer
Assembly:
FlexRule.Core.Library (in FlexRule.Core.Library.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
Copy
bool
CanActivateWith
(
ISourceScanner
scanner
,
char
ch
,
int
ofset
)
Parameters
scanner
Type:
FlexRule.DSL.Tokenizer
ISourceScanner
ch
Type:
System
Char
ofset
Type:
System
Int32
Return Value
Type:
Boolean
See Also
Reference
ITokenDetector Interface
FlexRule.DSL.Tokenizer Namespace
(c) 2017 by FlexRule
Send comments on this topic to
support@flexrule.com