Packages

c

scala.tools.nsc.typechecker.Macros

DefMacroExpander

class DefMacroExpander extends Analyzer.MacroExpander

Expands a term macro used in apply role as M(2)(3) in val x = M(2)(3).

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DefMacroExpander
  2. MacroExpander
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DefMacroExpander(typer: Analyzer.Typer, expandee: Global.Tree, mode: Mode, outerPt: Global.Type)

    outerPt

    Expected type that comes from enclosing context (something that's traditionally called pt).

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 apply(desugared: Global.Tree): Global.Tree
    Definition Classes
    MacroExpander
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. def expand(desugared: Global.Tree): Global.Tree
    Attributes
    protected
    Definition Classes
    MacroExpander
  10. val expandee: Global.Tree
    Definition Classes
    MacroExpander
  11. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. lazy val innerPt: Global.Type
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. def onDelayed(delayed: Global.Tree): Global.Tree
    Definition Classes
    DefMacroExpanderMacroExpander
  20. def onFailure(expanded: Global.Tree): Global.Tree
    Definition Classes
    MacroExpander
  21. def onFallback(fallback: Global.Tree): Global.Tree
    Definition Classes
    DefMacroExpanderMacroExpander
  22. def onSkipped(expanded: Global.Tree): Global.Tree
    Definition Classes
    MacroExpander
  23. def onSuccess(expanded0: Global.Tree): Global.Tree
    Definition Classes
    DefMacroExpanderMacroExpander
  24. def onSuppressed(expandee: Global.Tree): Global.Tree
    Definition Classes
    MacroExpander
  25. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  26. def toString(): String
    Definition Classes
    AnyRef → Any
  27. val typer: Analyzer.Typer
    Definition Classes
    MacroExpander
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from Analyzer.MacroExpander

Inherited from AnyRef

Inherited from Any

Ungrouped