scala.tools.selectivecps.SelectiveANFTransform

ANFTransformer

class ANFTransformer extends TypingTransformer

Linear Supertypes
SelectiveANFTransform.TypingTransformer, nsc.Global.Transformer, nsc.Global.Transformer, AnyRef, Any
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ANFTransformer
  2. TypingTransformer
  3. Transformer
  4. Transformer
  5. AnyRef
  6. Any
Implicitly
  1. by any2stringadd
  2. by any2stringfmt
  3. by any2ArrowAssoc
  4. by any2Ensuring
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ANFTransformer(unit: nsc.Global.CompilationUnit)

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. def +(other: String): String

    Implicit information
    This member is added by an implicit conversion from ANFTransformer to StringAdd performed by method any2stringadd in scala.Predef.
    Definition Classes
    StringAdd
  5. def ->[B](y: B): (ANFTransformer, B)

    Implicit information
    This member is added by an implicit conversion from ANFTransformer to ArrowAssoc[ANFTransformer] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  6. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  7. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  8. object RemoveTailReturnsTransformer extends nsc.Global.Transformer

  9. implicit val _unit: nsc.Global.CompilationUnit

  10. final def asInstanceOf[T0]: T0

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

    Definition Classes
    TypingTransformer
  12. final def atOwner[A](owner: nsc.Global.Symbol)(trans: ⇒ A): A

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. var cpsAllowed: Boolean

  15. var curTree: nsc.Global.Tree

    Attributes
    protected
    Definition Classes
    TypingTransformer
  16. def currentClass: nsc.Global.Symbol

    Attributes
    protected
    Definition Classes
    Transformer
  17. def currentMethod: nsc.Global.Symbol

    Attributes
    protected
    Definition Classes
    Transformer
  18. var currentOwner: nsc.Global.Symbol

    Attributes
    protected[scala]
    Definition Classes
    Transformer
  19. def ensuring(cond: (ANFTransformer) ⇒ Boolean, msg: ⇒ Any): ANFTransformer

    Implicit information
    This member is added by an implicit conversion from ANFTransformer to Ensuring[ANFTransformer] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  20. def ensuring(cond: (ANFTransformer) ⇒ Boolean): ANFTransformer

    Implicit information
    This member is added by an implicit conversion from ANFTransformer to Ensuring[ANFTransformer] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  21. def ensuring(cond: Boolean, msg: ⇒ Any): ANFTransformer

    Implicit information
    This member is added by an implicit conversion from ANFTransformer to Ensuring[ANFTransformer] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  22. def ensuring(cond: Boolean): ANFTransformer

    Implicit information
    This member is added by an implicit conversion from ANFTransformer to Ensuring[ANFTransformer] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  23. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  26. def formatted(fmtstr: String): String

    Implicit information
    This member is added by an implicit conversion from ANFTransformer to StringFormat performed by method any2stringfmt in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  27. final def getClass(): Class[_]

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

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

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

    Definition Classes
    TypingTransformer
  31. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  32. final def notify(): Unit

    Definition Classes
    AnyRef
  33. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  34. def removeTailReturns(body: nsc.Global.Tree): nsc.Global.Tree

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

    Definition Classes
    AnyRef
  36. def toString(): String

    Definition Classes
    AnyRef → Any
  37. def transArgList(fun: nsc.Global.Tree, args: List[nsc.Global.Tree], cpsA: SelectiveANFTransform.CPSInfo)(implicit isAnyParentImpure: Boolean): (List[List[nsc.Global.Tree]], List[nsc.Global.Tree], SelectiveANFTransform.CPSInfo)

  38. def transBlock(stms: List[nsc.Global.Tree], expr: nsc.Global.Tree, cpsA: SelectiveANFTransform.CPSInfo, cpsR: SelectiveANFTransform.CPSInfo)(implicit isAnyParentImpure: Boolean): (List[nsc.Global.Tree], nsc.Global.Tree)

  39. def transExpr(tree: nsc.Global.Tree, cpsA: SelectiveANFTransform.CPSInfo, cpsR: SelectiveANFTransform.CPSInfo)(implicit isAnyParentImpure: Boolean = false): nsc.Global.Tree

  40. def transInlineStm(stm: nsc.Global.Tree, cpsA: SelectiveANFTransform.CPSInfo)(implicit isAnyParentImpure: Boolean): (List[nsc.Global.Tree], SelectiveANFTransform.CPSInfo)

  41. def transInlineValue(tree: nsc.Global.Tree, cpsA: SelectiveANFTransform.CPSInfo)(implicit isAnyParentImpure: Boolean): (List[nsc.Global.Tree], nsc.Global.Tree, SelectiveANFTransform.CPSInfo)

  42. def transTailValue(tree: nsc.Global.Tree, cpsA: SelectiveANFTransform.CPSInfo, cpsR: SelectiveANFTransform.CPSInfo)(implicit isAnyParentImpure: Boolean): (List[nsc.Global.Tree], nsc.Global.Tree)

  43. def transValue(tree: nsc.Global.Tree, cpsA: SelectiveANFTransform.CPSInfo, cpsR: SelectiveANFTransform.CPSInfo)(implicit isAnyParentImpure: Boolean): (List[nsc.Global.Tree], nsc.Global.Tree, SelectiveANFTransform.CPSInfo)

  44. def transform(tree: nsc.Global.Tree): nsc.Global.Tree

    Definition Classes
    ANFTransformer → TypingTransformer → Transformer
  45. def transformCaseDefs(trees: List[nsc.Global.CaseDef]): List[nsc.Global.CaseDef]

    Definition Classes
    Transformer
  46. def transformIdents(trees: List[nsc.Global.Ident]): List[nsc.Global.Ident]

    Definition Classes
    Transformer
  47. def transformModifiers(mods: nsc.Global.Modifiers): nsc.Global.Modifiers

    Definition Classes
    Transformer
  48. def transformStats(stats: List[nsc.Global.Tree], exprOwner: nsc.Global.Symbol): List[nsc.Global.Tree]

    Definition Classes
    Transformer
  49. def transformTemplate(tree: nsc.Global.Template): nsc.Global.Template

    Definition Classes
    Transformer
  50. def transformTrees(trees: List[nsc.Global.Tree]): List[nsc.Global.Tree]

    Definition Classes
    Transformer
  51. def transformTypeDefs(trees: List[nsc.Global.TypeDef]): List[nsc.Global.TypeDef]

    Definition Classes
    Transformer
  52. def transformUnit(unit: nsc.Global.CompilationUnit): Unit

    Definition Classes
    Transformer
  53. def transformValDef(tree: nsc.Global.ValDef): nsc.Global.ValDef

    Definition Classes
    Transformer
  54. def transformValDefs(trees: List[nsc.Global.ValDef]): List[nsc.Global.ValDef]

    Definition Classes
    Transformer
  55. def transformValDefss(treess: List[List[nsc.Global.ValDef]]): List[List[nsc.Global.ValDef]]

    Definition Classes
    Transformer
  56. val treeCopy: nsc.Global.TreeCopier

    Definition Classes
    Transformer
  57. def typedPos(pos: nsc.Global.Position)(tree: nsc.Global.Tree): nsc.Global.Tree

    Attributes
    protected
    Definition Classes
    TypingTransformer
  58. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  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( ... )
  61. def [B](y: B): (ANFTransformer, B)

    Implicit information
    This member is added by an implicit conversion from ANFTransformer to ArrowAssoc[ANFTransformer] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implicit Value Members

  1. val self: Any

    Implicit information
    This member is added by an implicit conversion from ANFTransformer to StringAdd performed by method any2stringadd in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (aNFTransformer: StringAdd).self
    Definition Classes
    StringAdd
  2. val self: Any

    Implicit information
    This member is added by an implicit conversion from ANFTransformer to StringFormat performed by method any2stringfmt in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (aNFTransformer: StringFormat).self
    Definition Classes
    StringFormat

Deprecated Value Members

  1. def x: ANFTransformer

    Implicit information
    This member is added by an implicit conversion from ANFTransformer to ArrowAssoc[ANFTransformer] performed by method any2ArrowAssoc in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (aNFTransformer: ArrowAssoc[ANFTransformer]).x
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  2. def x: ANFTransformer

    Implicit information
    This member is added by an implicit conversion from ANFTransformer to Ensuring[ANFTransformer] performed by method any2Ensuring in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (aNFTransformer: Ensuring[ANFTransformer]).x
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from SelectiveANFTransform.TypingTransformer

Inherited from nsc.Global.Transformer

Inherited from nsc.Global.Transformer

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from ANFTransformer to StringAdd

Inherited by implicit conversion any2stringfmt from ANFTransformer to StringFormat

Inherited by implicit conversion any2ArrowAssoc from ANFTransformer to ArrowAssoc[ANFTransformer]

Inherited by implicit conversion any2Ensuring from ANFTransformer to Ensuring[ANFTransformer]

Ungrouped