Click or drag to resize

TreeWizardVisitCore Method

Do the recursive work for visit

Namespace:  Stimulsoft.Data.Expressions.Antlr.Runtime.Tree
Assembly:  Stimulsoft.Data (in Stimulsoft.Data.dll) Version: 2019.3.1.0
Syntax
protected virtual void VisitCore(
	Object t,
	Object parent,
	int childIndex,
	int ttype,
	TreeWizardIContextVisitor visitor
)

Parameters

t
Type: SystemObject

[Missing <param name="t"/> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.Tree.TreeWizard.VisitCore(System.Object,System.Object,System.Int32,System.Int32,Stimulsoft.Data.Expressions.Antlr.Runtime.Tree.TreeWizard.IContextVisitor)"]

parent
Type: SystemObject

[Missing <param name="parent"/> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.Tree.TreeWizard.VisitCore(System.Object,System.Object,System.Int32,System.Int32,Stimulsoft.Data.Expressions.Antlr.Runtime.Tree.TreeWizard.IContextVisitor)"]

childIndex
Type: SystemInt32

[Missing <param name="childIndex"/> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.Tree.TreeWizard.VisitCore(System.Object,System.Object,System.Int32,System.Int32,Stimulsoft.Data.Expressions.Antlr.Runtime.Tree.TreeWizard.IContextVisitor)"]

ttype
Type: SystemInt32

[Missing <param name="ttype"/> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.Tree.TreeWizard.VisitCore(System.Object,System.Object,System.Int32,System.Int32,Stimulsoft.Data.Expressions.Antlr.Runtime.Tree.TreeWizard.IContextVisitor)"]

visitor
Type: Stimulsoft.Data.Expressions.Antlr.Runtime.TreeTreeWizardIContextVisitor

[Missing <param name="visitor"/> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.Tree.TreeWizard.VisitCore(System.Object,System.Object,System.Int32,System.Int32,Stimulsoft.Data.Expressions.Antlr.Runtime.Tree.TreeWizard.IContextVisitor)"]

See Also