Package org.sonar.java.checks.helpers
Class TreeHelper
java.lang.Object
org.sonar.java.checks.helpers.TreeHelper
-
Method Summary
Modifier and TypeMethodDescriptionstatic 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.
-