Package org.sonar.java.checks.helpers
Class TreeHelper
java.lang.Object
org.sonar.java.checks.helpers.TreeHelper
-
Method Summary
Modifier and TypeMethodDescriptionstatic TreefindClosestParentOfKind(Tree tree, Set<Tree.Kind> nodeKinds) static Set<MethodTree> Will find all methods that can be reached from this tree because they may be called (transitively) by the current method or callees.
-
Method Details
-
findReachableMethodsInSameFile
Will find all methods that can be reached from this tree because they may be called (transitively) by the current method or callees. -
findClosestParentOfKind
-