Click or drag to resize

LegacyCommonTokenStreamGetTokens Method (Int32, Int32, IListInt32)

[Missing <summary> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.LegacyCommonTokenStream.GetTokens(System.Int32,System.Int32,System.Collections.Generic.IList{System.Int32})"]

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,
	IList<int> types
)

Parameters

start
Type: SystemInt32

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

stop
Type: SystemInt32

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

types
Type: System.Collections.GenericIListInt32

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

Return Value

Type: IListIToken

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

See Also