Click or drag to resize

TreeWizardVisit Method (Object, Int32, TreeWizardIContextVisitor)

Visit every ttype node in t, invoking the visitor. This is a quicker version of the general visit(t, pattern) method. The labels arg of the visitor action method is never set (it's null) since using a token type rather than a pattern doesn't let us set a label.

Namespace:  Stimulsoft.Data.Expressions.Antlr.Runtime.Tree
Assembly:  Stimulsoft.Data (in Stimulsoft.Data.dll) Version: 2019.3.1.0
Syntax
public void Visit(
	Object t,
	int ttype,
	TreeWizardIContextVisitor visitor
)

Parameters

t
Type: SystemObject

[Missing <param name="t"/> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.Tree.TreeWizard.Visit(System.Object,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.Visit(System.Object,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.Visit(System.Object,System.Int32,Stimulsoft.Data.Expressions.Antlr.Runtime.Tree.TreeWizard.IContextVisitor)"]

See Also