@Beta
public interface Tree
WARNING: This interface and its sub-interfaces are subject to change as the Java™ language evolves.
| Modifier and Type | Interface and Description |
|---|---|
static class |
Tree.Kind |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(TreeVisitor visitor) |
boolean |
is(Tree.Kind... kind) |
boolean is(Tree.Kind... kind)
void accept(TreeVisitor visitor)
Copyright © 2012–2015 SonarSource. All rights reserved.