Class ImportOrganizer.Import

java.lang.Object
com.google.errorprone.apply.ImportOrganizer.Import
Enclosing interface:
ImportOrganizer

public abstract static class ImportOrganizer.Import extends Object
Represents an import.
  • Constructor Details

    • Import

      public Import()
  • Method Details

    • isStatic

      public abstract boolean isStatic()
      True if the import is static, false otherwise.
    • getType

      public abstract String getType()
      Return the type to import.
    • toString

      public final String toString()
      Overrides:
      toString in class Object