scala.meta.internal.hosts.scalac.macros

MacroPlugin

Related Doc: package macros

trait MacroPlugin extends Typechecking with Expansion

Self Type
PluginBase
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. MacroPlugin
  2. Expansion
  3. Printers
  4. Typechecking
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class CodePrinter extends TreePrinter

    Definition Classes
    Printers
  2. trait FixupSignature extends AnyRef

    Definition Classes
    Typechecking
  3. class TreePrinter extends AnyRef

    Definition Classes
    Printers

Abstract Value Members

  1. abstract val global: Global

    Definition Classes
    Printers

Concrete 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. object LegacySignature extends PluginBase.FixupSignature

    Definition Classes
    Typechecking
  5. object ScalahostSignature extends PluginBase.FixupSignature

    Definition Classes
    Typechecking
  6. object ScalametaMacro

    Definition Classes
    Typechecking
  7. val XtensionQuasiquoteTerm: String

    Definition Classes
    Typechecking
  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def backquotedPath(t: tools.nsc.Global.Tree): String

    Turns a path into a String, introducing backquotes as necessary.

    Turns a path into a String, introducing backquotes as necessary.

    Definition Classes
    Printers
  10. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def decodedSymName(tree: tools.nsc.Global.Tree, name: tools.nsc.Global.Name): String

    Definition Classes
    Printers
  12. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]

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

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

    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  19. def newCodePrinter(writer: PrintWriter, tree: tools.nsc.Global.Tree, printRootPkg: Boolean): PluginBase.TreePrinter

    Definition Classes
    Printers
  20. final def notify(): Unit

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

    Definition Classes
    AnyRef
  22. def quotedName(name: String): String

    Definition Classes
    Printers
  23. def quotedName(name: tools.nsc.Global.Name): String

    Definition Classes
    Printers
  24. def quotedName(name: tools.nsc.Global.Name, decode: Boolean): String

    Adds backticks if the name is a scala keyword.

    Adds backticks if the name is a scala keyword.

    Definition Classes
    Printers
  25. def render(what: Any, mkPrinter: (PrintWriter) ⇒ PluginBase.TreePrinter, printTypes: tools.nsc.Global.BooleanFlag = None, printIds: tools.nsc.Global.BooleanFlag = None, printOwners: tools.nsc.Global.BooleanFlag = None, printKinds: tools.nsc.Global.BooleanFlag = None, printMirrors: tools.nsc.Global.BooleanFlag = None, printPositions: tools.nsc.Global.BooleanFlag = None): String

    Attributes
    protected
    Definition Classes
    Printers
  26. def scalahostEnterStats(typer: (analyzer)#Typer, stats: List[tools.nsc.Global.Tree]): List[tools.nsc.Global.Tree]

    Definition Classes
    Typechecking
  27. def scalahostIsBlackbox(macroDef: tools.nsc.Global.Symbol): Option[Boolean]

    Definition Classes
    Typechecking
  28. def scalahostMacroExpand(typer: (analyzer)#Typer, expandee: tools.nsc.Global.Tree, mode: Mode, pt: tools.nsc.Global.Type): Option[tools.nsc.Global.Tree]

    Definition Classes
    Expansion
  29. object scalahostMacroPlugin extends (analyzer)#MacroPlugin

  30. def scalahostTypedMacroBody(typer: (analyzer)#Typer, ddef: tools.nsc.Global.DefDef): Option[tools.nsc.Global.Tree]

    Definition Classes
    Typechecking
  31. def showCode(tree: tools.nsc.Global.Tree, printTypes: tools.nsc.Global.BooleanFlag = None, printIds: tools.nsc.Global.BooleanFlag = None, printOwners: tools.nsc.Global.BooleanFlag = None, printPositions: tools.nsc.Global.BooleanFlag = None, printRootPkg: Boolean = false): String

    Definition Classes
    Printers
  32. def symName(tree: tools.nsc.Global.Tree, name: tools.nsc.Global.Name): String

    Definition Classes
    Printers
  33. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  34. def toString(): String

    Definition Classes
    AnyRef → Any
  35. final def wait(): Unit

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Expansion

Inherited from Printers

Inherited from Typechecking

Inherited from AnyRef

Inherited from Any

Ungrouped