Instance Constructors
- new Transformer(unit: scala.tools.nsc.Global.CompilationUnit)
Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- def allConstArgs(args: List[scala.tools.nsc.Global.Tree]): Boolean
- final def asInstanceOf[T0]: T0
- def atOwner[A](tree: scala.tools.nsc.Global.Tree, owner: scala.tools.nsc.Global.Symbol)(trans: => A): A
- final def atOwner[A](owner: scala.tools.nsc.Global.Symbol)(trans: => A): A
- def clone(): AnyRef
- var curTree: scala.tools.nsc.Global.Tree
- def currentClass: scala.tools.nsc.Global.Symbol
- def currentMethod: scala.tools.nsc.Global.Symbol
- var currentOwner: scala.tools.nsc.Global.Symbol
- def debug(t: scala.tools.nsc.Global.Tree): Unit
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- final def getClass(): Class[_ <: AnyRef]
- def hashCode(): Int
- 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
- 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
- var location: Location
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- 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
- final def synchronized[T0](arg0: => T0): T0
- def toString(): String
- def transform(tree: scala.tools.nsc.Global.Tree): scala.tools.nsc.Global.Tree
- def transformAtOwner(owner: scala.tools.nsc.Global.Symbol, tree: scala.tools.nsc.Global.Tree): scala.tools.nsc.Global.Tree
- def transformCaseDefs(trees: List[scala.tools.nsc.Global.CaseDef]): List[scala.tools.nsc.Global.CaseDef]
- 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]
- def transformMemberDefs(trees: List[scala.tools.nsc.Global.MemberDef]): List[scala.tools.nsc.Global.MemberDef]
- def transformModifiers(mods: scala.tools.nsc.Global.Modifiers): scala.tools.nsc.Global.Modifiers
- 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]
- def transformTemplate(tree: scala.tools.nsc.Global.Template): scala.tools.nsc.Global.Template
- def transformTrees(trees: List[scala.tools.nsc.Global.Tree]): List[scala.tools.nsc.Global.Tree]
- def transformTypeDefs(trees: List[scala.tools.nsc.Global.TypeDef]): List[scala.tools.nsc.Global.TypeDef]
- def transformUnit(unit: scala.tools.nsc.Global.CompilationUnit): Unit
- def transformValDef(tree: scala.tools.nsc.Global.ValDef): scala.tools.nsc.Global.ValDef
- def transformValDefs(trees: List[scala.tools.nsc.Global.ValDef]): List[scala.tools.nsc.Global.ValDef]
- def transformValDefss(treess: List[List[scala.tools.nsc.Global.ValDef]]): List[List[scala.tools.nsc.Global.ValDef]]
- def traverseApplication(t: scala.tools.nsc.Global.Tree): scala.tools.nsc.Global.Tree
- val treeCopy: scala.tools.nsc.Global.TreeCopier
- def updateLocation(t: scala.tools.nsc.Global.Tree): Unit
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def wait(): Unit
Deprecated Value Members
- def finalize(): Unit
Value Members
- def atOwner[A](tree: scala.tools.nsc.Global.Tree, owner: scala.tools.nsc.Global.Symbol)(trans: => A): A
- final def atOwner[A](owner: scala.tools.nsc.Global.Symbol)(trans: => A): A
- var curTree: scala.tools.nsc.Global.Tree
- var localTyper: (analyzer)#Typer
- def transformAtOwner(owner: scala.tools.nsc.Global.Symbol, tree: scala.tools.nsc.Global.Tree): scala.tools.nsc.Global.Tree
Inherited from scala.tools.nsc.Global.Transformer
Value Members
- def transformUnit(unit: scala.tools.nsc.Global.CompilationUnit): Unit
Inherited from scala.tools.nsc.Global.Transformer
Value Members
- def currentClass: scala.tools.nsc.Global.Symbol
- def currentMethod: scala.tools.nsc.Global.Symbol
- var currentOwner: scala.tools.nsc.Global.Symbol
- def transformCaseDefs(trees: 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]
- def transformMemberDefs(trees: List[scala.tools.nsc.Global.MemberDef]): List[scala.tools.nsc.Global.MemberDef]
- def transformModifiers(mods: scala.tools.nsc.Global.Modifiers): scala.tools.nsc.Global.Modifiers
- def transformStats(stats: List[scala.tools.nsc.Global.Tree], exprOwner: scala.tools.nsc.Global.Symbol): List[scala.tools.nsc.Global.Tree]
- def transformTemplate(tree: scala.tools.nsc.Global.Template): scala.tools.nsc.Global.Template
- def transformTrees(trees: List[scala.tools.nsc.Global.Tree]): List[scala.tools.nsc.Global.Tree]
- def transformTypeDefs(trees: List[scala.tools.nsc.Global.TypeDef]): List[scala.tools.nsc.Global.TypeDef]
- def transformValDef(tree: scala.tools.nsc.Global.ValDef): scala.tools.nsc.Global.ValDef
- def transformValDefs(trees: List[scala.tools.nsc.Global.ValDef]): List[scala.tools.nsc.Global.ValDef]
- def transformValDefss(treess: List[List[scala.tools.nsc.Global.ValDef]]): List[List[scala.tools.nsc.Global.ValDef]]
- val treeCopy: scala.tools.nsc.Global.TreeCopier
Inherited from AnyRef
Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- def clone(): AnyRef
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- final def getClass(): Class[_ <: AnyRef]
- def hashCode(): Int
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- final def synchronized[T0](arg0: => T0): T0
- def toString(): String
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def wait(): Unit
- def finalize(): Unit
Inherited from Any
Value Members
- final def asInstanceOf[T0]: T0
- final def isInstanceOf[T0]: Boolean
Ungrouped
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- def allConstArgs(args: List[scala.tools.nsc.Global.Tree]): Boolean
- final def asInstanceOf[T0]: T0
- def atOwner[A](tree: scala.tools.nsc.Global.Tree, owner: scala.tools.nsc.Global.Symbol)(trans: => A): A
- final def atOwner[A](owner: scala.tools.nsc.Global.Symbol)(trans: => A): A
- def clone(): AnyRef
- var curTree: scala.tools.nsc.Global.Tree
- def currentClass: scala.tools.nsc.Global.Symbol
- def currentMethod: scala.tools.nsc.Global.Symbol
- var currentOwner: scala.tools.nsc.Global.Symbol
- def debug(t: scala.tools.nsc.Global.Tree): Unit
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- final def getClass(): Class[_ <: AnyRef]
- def hashCode(): Int
- 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
- 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
- var location: Location
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- 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
- final def synchronized[T0](arg0: => T0): T0
- def toString(): String
- def transform(tree: scala.tools.nsc.Global.Tree): scala.tools.nsc.Global.Tree
- def transformAtOwner(owner: scala.tools.nsc.Global.Symbol, tree: scala.tools.nsc.Global.Tree): scala.tools.nsc.Global.Tree
- def transformCaseDefs(trees: List[scala.tools.nsc.Global.CaseDef]): List[scala.tools.nsc.Global.CaseDef]
- 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]
- def transformMemberDefs(trees: List[scala.tools.nsc.Global.MemberDef]): List[scala.tools.nsc.Global.MemberDef]
- def transformModifiers(mods: scala.tools.nsc.Global.Modifiers): scala.tools.nsc.Global.Modifiers
- 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]
- def transformTemplate(tree: scala.tools.nsc.Global.Template): scala.tools.nsc.Global.Template
- def transformTrees(trees: List[scala.tools.nsc.Global.Tree]): List[scala.tools.nsc.Global.Tree]
- def transformTypeDefs(trees: List[scala.tools.nsc.Global.TypeDef]): List[scala.tools.nsc.Global.TypeDef]
- def transformUnit(unit: scala.tools.nsc.Global.CompilationUnit): Unit
- def transformValDef(tree: scala.tools.nsc.Global.ValDef): scala.tools.nsc.Global.ValDef
- def transformValDefs(trees: List[scala.tools.nsc.Global.ValDef]): List[scala.tools.nsc.Global.ValDef]
- def transformValDefss(treess: List[List[scala.tools.nsc.Global.ValDef]]): List[List[scala.tools.nsc.Global.ValDef]]
- def traverseApplication(t: scala.tools.nsc.Global.Tree): scala.tools.nsc.Global.Tree
- val treeCopy: scala.tools.nsc.Global.TreeCopier
- def updateLocation(t: scala.tools.nsc.Global.Tree): Unit
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def wait(): Unit
- def finalize(): Unit