Class RefactorSwitch

java.lang.Object
com.google.errorprone.bugpatterns.BugChecker
com.google.errorprone.bugpatterns.RefactorSwitch
All Implemented Interfaces:
BugChecker.SwitchExpressionTreeMatcher, BugChecker.SwitchTreeMatcher, Suppressible, Serializable

public final class RefactorSwitch extends BugChecker implements BugChecker.SwitchTreeMatcher, BugChecker.SwitchExpressionTreeMatcher
Checks for refactorings that can be applied to simplify arrow switches.
See Also: