@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) |
SyntaxToken |
firstToken() |
boolean |
is(Tree.Kind... kinds) |
Tree.Kind |
kind() |
SyntaxToken |
lastToken() |
Tree |
parent() |
boolean is(Tree.Kind... kinds)
void accept(TreeVisitor visitor)
@Nullable SyntaxToken firstToken()
@Nullable SyntaxToken lastToken()
Tree.Kind kind()
Copyright © 2012–2016 SonarSource. All rights reserved.