Click or drag to resize

ITreeAdaptorCreate Method (IToken)

Create a tree node from Token object; for CommonTree type trees, then the token just becomes the payload. This is the most common create call.

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

Parameters

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

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

Return Value

Type: Object

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

Remarks
Override if you want another kind of node to be built.
See Also