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