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
Syntaxprotected void PushFollow(
BitSet fset
)
Protected Sub PushFollow (
fset As BitSet
)
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