Class FloatingPointLiteralPrecision

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

public class FloatingPointLiteralPrecision extends BugChecker implements BugChecker.LiteralTreeMatcher
A BugChecker; see the associated BugPattern annotation for details.
See Also: