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
Syntaxpublic IDictionary<int, int>[] ruleMemo
Public ruleMemo As IDictionary(Of Integer, Integer)()
Field Value
Type:
IDictionaryInt32,
Int32
RemarksThis is only used if rule memoization is on (which it is by default).
See Also