Class

scoverage.ScoverageInstrumentationComponent

Transformer

Related Doc: package ScoverageInstrumentationComponent

Permalink

class Transformer extends TypingTransformer

Linear Supertypes
ScoverageInstrumentationComponent.TypingTransformer, scala.tools.nsc.Global.Transformer, scala.tools.nsc.Global.Transformer, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Transformer
  2. TypingTransformer
  3. Transformer
  4. Transformer
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Transformer(unit: scala.tools.nsc.Global.CompilationUnit)

    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 allConstArgs(args: List[scala.tools.nsc.Global.Tree]): Boolean

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def atOwner[A](tree: scala.tools.nsc.Global.Tree, owner: scala.tools.nsc.Global.Symbol)(trans: ⇒ A): A

    Permalink
    Definition Classes
    TypingTransformer
  7. final def atOwner[A](owner: scala.tools.nsc.Global.Symbol)(trans: ⇒ A): A

    Permalink
    Definition Classes
    TypingTransformer → Transformer
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. var curTree: scala.tools.nsc.Global.Tree

    Permalink
    Attributes
    protected
    Definition Classes
    TypingTransformer
  10. def currentClass: scala.tools.nsc.Global.Symbol

    Permalink
    Attributes
    protected
    Definition Classes
    Transformer
  11. def currentMethod: scala.tools.nsc.Global.Symbol

    Permalink
    Attributes
    protected
    Definition Classes
    Transformer
  12. var currentOwner: scala.tools.nsc.Global.Symbol

    Permalink
    Attributes
    protected[scala]
    Definition Classes
    Transformer
  13. def debug(t: scala.tools.nsc.Global.Tree): Unit

    Permalink
  14. final def eq(arg0: AnyRef): Boolean

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  19. def instrument(tree: scala.tools.nsc.Global.Tree, original: scala.tools.nsc.Global.Tree, branch: Boolean = false): scala.tools.nsc.Global.Tree

    Permalink
  20. def invokeCall(id: Int): scala.tools.nsc.Global.Tree

    Permalink
  21. def isClassIncluded(symbol: scala.tools.nsc.Global.Symbol): Boolean

    Permalink
  22. def isFileIncluded(source: SourceFile): Boolean

    Permalink
  23. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  24. def isStatementIncluded(pos: scala.tools.nsc.Global.Position): Boolean

    Permalink
  25. def isSymbolIncluded(symbol: scala.tools.nsc.Global.Symbol): Boolean

    Permalink
  26. var localTyper: (analyzer)#Typer

    Permalink
    Definition Classes
    TypingTransformer
  27. var location: Location

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

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

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

    Permalink
    Definition Classes
    AnyRef
  31. def process(tree: scala.tools.nsc.Global.Tree): scala.tools.nsc.Global.Tree

    Permalink
  32. def safeEnd(tree: scala.tools.nsc.Global.Tree): Int

    Permalink
  33. def safeLine(tree: scala.tools.nsc.Global.Tree): Int

    Permalink
  34. def safeSource(tree: scala.tools.nsc.Global.Tree): Option[SourceFile]

    Permalink
  35. def safeStart(tree: scala.tools.nsc.Global.Tree): Int

    Permalink

    The 'start' of the position, if it is available, else -1 We cannot use 'isDefined' to test whether pos.start will work, as some classes (e.g.

    The 'start' of the position, if it is available, else -1 We cannot use 'isDefined' to test whether pos.start will work, as some classes (e.g. scala.reflect.internal.util.OffsetPosition have isDefined true, but throw on start

  36. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  38. def transform(tree: scala.tools.nsc.Global.Tree): scala.tools.nsc.Global.Tree

    Permalink
    Definition Classes
    Transformer → TypingTransformer → Transformer
  39. def transformCaseDefs(trees: List[scala.tools.nsc.Global.CaseDef]): List[scala.tools.nsc.Global.CaseDef]

    Permalink
    Definition Classes
    Transformer
  40. def transformCases(cases: List[scala.tools.nsc.Global.CaseDef]): List[scala.tools.nsc.Global.CaseDef]

    Permalink
  41. def transformForCases(cases: List[scala.tools.nsc.Global.CaseDef]): List[scala.tools.nsc.Global.CaseDef]

    Permalink
  42. def transformIdents(trees: List[scala.tools.nsc.Global.Ident]): List[scala.tools.nsc.Global.Ident]

    Permalink
    Definition Classes
    Transformer
  43. def transformMemberDefs(trees: List[scala.tools.nsc.Global.MemberDef]): List[scala.tools.nsc.Global.MemberDef]

    Permalink
    Definition Classes
    Transformer
  44. def transformModifiers(mods: scala.tools.nsc.Global.Modifiers): scala.tools.nsc.Global.Modifiers

    Permalink
    Definition Classes
    Transformer
  45. def transformPartial(c: scala.tools.nsc.Global.ClassDef): scala.tools.nsc.Global.ClassDef

    Permalink
  46. def transformStatements(trees: List[scala.tools.nsc.Global.Tree]): List[scala.tools.nsc.Global.Tree]

    Permalink
  47. def transformStats(stats: List[scala.tools.nsc.Global.Tree], exprOwner: scala.tools.nsc.Global.Symbol): List[scala.tools.nsc.Global.Tree]

    Permalink
    Definition Classes
    Transformer
  48. def transformTemplate(tree: scala.tools.nsc.Global.Template): scala.tools.nsc.Global.Template

    Permalink
    Definition Classes
    Transformer
  49. def transformTrees(trees: List[scala.tools.nsc.Global.Tree]): List[scala.tools.nsc.Global.Tree]

    Permalink
    Definition Classes
    Transformer
  50. def transformTypeDefs(trees: List[scala.tools.nsc.Global.TypeDef]): List[scala.tools.nsc.Global.TypeDef]

    Permalink
    Definition Classes
    Transformer
  51. def transformUnit(unit: scala.tools.nsc.Global.CompilationUnit): Unit

    Permalink
    Definition Classes
    Transformer
  52. def transformValDef(tree: scala.tools.nsc.Global.ValDef): scala.tools.nsc.Global.ValDef

    Permalink
    Definition Classes
    Transformer
  53. def transformValDefs(trees: List[scala.tools.nsc.Global.ValDef]): List[scala.tools.nsc.Global.ValDef]

    Permalink
    Definition Classes
    Transformer
  54. def transformValDefss(treess: List[List[scala.tools.nsc.Global.ValDef]]): List[List[scala.tools.nsc.Global.ValDef]]

    Permalink
    Definition Classes
    Transformer
  55. def traverseApplication(t: scala.tools.nsc.Global.Tree): scala.tools.nsc.Global.Tree

    Permalink
  56. val treeCopy: scala.tools.nsc.Global.TreeCopier

    Permalink
    Definition Classes
    Transformer
  57. def updateLocation(t: scala.tools.nsc.Global.Tree): Unit

    Permalink
  58. final def wait(): Unit

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

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

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

Inherited from scala.tools.nsc.Global.Transformer

Inherited from scala.tools.nsc.Global.Transformer

Inherited from AnyRef

Inherited from Any

Ungrouped