Click or drag to resize

RecognizerSharedStateruleMemo Field

An array[size num rules] of dictionaries that tracks the stop token index for each rule. ruleMemo[ruleIndex] is the memoization table for ruleIndex. For key ruleStartIndex, you get back the stop token for associated rule or MEMO_RULE_FAILED.

Namespace:  Stimulsoft.Data.Expressions.Antlr.Runtime
Assembly:  Stimulsoft.Data (in Stimulsoft.Data.dll) Version: 2019.3.1.0
Syntax
public IDictionary<int, int>[] ruleMemo

Field Value

Type: IDictionaryInt32, Int32
Remarks
This is only used if rule memoization is on (which it is by default).
See Also