trait AnalyzerPlugins extends AnyRef
- Self Type
- Analyzer with SplainData
- Source
- AnalyzerPlugins.scala
- Alphabetic
- By Inheritance
- AnalyzerPlugins
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- Protected
Type Members
- trait AnalyzerPlugin extends AnyRef
- trait MacroPlugin extends AnyRef
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- def +(other: String): String
- Implicit
- This member is added by an implicit conversion from AnalyzerPlugins toany2stringadd[AnalyzerPlugins] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
- def ->[B](y: B): (AnalyzerPlugins, B)
- Implicit
- This member is added by an implicit conversion from AnalyzerPlugins toArrowAssoc[AnalyzerPlugins] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def adaptAnnotations(tree: Global.Tree, typer: (AnalyzerPlugins.this)#Typer, mode: Mode, pt: Global.Type): Global.Tree
- See also
AnalyzerPlugin.adaptAnnotations
- def addAnalyzerPlugin(plugin: (AnalyzerPlugins.this)#AnalyzerPlugin): Unit
Registers a new analyzer plugin
- def addMacroPlugin(plugin: (AnalyzerPlugins.this)#MacroPlugin): Unit
Registers a new macro plugin
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def canAdaptAnnotations(tree: Global.Tree, typer: (AnalyzerPlugins.this)#Typer, mode: Mode, pt: Global.Type): Boolean
- See also
AnalyzerPlugin.canAdaptAnnotations
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def ensuring(cond: (AnalyzerPlugins) => Boolean, msg: => Any): AnalyzerPlugins
- Implicit
- This member is added by an implicit conversion from AnalyzerPlugins toEnsuring[AnalyzerPlugins] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: (AnalyzerPlugins) => Boolean): AnalyzerPlugins
- Implicit
- This member is added by an implicit conversion from AnalyzerPlugins toEnsuring[AnalyzerPlugins] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean, msg: => Any): AnalyzerPlugins
- Implicit
- This member is added by an implicit conversion from AnalyzerPlugins toEnsuring[AnalyzerPlugins] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean): AnalyzerPlugins
- Implicit
- This member is added by an implicit conversion from AnalyzerPlugins toEnsuring[AnalyzerPlugins] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def pluginsEnsureCompanionObject(namer: (AnalyzerPlugins.this)#Namer, cdef: Global.ClassDef, creator: (Global.ClassDef) => Global.Tree = companionModuleDef(_)): Global.Symbol
- See also
MacroPlugin.pluginsEnsureCompanionObject
- def pluginsEnterStats(typer: (AnalyzerPlugins.this)#Typer, stats: List[Global.Tree]): List[Global.Tree]
- See also
MacroPlugin.pluginsEnterStats
- def pluginsEnterSym(namer: (AnalyzerPlugins.this)#Namer, tree: Global.Tree): (AnalyzerPlugins.this)#Context
- See also
MacroPlugin.pluginsEnterSym
- def pluginsIsBlackbox(macroDef: Global.Symbol): Boolean
- See also
MacroPlugin.pluginsIsBlackbox
- def pluginsMacroArgs(typer: (AnalyzerPlugins.this)#Typer, expandee: Global.Tree): (AnalyzerPlugins.this)#MacroArgs
- See also
MacroPlugin.pluginsMacroArgs
- def pluginsMacroExpand(typer: (AnalyzerPlugins.this)#Typer, expandee: Global.Tree, mode: Mode, pt: Global.Type): Global.Tree
- See also
MacroPlugin.pluginsMacroExpand
- def pluginsMacroRuntime(expandee: Global.Tree): (AnalyzerPlugins.this)#MacroRuntime
- See also
MacroPlugin.pluginsMacroRuntime
- def pluginsNoImplicitFoundError(param: Global.Symbol, errors: List[(AnalyzerPlugins.this)#ImplicitError], initial: String): String
- See also
AnalyzerPlugin.noImplicitFoundError
- def pluginsNotifyImplicitSearch(search: (AnalyzerPlugins.this)#ImplicitSearch): Unit
- See also
AnalyzerPlugin.pluginsImplicitSearch
- def pluginsNotifyImplicitSearchResult(result: (AnalyzerPlugins.this)#SearchResult): Unit
- See also
AnalyzerPlugin.pluginsImplicitSearchResult
- def pluginsPt(pt: Global.Type, typer: (AnalyzerPlugins.this)#Typer, tree: Global.Tree, mode: Mode): Global.Type
- See also
AnalyzerPlugin.pluginsPt
- def pluginsTypeSig(tpe: Global.Type, typer: (AnalyzerPlugins.this)#Typer, defTree: Global.Tree, pt: Global.Type): Global.Type
- See also
AnalyzerPlugin.pluginsTypeSig
- def pluginsTypeSigAccessor(tpe: Global.Type, typer: (AnalyzerPlugins.this)#Typer, tree: Global.ValDef, sym: Global.Symbol): Global.Type
- See also
AnalyzerPlugin.pluginsTypeSigAccessor
- def pluginsTyped(tpe: Global.Type, typer: (AnalyzerPlugins.this)#Typer, tree: Global.Tree, mode: Mode, pt: Global.Type): Global.Type
- See also
AnalyzerPlugin.pluginsTyped
- def pluginsTypedMacroBody(typer: (AnalyzerPlugins.this)#Typer, ddef: Global.DefDef): Global.Tree
- See also
MacroPlugin.pluginsTypedMacroBody
- def pluginsTypedReturn(tpe: Global.Type, typer: (AnalyzerPlugins.this)#Typer, tree: Global.Return, pt: Global.Type): Global.Type
- See also
AnalyzerPlugin.pluginsTypedReturn
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
Deprecated Value Members
- def formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from AnalyzerPlugins toStringFormat[AnalyzerPlugins] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.12.16) Use
formatString.format(value)
instead ofvalue.formatted(formatString)
, or use thef""
string interpolator. In Java 15 and later,formatted
resolves to the new method in String which has reversed parameters.
- def →[B](y: B): (AnalyzerPlugins, B)
- Implicit
- This member is added by an implicit conversion from AnalyzerPlugins toArrowAssoc[AnalyzerPlugins] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use
->
instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.
The Scala compiler and reflection APIs.