Class TreeHelper

java.lang.Object
org.sonar.java.checks.helpers.TreeHelper

public class TreeHelper extends Object
  • Method Details

    • findReachableMethodsInSameFile

      public static Set<MethodTree> findReachableMethodsInSameFile(Tree tree)
      Will find all methods that can be reached from this tree because they may be called (transitively) by the current method or callees.