TTMSFNCMemoCustomLanguageRules Class
An ordered list of tokenizer rules belonging to a named tokenizer state; rules are tested in order and the first matching regex wins.
API unit family: TMSFNCMemoCustomLanguage
Inherits from: TTMSFNCOwnedCollection
Syntax
TTMSFNCMemoCustomLanguageRules = class(TTMSFNCOwnedCollection)
Properties
| Name | Description |
|---|---|
| Items | Returns the tokenizer rule at the given zero-based index. |
Methods
| Name | Description |
|---|---|
| Add | Appends a new empty tokenizer rule to the state. |
| Insert | Inserts a new empty tokenizer rule at the specified position. |