public interface TreeVisitorAction
| Modifier and Type | Method | Description |
|---|---|---|
Object |
post(Object t) |
Execute an action after visiting children of t.
|
Object |
pre(Object t) |
Execute an action before visiting children of t.
|
Copyright © 1992–2018 ANTLR. All rights reserved.