Class

twotails.MutualRecComponent

MutualRecTransformer

Related Doc: package MutualRecComponent

Permalink

final class MutualRecTransformer extends TypingTransformer

Linear Supertypes
MutualRecComponent.TypingTransformer, scala.tools.nsc.Global.Transformer, scala.tools.nsc.Global.Transformer, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MutualRecTransformer
  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 MutualRecTransformer(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. final def asInstanceOf[T0]: T0

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

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def convertMutualRec(root: scala.tools.nsc.Global.Tree, body: List[scala.tools.nsc.Global.Tree]): List[scala.tools.nsc.Global.Tree]

    Permalink
  9. def convertTailRec(body: List[scala.tools.nsc.Global.Tree]): Unit

    Permalink
  10. var curTree: scala.tools.nsc.Global.Tree

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

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

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

    Permalink
    Attributes
    protected[scala]
    Definition Classes
    Transformer
  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. def forwardTrees(methSym: scala.tools.nsc.Global.Symbol, defdef: List[scala.tools.nsc.Global.Tree]): List[scala.tools.nsc.Global.Tree]

    Permalink
  18. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  19. def hasMutualRec(tree: scala.tools.nsc.Global.Tree): Boolean

    Permalink
  20. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  22. var localTyper: (analyzer)#Typer

    Permalink
    Definition Classes
    TypingTransformer
  23. def mkNewMethodRhs(methSym: scala.tools.nsc.Global.Symbol, defdef: List[scala.tools.nsc.Global.Tree]): scala.tools.nsc.Global.Tree

    Permalink
  24. def mkNewMethodSymbol(symbol: scala.tools.nsc.Global.Symbol, name: scala.tools.nsc.Global.TermName = TermName("mutualrec_fn"), flags: scala.tools.nsc.Global.FlagSet = METHOD | FINAL | PRIVATE | ARTIFACT): scala.tools.nsc.Global.Symbol

    Permalink
  25. def mkNewMethodTree(methSym: scala.tools.nsc.Global.Symbol, tree: scala.tools.nsc.Global.Tree, rhs: scala.tools.nsc.Global.Tree): scala.tools.nsc.Global.Tree

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

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

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

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

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

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

    Permalink
    Definition Classes
    MutualRecTransformer → TypingTransformer → Transformer
  32. def transformBody(root: scala.tools.nsc.Global.Tree, template: scala.tools.nsc.Global.Template): scala.tools.nsc.Global.Template

    Permalink
  33. def transformCaseDefs(trees: List[scala.tools.nsc.Global.CaseDef]): List[scala.tools.nsc.Global.CaseDef]

    Permalink
    Definition Classes
    Transformer
  34. def transformIdents(trees: List[scala.tools.nsc.Global.Ident]): List[scala.tools.nsc.Global.Ident]

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

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

    Permalink
    Definition Classes
    Transformer
  37. def transformNested(root: scala.tools.nsc.Global.Tree, stats: List[scala.tools.nsc.Global.Tree]): List[scala.tools.nsc.Global.Tree]

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Transformer
  46. val treeCopy: scala.tools.nsc.Global.TreeCopier

    Permalink
    Definition Classes
    Transformer
  47. final def wait(): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. 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