public interface TreeVisitorAction
Modifier and Type | Method and 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 © 2020. All rights reserved.