Click or drag to resize

ITreeAdaptorCreate Method (IToken, String)

Same as create(fromToken) except set the text too. This is invoked when the text terminal option is set, as in IMAG<text='IMAG'>.

Namespace:  Stimulsoft.Data.Expressions.Antlr.Runtime.Tree
Assembly:  Stimulsoft.Data (in Stimulsoft.Data.dll) Version: 2019.3.1.0
Syntax
Object Create(
	IToken fromToken,
	string text
)

Parameters

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

[Missing <param name="fromToken"/> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.Tree.ITreeAdaptor.Create(Stimulsoft.Data.Expressions.Antlr.Runtime.IToken,System.String)"]

text
Type: SystemString

[Missing <param name="text"/> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.Tree.ITreeAdaptor.Create(Stimulsoft.Data.Expressions.Antlr.Runtime.IToken,System.String)"]

Return Value

Type: Object

[Missing <returns> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.Tree.ITreeAdaptor.Create(Stimulsoft.Data.Expressions.Antlr.Runtime.IToken,System.String)"]

Remarks
This should invoke createToken(Token).
See Also