Class ImportOrganizer.Import
java.lang.Object
com.google.errorprone.apply.ImportOrganizer.Import
- Enclosing interface:
ImportOrganizer
Represents an import.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Import
public Import()
-
-
Method Details
-
isStatic
public abstract boolean isStatic()True if the import is static, false otherwise. -
getType
Return the type to import. -
toString
-