Click or drag to resize

DotTreeGeneratorGetNodeText Method

[Missing <summary> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.Tree.DotTreeGenerator.GetNodeText(Stimulsoft.Data.Expressions.Antlr.Runtime.Tree.ITreeAdaptor,System.Object)"]

Namespace:  Stimulsoft.Data.Expressions.Antlr.Runtime.Tree
Assembly:  Stimulsoft.Data (in Stimulsoft.Data.dll) Version: 2019.3.1.0
Syntax
protected virtual string GetNodeText(
	ITreeAdaptor adaptor,
	Object t
)

Parameters

adaptor
Type: Stimulsoft.Data.Expressions.Antlr.Runtime.TreeITreeAdaptor

[Missing <param name="adaptor"/> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.Tree.DotTreeGenerator.GetNodeText(Stimulsoft.Data.Expressions.Antlr.Runtime.Tree.ITreeAdaptor,System.Object)"]

t
Type: SystemObject

[Missing <param name="t"/> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.Tree.DotTreeGenerator.GetNodeText(Stimulsoft.Data.Expressions.Antlr.Runtime.Tree.ITreeAdaptor,System.Object)"]

Return Value

Type: String

[Missing <returns> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.Tree.DotTreeGenerator.GetNodeText(Stimulsoft.Data.Expressions.Antlr.Runtime.Tree.ITreeAdaptor,System.Object)"]

See Also