VisitTreeWizardContextVisitor Class
Namespace: Stimulsoft.Data.Expressions.Antlr.Runtime.Tree
Inheritance
Implements: IContextVisitor
Constructors
| Constructor | Description |
|---|---|
| constructor(TreeWizard outer, IContextVisitor visitor, Dictionary<string, any> labels, TreePattern tpattern) |
constructor(outer: TreeWizard, visitor: IContextVisitor, labels: Dictionary<string, any>, tpattern: TreePattern)
Parameters
- outer (TreeWizard)
- visitor (IContextVisitor)
- labels (Dictionary<string, any>)
- tpattern (TreePattern)
Methods
| Method | Returns | Description |
|---|---|---|
| implements | any[] | |
| visit | void |
Method Details
implements
implements(): any[]
Returns any[]
visit
visit(t: any, parent: any, childIndex: number, unusedlabels: Dictionary<string, any>): void
Parameters
- t (any)
- parent (any)
- childIndex (number)
- unusedlabels (Dictionary<string, any>)
Fields
| Field | Type | Description |
|---|---|---|
| _labels | Dictionary<string, any> | |
| _outer | TreeWizard | |
| _tpattern | TreePattern | |
| _visitor | IContextVisitor |