Click or drag to resize

BaseRecognizerToStrings Method

A convenience method for use most often with template rewrites. Convert a list of IToken to a list of String.

Namespace:  Stimulsoft.Data.Expressions.Antlr.Runtime
Assembly:  Stimulsoft.Data (in Stimulsoft.Data.dll) Version: 2019.3.1.0
Syntax
public virtual List<string> ToStrings(
	ICollection<IToken> tokens
)

Parameters

tokens
Type: System.Collections.GenericICollectionIToken

[Missing <param name="tokens"/> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.BaseRecognizer.ToStrings(System.Collections.Generic.ICollection{Stimulsoft.Data.Expressions.Antlr.Runtime.IToken})"]

Return Value

Type: ListString

[Missing <returns> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.BaseRecognizer.ToStrings(System.Collections.Generic.ICollection{Stimulsoft.Data.Expressions.Antlr.Runtime.IToken})"]

See Also