Package org.sonar.php.tree
Class TreeUtils
java.lang.Object
org.sonar.php.tree.TreeUtils
-
Method Summary
Modifier and TypeMethodDescriptiondescendants(Tree root) descendants(Tree root, Class<T> clazz) static TreefindAncestorWithKind(Tree tree, Collection<Tree.Kind> kinds) static TreefindAncestorWithKind(Tree tree, Tree.Kind... kinds) firstDescendant(Tree root, Class<T> clazz) firstDescendant(Tree root, Predicate<Tree> predicate) static booleanhasAnnotation(Tree declaration, String annotation) static booleanisDescendant(Tree tree, Tree potentialParent)
-
Method Details
-
isDescendant
-
findAncestorWithKind
-
findAncestorWithKind
-
descendants
-
descendants
-
firstDescendant
-
firstDescendant
-
hasAnnotation
-