Trait/Object

scala.tools.refactoring.implementations.extraction.ExtractorExtractions

ExtractorExtraction

Related Docs: object ExtractorExtraction | package ExtractorExtractions

Permalink

sealed trait ExtractorExtraction extends Extraction

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

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ExtractorExtraction
  2. Extraction
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def abstractionName: String

    Permalink

    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

    Permalink

    The code to extract

    The code to extract

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

    Permalink

    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]]

    Permalink

    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

    Permalink
    Definition Classes
    Extraction

Concrete 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. final def asInstanceOf[T0]: T0

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

    Permalink
  6. val boundNames: collection.immutable.List[String]

    Permalink
  7. def clone(): AnyRef

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

    Permalink

    A brief description of the extraction.

    A brief description of the extraction.

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

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

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

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

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

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

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

    Permalink
  16. val matchedTpe: nsc.Global.Type

    Permalink
  17. def mkExtractor(unapplyBody: nsc.Global.Tree): nsc.Global.ModuleDef

    Permalink
  18. def mkUnapplyCall(): Raw

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

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

    Permalink
  21. final def notify(): Unit

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  25. val unapplyParamName: String

    Permalink
  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 AnyRef

Inherited from Any

Ungrouped