| PatternValidatorValidate Method |
Executes the condition against tokens
Namespace: FlexRule.DSL.Tokenizer.PatternMatchingAssembly: FlexRule.Core.Library (in FlexRule.Core.Library.dll) Version: 0.0.0.0 (0.0.0.0)
Syntaxpublic bool Validate(
int startIndex = 0
)
Parameters
- startIndex (Optional)
- Type: SystemInt32
Starting point in the token list that validation starts from
Return Value
Type:
Booleantrue if all conditions are passed
See Also