Class StatementSwitchToExpressionSwitch

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

public final class StatementSwitchToExpressionSwitch extends BugChecker implements BugChecker.SwitchTreeMatcher
Checks for statement switches that can be expressed as an equivalent expression switch.
See Also: