t

scala.tools.nsc.typechecker

AnalyzerPlugins

trait AnalyzerPlugins extends AnyRef

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AnalyzerPlugins
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait AnalyzerPlugin extends AnyRef
  2. trait MacroPlugin extends AnyRef

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 adaptAnnotations(tree: Global.Tree, typer: Analyzer.Typer, mode: Mode, pt: Global.Type): Global.Tree

    See also

    AnalyzerPlugin.adaptAnnotations

  5. def addAnalyzerPlugin(plugin: Analyzer.AnalyzerPlugin): Unit

    Registers a new analyzer plugin

  6. def addMacroPlugin(plugin: Analyzer.MacroPlugin): Unit

    Registers a new macro plugin

  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def canAdaptAnnotations(tree: Global.Tree, typer: Analyzer.Typer, mode: Mode, pt: Global.Type): Boolean

    See also

    AnalyzerPlugin.canAdaptAnnotations

  9. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  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 pluginsEnsureCompanionObject(namer: Analyzer.Namer, cdef: Global.ClassDef, creator: (Global.ClassDef) ⇒ Global.Tree = companionModuleDef(_)): Global.Symbol

    See also

    MacroPlugin.pluginsEnsureCompanionObject

  20. def pluginsEnterStats(typer: Analyzer.Typer, stats: List[Global.Tree]): List[Global.Tree]

    See also

    MacroPlugin.pluginsEnterStats

  21. def pluginsEnterSym(namer: Analyzer.Namer, tree: Global.Tree): Analyzer.Context

    See also

    MacroPlugin.pluginsEnterSym

  22. def pluginsIsBlackbox(macroDef: Global.Symbol): Boolean

    See also

    MacroPlugin.pluginsIsBlackbox

  23. def pluginsMacroArgs(typer: Analyzer.Typer, expandee: Global.Tree): Analyzer.MacroArgs

    See also

    MacroPlugin.pluginsMacroArgs

  24. def pluginsMacroExpand(typer: Analyzer.Typer, expandee: Global.Tree, mode: Mode, pt: Global.Type): Global.Tree

    See also

    MacroPlugin.pluginsMacroExpand

  25. def pluginsMacroRuntime(expandee: Global.Tree): Analyzer.MacroRuntime

    See also

    MacroPlugin.pluginsMacroRuntime

  26. def pluginsNotifyImplicitSearch(search: Analyzer.ImplicitSearch): Unit

    See also

    AnalyzerPlugin.pluginsImplicitSearch

  27. def pluginsNotifyImplicitSearchResult(result: Analyzer.SearchResult): Unit

    See also

    AnalyzerPlugin.pluginsImplicitSearchResult

  28. def pluginsPt(pt: Global.Type, typer: Analyzer.Typer, tree: Global.Tree, mode: Mode): Global.Type

    See also

    AnalyzerPlugin.pluginsPt

  29. def pluginsTypeSig(tpe: Global.Type, typer: Analyzer.Typer, defTree: Global.Tree, pt: Global.Type): Global.Type

    See also

    AnalyzerPlugin.pluginsTypeSig

  30. def pluginsTypeSigAccessor(tpe: Global.Type, typer: Analyzer.Typer, tree: Global.ValDef, sym: Global.Symbol): Global.Type

    See also

    AnalyzerPlugin.pluginsTypeSigAccessor

  31. def pluginsTyped(tpe: Global.Type, typer: Analyzer.Typer, tree: Global.Tree, mode: Mode, pt: Global.Type): Global.Type

    See also

    AnalyzerPlugin.pluginsTyped

  32. def pluginsTypedMacroBody(typer: Analyzer.Typer, ddef: Global.DefDef): Global.Tree

    See also

    MacroPlugin.pluginsTypedMacroBody

  33. def pluginsTypedReturn(tpe: Global.Type, typer: Analyzer.Typer, tree: Global.Return, pt: Global.Type): Global.Type

    See also

    AnalyzerPlugin.pluginsTypedReturn

  34. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  35. def toString(): String
    Definition Classes
    AnyRef → Any
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped