Click or drag to resize

BaseRecognizerPushFollow Method

Push a rule's follow set using our own hardcoded stack

Namespace:  Stimulsoft.Data.Expressions.Antlr.Runtime
Assembly:  Stimulsoft.Data (in Stimulsoft.Data.dll) Version: 2019.3.1.0
Syntax
protected void PushFollow(
	BitSet fset
)

Parameters

fset
Type: Stimulsoft.Data.Expressions.Antlr.RuntimeBitSet

[Missing <param name="fset"/> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.BaseRecognizer.PushFollow(Stimulsoft.Data.Expressions.Antlr.Runtime.BitSet)"]

See Also