Uses of Class
com.google.errorprone.bugpatterns.StaticImports.StaticImportInfo
Package
Description
Checks added to the java compiler which detect common bug patterns.
-
Uses of StaticImports.StaticImportInfo in com.google.errorprone.bugpatterns
Modifier and TypeMethodDescriptionstatic @Nullable StaticImports.StaticImportInfo
StaticImports.tryCreate
(com.sun.source.tree.ImportTree tree, VisitorState state) Returns aStaticImports.StaticImportInfo
if the given import is a static single-type import.static @Nullable StaticImports.StaticImportInfo
StaticImports.tryCreate
(com.sun.source.tree.MemberSelectTree access, VisitorState state)