Click or drag to resize

LegacyCommonTokenStreamGetTokens Method (Int32, Int32, BitSet)

Given a start and stop index, return a List of all tokens in the token type BitSet. Return null if no tokens were found. This method looks at both on and off channel tokens.

Namespace:  Stimulsoft.Data.Expressions.Antlr.Runtime
Assembly:  Stimulsoft.Data (in Stimulsoft.Data.dll) Version: 2019.3.1.0
Syntax
public virtual IList<IToken> GetTokens(
	int start,
	int stop,
	BitSet types
)

Parameters

start
Type: SystemInt32

[Missing <param name="start"/> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.LegacyCommonTokenStream.GetTokens(System.Int32,System.Int32,Stimulsoft.Data.Expressions.Antlr.Runtime.BitSet)"]

stop
Type: SystemInt32

[Missing <param name="stop"/> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.LegacyCommonTokenStream.GetTokens(System.Int32,System.Int32,Stimulsoft.Data.Expressions.Antlr.Runtime.BitSet)"]

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

[Missing <param name="types"/> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.LegacyCommonTokenStream.GetTokens(System.Int32,System.Int32,Stimulsoft.Data.Expressions.Antlr.Runtime.BitSet)"]

Return Value

Type: IListIToken

[Missing <returns> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.LegacyCommonTokenStream.GetTokens(System.Int32,System.Int32,Stimulsoft.Data.Expressions.Antlr.Runtime.BitSet)"]

See Also