class Transformer extends TypingTransformer
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Transformer
- TypingTransformer
- Transformer
- InternalTransformer
- Transformer
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Transformer(unit: scala.tools.nsc.Global.CompilationUnit)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def allConstArgs(args: List[scala.tools.nsc.Global.Tree]): Boolean
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def atOwner[A](tree: scala.tools.nsc.Global.Tree, owner: scala.tools.nsc.Global.Symbol)(trans: => A): A
- Definition Classes
- TypingTransformer
- final def atOwner[A](owner: scala.tools.nsc.Global.Symbol)(trans: => A): A
- Definition Classes
- TypingTransformer → Transformer
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- var curTree: scala.tools.nsc.Global.Tree
- Attributes
- protected
- Definition Classes
- TypingTransformer
- def currentClass: scala.tools.nsc.Global.Symbol
- Attributes
- protected
- Definition Classes
- Transformer
- def currentMethod: scala.tools.nsc.Global.Symbol
- Attributes
- protected
- Definition Classes
- Transformer
- var currentOwner: scala.tools.nsc.Global.Symbol
- Attributes
- protected[scala]
- Definition Classes
- Transformer
- def debug(t: scala.tools.nsc.Global.Tree): Unit
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def instrument(tree: scala.tools.nsc.Global.Tree, original: scala.tools.nsc.Global.Tree, branch: Boolean = false): scala.tools.nsc.Global.Tree
- def invokeCall(id: Int): scala.tools.nsc.Global.Tree
- def isClassIncluded(symbol: scala.tools.nsc.Global.Symbol): Boolean
- def isFileIncluded(source: SourceFile): Boolean
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isNonNativeJSClass(sym: scala.tools.nsc.Global.Symbol): Boolean
- def isStatementIncluded(pos: scala.tools.nsc.Global.Position): Boolean
- def isSymbolIncluded(symbol: scala.tools.nsc.Global.Symbol): Boolean
- def isUndefinedParameterInScalaJs(sym: scala.tools.nsc.Global.Symbol): Boolean
- var localTyper: (analyzer)#Typer
- Definition Classes
- TypingTransformer
- var location: Location
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def process(tree: scala.tools.nsc.Global.Tree): scala.tools.nsc.Global.Tree
- def safeEnd(tree: scala.tools.nsc.Global.Tree): Int
- def safeLine(tree: scala.tools.nsc.Global.Tree): Int
- def safeSource(tree: scala.tools.nsc.Global.Tree): Option[SourceFile]
- 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
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def transform(tree: scala.tools.nsc.Global.Tree): scala.tools.nsc.Global.Tree
- Definition Classes
- Transformer → TypingTransformer → InternalTransformer → Transformer
- def transformAtOwner(owner: scala.tools.nsc.Global.Symbol, tree: scala.tools.nsc.Global.Tree): scala.tools.nsc.Global.Tree
- Definition Classes
- TypingTransformer
- def transformCaseDefs(trees: List[scala.tools.nsc.Global.CaseDef]): List[scala.tools.nsc.Global.CaseDef]
- Definition Classes
- Transformer
- def transformCases(cases: List[scala.tools.nsc.Global.CaseDef], branch: Boolean = false): List[scala.tools.nsc.Global.CaseDef]
- def transformForCases(cases: List[scala.tools.nsc.Global.CaseDef]): List[scala.tools.nsc.Global.CaseDef]
- def transformIdents(trees: List[scala.tools.nsc.Global.Ident]): List[scala.tools.nsc.Global.Ident]
- Definition Classes
- Transformer
- def transformMemberDefs(trees: List[scala.tools.nsc.Global.MemberDef]): List[scala.tools.nsc.Global.MemberDef]
- Definition Classes
- Transformer
- def transformModifiers(mods: scala.tools.nsc.Global.Modifiers): scala.tools.nsc.Global.Modifiers
- Definition Classes
- Transformer
- def transformPartial(c: scala.tools.nsc.Global.ClassDef): scala.tools.nsc.Global.ClassDef
- def transformStatements(trees: List[scala.tools.nsc.Global.Tree]): List[scala.tools.nsc.Global.Tree]
- def transformStats(stats: List[scala.tools.nsc.Global.Tree], exprOwner: scala.tools.nsc.Global.Symbol): List[scala.tools.nsc.Global.Tree]
- Definition Classes
- Transformer
- def transformTemplate(tree: scala.tools.nsc.Global.Template): scala.tools.nsc.Global.Template
- Definition Classes
- Transformer
- def transformTrees(trees: List[scala.tools.nsc.Global.Tree]): List[scala.tools.nsc.Global.Tree]
- Definition Classes
- Transformer
- def transformTypeDefs(trees: List[scala.tools.nsc.Global.TypeDef]): List[scala.tools.nsc.Global.TypeDef]
- Definition Classes
- Transformer
- def transformUnit(unit: scala.tools.nsc.Global.CompilationUnit): Unit
- Definition Classes
- Transformer
- def transformValDef(tree: scala.tools.nsc.Global.ValDef): scala.tools.nsc.Global.ValDef
- Definition Classes
- Transformer
- def transformValDefs(trees: List[scala.tools.nsc.Global.ValDef]): List[scala.tools.nsc.Global.ValDef]
- Definition Classes
- Transformer
- def transformValDefss(treess: List[List[scala.tools.nsc.Global.ValDef]]): List[List[scala.tools.nsc.Global.ValDef]]
- Definition Classes
- Transformer
- def traverseApplication(t: scala.tools.nsc.Global.Tree): scala.tools.nsc.Global.Tree
- val treeCopy: scala.tools.nsc.Global.TreeCopier
- Definition Classes
- Transformer
- def updateLocation(t: scala.tools.nsc.Global.Tree): Unit
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)