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
SyntaxObject Create(
IToken payload
)
Function Create (
payload As IToken
) As Object
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