Class ConditionalExpressionNumericPromotion

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

public class ConditionalExpressionNumericPromotion extends BugChecker implements BugChecker.ConditionalExpressionTreeMatcher
Author:
awturner@google.com (Andy Turner)
See Also: