Class SwitchUtils

java.lang.Object
com.google.errorprone.bugpatterns.SwitchUtils

public final class SwitchUtils extends Object
Utility methods for refactoring switches.
  • Method Details

    • getReferencedLocalVariablesInTree

      public static Set<com.sun.tools.javac.code.Symbol.VarSymbol> getReferencedLocalVariablesInTree(Tree tree)