public class TreeVisitor<C extends TreeContext> extends Object
| Constructor and Description |
|---|
TreeVisitor() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
after(C ctx,
Tree root) |
protected void |
before(C ctx,
Tree root) |
<T extends Tree> |
register(Class<T> cls,
BiConsumer<C,T> visitor) |
void |
scan(C ctx,
Tree root) |
Copyright © 2009–2018 SonarSource. All rights reserved.