@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)
void accept(TreeVisitor visitor)
Tree.Kind kind()
Copyright © 2012–2016 SonarSource. All rights reserved.