TreeVisitorAction Class
Namespace: Stimulsoft.Data.Expressions.Antlr.Runtime.Tree
Inheritance
Implements: ITreeVisitorAction
Methods
| Method | Returns | Description |
|---|---|---|
| implements | any[] | |
| post | any | |
| pre | any |
Method Details
implements
implements(): any[]
Returns any[]
post
post(t: any): any
Parameters
- t (any)
Returns any
pre
pre(t: any): any
Parameters
- t (any)
Returns any