Class StronglyType
java.lang.Object
com.google.errorprone.bugpatterns.StronglyType
Helper for strongly typing fields. Fields that are declared as a weaker type but only used when
wrapped in a stronger type will be refactored to the stronger type.
- See Also:
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic StronglyType.Builder
forCheck
(BugChecker bugChecker) final Description
match
(com.sun.source.tree.CompilationUnitTree tree, VisitorState state)
-
Constructor Details
-
StronglyType
public StronglyType()
-
-
Method Details
-
forCheck
-
match
-