Click or drag to resize

ITokenStreamToString Method (IToken, IToken)

Because the user is not required to use a token with an index stored in it, we must provide a means for two token objects themselves to indicate the start/end location. Most often this will just delegate to the other toString(int,int). This is also parallel with the TreeNodeStream.toString(Object,Object).

Namespace:  Stimulsoft.Data.Expressions.Antlr.Runtime
Assembly:  Stimulsoft.Data (in Stimulsoft.Data.dll) Version: 2019.3.1.0
Syntax
string ToString(
	IToken start,
	IToken stop
)

Parameters

start
Type: Stimulsoft.Data.Expressions.Antlr.RuntimeIToken

[Missing <param name="start"/> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.ITokenStream.ToString(Stimulsoft.Data.Expressions.Antlr.Runtime.IToken,Stimulsoft.Data.Expressions.Antlr.Runtime.IToken)"]

stop
Type: Stimulsoft.Data.Expressions.Antlr.RuntimeIToken

[Missing <param name="stop"/> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.ITokenStream.ToString(Stimulsoft.Data.Expressions.Antlr.Runtime.IToken,Stimulsoft.Data.Expressions.Antlr.Runtime.IToken)"]

Return Value

Type: String

[Missing <returns> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.ITokenStream.ToString(Stimulsoft.Data.Expressions.Antlr.Runtime.IToken,Stimulsoft.Data.Expressions.Antlr.Runtime.IToken)"]

See Also