Packages

trait AnalyzerPlugins extends Compilers with Namers with Expanders with Errors with Enrichments

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AnalyzerPlugins
  2. Enrichments
  3. ReplIntegration
  4. Symbols
  5. Mirrors
  6. StdAttachments
  7. TreeInfo
  8. StdNames
  9. Definitions
  10. Errors
  11. Expanders
  12. Namers
  13. Compilers
  14. AnyRef
  15. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. implicit class ParadiseMirror extends AnyRef
    Definition Classes
    Mirrors
  2. case class CacheAttachment(cache: Map[String, Any]) extends Product with Serializable
    Definition Classes
    StdAttachments
  3. implicit class RichTree extends AnyRef
    Definition Classes
    StdAttachments
  4. case class SymbolCompleterAttachment(info: scala.tools.nsc.Global.Type) extends Product with Serializable
    Definition Classes
    StdAttachments
  5. case class SymbolExpansionAttachment(expansion: List[scala.tools.nsc.Global.Tree]) extends Product with Serializable
    Definition Classes
    StdAttachments
  6. case class SymbolSourceAttachment(source: scala.tools.nsc.Global.Tree) extends Product with Serializable
    Definition Classes
    StdAttachments
  7. implicit class ParadiseNme extends AnyRef
    Definition Classes
    StdNames
  8. implicit class ParadiseSymbol extends AnyRef
    Definition Classes
    Symbols
  9. case class AnnotationZipper(annotation: scala.tools.nsc.Global.Tree, annottee: scala.tools.nsc.Global.Tree, owner: scala.tools.nsc.Global.Tree) extends Product with Serializable
    Definition Classes
    TreeInfo
  10. implicit class ParadiseTreeInfo extends AnyRef
    Definition Classes
    TreeInfo
  11. class Compiler extends AnyRef
    Definition Classes
    Compilers
  12. class ErrorGen extends AnyRef
    Definition Classes
    Errors
  13. trait Expander extends AnyRef
    Definition Classes
    Expanders
  14. trait Namer extends AnyRef
    Definition Classes
    Namers

Abstract Value Members

  1. abstract val global: Global
    Definition Classes
    Enrichments

Concrete Value Members

  1. object paradiseDefinitions
    Definition Classes
    Definitions
  2. object WeakSymbolAttachment extends Product with Serializable
    Definition Classes
    StdAttachments
  3. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def ##(): Int
    Definition Classes
    AnyRef → Any
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def attachExpansion(sym: scala.tools.nsc.Global.Symbol, trees: List[scala.tools.nsc.Global.Tree]): scala.tools.nsc.Global.Symbol
    Definition Classes
    StdAttachments
  8. def attachSource(sym: scala.tools.nsc.Global.Symbol, tree: scala.tools.nsc.Global.Tree): scala.tools.nsc.Global.Symbol
    Definition Classes
    StdAttachments
  9. def attachedExpansion(sym: scala.tools.nsc.Global.Symbol): Option[List[scala.tools.nsc.Global.Tree]]
    Definition Classes
    StdAttachments
  10. def attachedSource(sym: scala.tools.nsc.Global.Symbol): scala.tools.nsc.Global.Tree
    Definition Classes
    StdAttachments
  11. def backupCompleter(sym: scala.tools.nsc.Global.Symbol): scala.tools.nsc.Global.Symbol
    Definition Classes
    StdAttachments
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  15. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def hasAttachedExpansion(sym: scala.tools.nsc.Global.Symbol): Boolean
    Definition Classes
    StdAttachments
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. def installationFailure(): Nothing
    Definition Classes
    Enrichments
  20. def isExpanded(sym: scala.tools.nsc.Global.Symbol): Boolean
    Definition Classes
    StdAttachments
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. def isMaybeExpandee(sym: scala.tools.nsc.Global.Symbol): Boolean
    Definition Classes
    StdAttachments
  23. def isNotExpandable(sym: scala.tools.nsc.Global.Symbol): Boolean
    Definition Classes
    StdAttachments
  24. def isWeak(sym: scala.tools.nsc.Global.Symbol): Boolean
    Definition Classes
    StdAttachments
  25. def markExpanded(sym: scala.tools.nsc.Global.Symbol): scala.tools.nsc.Global.Symbol
    Definition Classes
    StdAttachments
  26. def markMaybeExpandee(sym: scala.tools.nsc.Global.Symbol): scala.tools.nsc.Global.Symbol
    Definition Classes
    StdAttachments
  27. def markNotExpandable(sym: scala.tools.nsc.Global.Symbol): scala.tools.nsc.Global.Symbol
    Definition Classes
    StdAttachments
  28. def markWeak(sym: scala.tools.nsc.Global.Symbol): scala.tools.nsc.Global.Symbol
    Definition Classes
    StdAttachments
  29. def mkCompiler(typer: (analyzer)#Typer): Compiler
    Definition Classes
    Compilers
  30. def mkExpander(namer0: (analyzer)#Namer): Namer with Expander
    Definition Classes
    Expanders
  31. def mkNamer(namer0: (analyzer)#Namer): Namer with Expander
    Definition Classes
    Namers
  32. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  34. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  35. implicit def paradiseSettings(settings: Settings): Settings.type
    Definition Classes
    Enrichments
  36. def restoreCompleter(sym: scala.tools.nsc.Global.Symbol): Unit
    Definition Classes
    StdAttachments
  37. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  38. def tellReplAboutExpansion(sym: scala.tools.nsc.Global.Symbol, companion: scala.tools.nsc.Global.Symbol, expanded: List[scala.tools.nsc.Global.Tree]): Unit
    Definition Classes
    ReplIntegration
  39. def toString(): String
    Definition Classes
    AnyRef → Any
  40. def unmarkExpanded(sym: scala.tools.nsc.Global.Symbol): scala.tools.nsc.Global.Symbol
    Definition Classes
    StdAttachments
  41. def unmarkWeak(sym: scala.tools.nsc.Global.Symbol): scala.tools.nsc.Global.Symbol
    Definition Classes
    StdAttachments
  42. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  45. object AnalyzerPlugin extends (analyzer)#AnalyzerPlugin
  46. object MacroPlugin extends (analyzer)#MacroPlugin

Inherited from Enrichments

Inherited from ReplIntegration

Inherited from Symbols

Inherited from Mirrors

Inherited from StdAttachments

Inherited from TreeInfo

Inherited from StdNames

Inherited from Definitions

Inherited from Errors

Inherited from Expanders

Inherited from Namers

Inherited from Compilers

Inherited from AnyRef

Inherited from Any

Ungrouped