Packages

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)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def allConstArgs(args: List[scala.tools.nsc.Global.Tree]): Boolean
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def atOwner[A](tree: scala.tools.nsc.Global.Tree, owner: scala.tools.nsc.Global.Symbol)(trans: ⇒ A): A
    Definition Classes
    TypingTransformer
  7. final def atOwner[A](owner: scala.tools.nsc.Global.Symbol)(trans: ⇒ A): A
    Definition Classes
    TypingTransformer → Transformer
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  9. var curTree: scala.tools.nsc.Global.Tree
    Attributes
    protected
    Definition Classes
    TypingTransformer
  10. def currentClass: scala.tools.nsc.Global.Symbol
    Attributes
    protected
    Definition Classes
    Transformer
  11. def currentMethod: scala.tools.nsc.Global.Symbol
    Attributes
    protected
    Definition Classes
    Transformer
  12. var currentOwner: scala.tools.nsc.Global.Symbol
    Attributes
    protected[scala]
    Definition Classes
    Transformer
  13. def debug(t: scala.tools.nsc.Global.Tree): Unit
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. def instrument(tree: scala.tools.nsc.Global.Tree, original: scala.tools.nsc.Global.Tree, branch: Boolean = false): scala.tools.nsc.Global.Tree
  19. def invokeCall(id: Int): scala.tools.nsc.Global.Tree
  20. def isClassIncluded(symbol: scala.tools.nsc.Global.Symbol): Boolean
  21. def isFileIncluded(source: SourceFile): Boolean
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. def isNonNativeJSClass(sym: scala.tools.nsc.Global.Symbol): Boolean
  24. def isStatementIncluded(pos: scala.tools.nsc.Global.Position): Boolean
  25. def isSymbolIncluded(symbol: scala.tools.nsc.Global.Symbol): Boolean
  26. def isUndefinedParameterInScalaJs(sym: scala.tools.nsc.Global.Symbol): Boolean
  27. var localTyper: (analyzer)#Typer
    Definition Classes
    TypingTransformer
  28. var location: Location
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  32. def process(tree: scala.tools.nsc.Global.Tree): scala.tools.nsc.Global.Tree
  33. def safeEnd(tree: scala.tools.nsc.Global.Tree): Int
  34. def safeLine(tree: scala.tools.nsc.Global.Tree): Int
  35. def safeSource(tree: scala.tools.nsc.Global.Tree): Option[SourceFile]
  36. def safeStart(tree: scala.tools.nsc.Global.Tree): Int

    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

  37. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  38. def toString(): String
    Definition Classes
    AnyRef → Any
  39. def transform(tree: scala.tools.nsc.Global.Tree): scala.tools.nsc.Global.Tree
    Definition Classes
    Transformer → TypingTransformer → Transformer
  40. def transformCaseDefs(trees: List[scala.tools.nsc.Global.CaseDef]): List[scala.tools.nsc.Global.CaseDef]
    Definition Classes
    Transformer
  41. def transformCases(cases: List[scala.tools.nsc.Global.CaseDef]): List[scala.tools.nsc.Global.CaseDef]
  42. def transformForCases(cases: List[scala.tools.nsc.Global.CaseDef]): List[scala.tools.nsc.Global.CaseDef]
  43. def transformIdents(trees: List[scala.tools.nsc.Global.Ident]): List[scala.tools.nsc.Global.Ident]
    Definition Classes
    Transformer
  44. def transformMemberDefs(trees: List[scala.tools.nsc.Global.MemberDef]): List[scala.tools.nsc.Global.MemberDef]
    Definition Classes
    Transformer
  45. def transformModifiers(mods: scala.tools.nsc.Global.Modifiers): scala.tools.nsc.Global.Modifiers
    Definition Classes
    Transformer
  46. def transformPartial(c: scala.tools.nsc.Global.ClassDef): scala.tools.nsc.Global.ClassDef
  47. def transformStatements(trees: List[scala.tools.nsc.Global.Tree]): List[scala.tools.nsc.Global.Tree]
  48. def transformStats(stats: List[scala.tools.nsc.Global.Tree], exprOwner: scala.tools.nsc.Global.Symbol): List[scala.tools.nsc.Global.Tree]
    Definition Classes
    Transformer
  49. def transformTemplate(tree: scala.tools.nsc.Global.Template): scala.tools.nsc.Global.Template
    Definition Classes
    Transformer
  50. def transformTrees(trees: List[scala.tools.nsc.Global.Tree]): List[scala.tools.nsc.Global.Tree]
    Definition Classes
    Transformer
  51. def transformTypeDefs(trees: List[scala.tools.nsc.Global.TypeDef]): List[scala.tools.nsc.Global.TypeDef]
    Definition Classes
    Transformer
  52. def transformUnit(unit: scala.tools.nsc.Global.CompilationUnit): Unit
    Definition Classes
    Transformer
  53. def transformValDef(tree: scala.tools.nsc.Global.ValDef): scala.tools.nsc.Global.ValDef
    Definition Classes
    Transformer
  54. def transformValDefs(trees: List[scala.tools.nsc.Global.ValDef]): List[scala.tools.nsc.Global.ValDef]
    Definition Classes
    Transformer
  55. def transformValDefss(treess: List[List[scala.tools.nsc.Global.ValDef]]): List[List[scala.tools.nsc.Global.ValDef]]
    Definition Classes
    Transformer
  56. def traverseApplication(t: scala.tools.nsc.Global.Tree): scala.tools.nsc.Global.Tree
  57. val treeCopy: scala.tools.nsc.Global.TreeCopier
    Definition Classes
    Transformer
  58. def updateLocation(t: scala.tools.nsc.Global.Tree): Unit
  59. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  60. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  61. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from scala.tools.nsc.Global.Transformer

Inherited from scala.tools.nsc.Global.Transformer

Inherited from AnyRef

Inherited from Any

Ungrouped