scala.tools.refactoring.implementations.extraction.ExtractorExtractions

ExtractorExtraction

sealed trait ExtractorExtraction extends Extraction

Base trait of extractor extractions. Allows to create different extractors based on the selected pattern.

Linear Supertypes
ExtractorExtractions.Extraction, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ExtractorExtraction
  2. Extraction
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def abstractionName: String

    Name of the new abstraction introduced by this extraction.

    Name of the new abstraction introduced by this extraction.

    Definition Classes
    Extraction
  2. abstract def extractionSource: ExtractorExtractions.Selection

    The code to extract

    The code to extract

    Definition Classes
    Extraction
  3. abstract def extractionTarget: ExtractorExtractions.ExtractionTarget

    Where the new abstraction will be inserted.

    Where the new abstraction will be inserted.

    Definition Classes
    Extraction
  4. abstract def perform(): List[ExtractorExtractions.Transformation[nsc.Global.Tree, nsc.Global.Tree]]

    Returns one or more transformations required to perform the extraction.

    Returns one or more transformations required to perform the extraction.

    Definition Classes
    Extraction
  5. abstract def withAbstractionName(name: String): ExtractorExtraction.this.type

    Definition Classes
    Extraction

Concrete Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. val bindings: List[nsc.Global.Bind]

  8. val boundNames: collection.immutable.List[String]

  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. val displayName: String

    A brief description of the extraction.

    A brief description of the extraction.

    Definition Classes
    ExtractorExtractionExtraction
  11. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  15. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  16. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  17. val matchedResult: nsc.Global.Tree with Serializable

  18. val matchedTpe: nsc.Global.Type

  19. def mkExtractor(unapplyBody: nsc.Global.Tree): nsc.Global.ModuleDef

  20. def mkUnapplyCall(): Raw

  21. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  22. val notMatchedResult: nsc.Global.Tree with Serializable

  23. final def notify(): Unit

    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  25. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  26. def toString(): String

    Definition Classes
    AnyRef → Any
  27. val unapplyParamName: String

  28. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ExtractorExtractions.Extraction

Inherited from AnyRef

Inherited from Any

Ungrouped