Click or drag to resize

TreeWizardVisit Method (Object, String, TreeWizardIContextVisitor)

For all subtrees that match the pattern, execute the visit action. The implementation uses the root node of the pattern in combination with visit(t, ttype, visitor) so nil-rooted patterns are not allowed. Patterns with wildcard roots are also not allowed.

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,
	string pattern,
	TreeWizardIContextVisitor visitor
)

Parameters

t
Type: SystemObject

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

pattern
Type: SystemString

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

See Also