Click or drag to resize

BaseRecognizerMemoize Method

Record whether or not this rule parsed the input at this position successfully. Use a standard java hashtable for now.

Namespace:  Stimulsoft.Data.Expressions.Antlr.Runtime
Assembly:  Stimulsoft.Data (in Stimulsoft.Data.dll) Version: 2019.3.1.0
Syntax
public virtual void Memoize(
	IIntStream input,
	int ruleIndex,
	int ruleStartIndex
)

Parameters

input
Type: Stimulsoft.Data.Expressions.Antlr.RuntimeIIntStream

[Missing <param name="input"/> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.BaseRecognizer.Memoize(Stimulsoft.Data.Expressions.Antlr.Runtime.IIntStream,System.Int32,System.Int32)"]

ruleIndex
Type: SystemInt32

[Missing <param name="ruleIndex"/> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.BaseRecognizer.Memoize(Stimulsoft.Data.Expressions.Antlr.Runtime.IIntStream,System.Int32,System.Int32)"]

ruleStartIndex
Type: SystemInt32

[Missing <param name="ruleStartIndex"/> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.BaseRecognizer.Memoize(Stimulsoft.Data.Expressions.Antlr.Runtime.IIntStream,System.Int32,System.Int32)"]

See Also