Class

scala.tools.refactoring.implementations.OrganizeImports

CollapseSelectorsToWildcard

Related Doc: package OrganizeImports

Permalink

case class CollapseSelectorsToWildcard(maxIndividualImports: Int = 2, exclude: Set[String] = Set()) extends Participant with Product with Serializable

Linear Supertypes
Serializable, java.io.Serializable, Product, Equals, Participant, (List[nsc.interactive.Global.Import]) ⇒ List[nsc.interactive.Global.Import], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CollapseSelectorsToWildcard
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Participant
  7. Function1
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CollapseSelectorsToWildcard(maxIndividualImports: Int = 2, exclude: Set[String] = Set())

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def andThen[A](g: (List[nsc.interactive.Global.Import]) ⇒ A): (List[nsc.interactive.Global.Import]) ⇒ A

    Permalink
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  5. final def apply(trees: List[nsc.interactive.Global.Import]): List[nsc.interactive.Global.Import]

    Permalink
    Definition Classes
    Participant → Function1
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def canSafelyCollapse(imp: nsc.interactive.Global.Import, wildcardImportedNames: Set[nsc.interactive.Global.Name]): Boolean

    Permalink
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def compose[A](g: (A) ⇒ List[nsc.interactive.Global.Import]): (A) ⇒ List[nsc.interactive.Global.Import]

    Permalink
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  10. def doApply(trees: List[nsc.interactive.Global.Import]): List[nsc.interactive.Global.Import]

    Permalink
    Attributes
    protected
    Definition Classes
    CollapseSelectorsToWildcardParticipant
  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. val exclude: Set[String]

    Permalink
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  15. def getWildcardImportedNames(trees: List[nsc.interactive.Global.Import]): collection.immutable.List[reflect.internal.Symbols.Symbol.NameType]

    Permalink
  16. final def importAsString(t: nsc.interactive.Global.Tree): String

    Permalink
    Attributes
    protected
    Definition Classes
    Participant
  17. final def isImportFromScalaPackage(expr: nsc.interactive.Global.Tree): Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    Participant
  18. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  19. val maxIndividualImports: Int

    Permalink
  20. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  21. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. final def stripPositions(t: nsc.interactive.Global.Tree): nsc.interactive.Global.Tree

    Permalink
    Attributes
    protected
    Definition Classes
    Participant
  24. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  25. def toString(): String

    Permalink
    Definition Classes
    Participant → Function1 → AnyRef → Any
  26. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from java.io.Serializable

Inherited from Product

Inherited from Equals

Inherited from Participant

Inherited from (List[nsc.interactive.Global.Import]) ⇒ List[nsc.interactive.Global.Import]

Inherited from AnyRef

Inherited from Any

Ungrouped