trait ReflectToolkit extends Definitions with StdNames with TreeInfo with StdAttachments with Mirrors with Symbols with ReplIntegration with Names with Metadata

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ReflectToolkit
  2. Metadata
  3. Names
  4. ReplIntegration
  5. Symbols
  6. Mirrors
  7. StdAttachments
  8. TreeInfo
  9. StdNames
  10. Definitions
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait Attachable [-T] extends AnyRef
    Definition Classes
    Metadata
  2. class Metadata [T] extends AnyRef
    Definition Classes
    Metadata
  3. implicit class RichAttachable [T] extends AnyRef
    Definition Classes
    Metadata
  4. implicit class RichMetadataAttachable [T] extends AnyRef
    Definition Classes
    Metadata
  5. implicit class ParadiseMirror extends AnyRef
    Definition Classes
    Mirrors
  6. implicit class XtensionInlineManglingName extends AnyRef
    Definition Classes
    Names
  7. implicit class XtensionInlineManglingString extends AnyRef
    Definition Classes
    Names
  8. case class CacheAttachment (cache: Map[String, Any]) extends Product with Serializable
    Definition Classes
    StdAttachments
  9. implicit class RichTree extends AnyRef
    Definition Classes
    StdAttachments
  10. case class SymbolCompleterAttachment (info: scala.tools.nsc.Global.Type) extends Product with Serializable
    Definition Classes
    StdAttachments
  11. case class SymbolExpansionAttachment (expansion: List[scala.tools.nsc.Global.Tree]) extends Product with Serializable
    Definition Classes
    StdAttachments
  12. case class SymbolSourceAttachment (source: scala.tools.nsc.Global.Tree) extends Product with Serializable
    Definition Classes
    StdAttachments
  13. implicit class ParadiseNme extends AnyRef
    Definition Classes
    StdNames
  14. implicit class ParadiseSymbol extends AnyRef
    Definition Classes
    Symbols
  15. 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
  16. implicit class ParadiseTreeInfo extends AnyRef
    Definition Classes
    TreeInfo

Abstract Value Members

  1. abstract val global: Global

Concrete Value Members

  1. object paradiseDefinitions
    Definition Classes
    Definitions
  2. object Attachable
    Definition Classes
    Metadata
  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. lazy val InlineAnnotationMethodName: scala.tools.nsc.Global.TermName
    Definition Classes
    Names
  7. lazy val InlinePrefixParameterName: scala.tools.nsc.Global.TermName
    Definition Classes
    Names
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def attachExpansion(sym: scala.tools.nsc.Global.Symbol, trees: List[scala.tools.nsc.Global.Tree]): scala.tools.nsc.Global.Symbol
    Definition Classes
    StdAttachments
  10. def attachSource(sym: scala.tools.nsc.Global.Symbol, tree: scala.tools.nsc.Global.Tree): scala.tools.nsc.Global.Symbol
    Definition Classes
    StdAttachments
  11. def attachedExpansion(sym: scala.tools.nsc.Global.Symbol): Option[List[scala.tools.nsc.Global.Tree]]
    Definition Classes
    StdAttachments
  12. def attachedSource(sym: scala.tools.nsc.Global.Symbol): scala.tools.nsc.Global.Tree
    Definition Classes
    StdAttachments
  13. def backupCompleter(sym: scala.tools.nsc.Global.Symbol): scala.tools.nsc.Global.Symbol
    Definition Classes
    StdAttachments
  14. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  17. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. lazy val g: global.type
  19. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  20. def hasAttachedExpansion(sym: scala.tools.nsc.Global.Symbol): Boolean
    Definition Classes
    StdAttachments
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  22. def isExpanded(sym: scala.tools.nsc.Global.Symbol): Boolean
    Definition Classes
    StdAttachments
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. def isMaybeExpandee(sym: scala.tools.nsc.Global.Symbol): Boolean
    Definition Classes
    StdAttachments
  25. def isNotExpandable(sym: scala.tools.nsc.Global.Symbol): Boolean
    Definition Classes
    StdAttachments
  26. def isWeak(sym: scala.tools.nsc.Global.Symbol): Boolean
    Definition Classes
    StdAttachments
  27. def markExpanded(sym: scala.tools.nsc.Global.Symbol): scala.tools.nsc.Global.Symbol
    Definition Classes
    StdAttachments
  28. def markMaybeExpandee(sym: scala.tools.nsc.Global.Symbol): scala.tools.nsc.Global.Symbol
    Definition Classes
    StdAttachments
  29. def markNotExpandable(sym: scala.tools.nsc.Global.Symbol): scala.tools.nsc.Global.Symbol
    Definition Classes
    StdAttachments
  30. def markWeak(sym: scala.tools.nsc.Global.Symbol): scala.tools.nsc.Global.Symbol
    Definition Classes
    StdAttachments
  31. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. final def notify(): Unit
    Definition Classes
    AnyRef
  33. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  34. def restoreCompleter(sym: scala.tools.nsc.Global.Symbol): Unit
    Definition Classes
    StdAttachments
  35. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  36. 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
  37. def toString(): String
    Definition Classes
    AnyRef → Any
  38. def unmarkExpanded(sym: scala.tools.nsc.Global.Symbol): scala.tools.nsc.Global.Symbol
    Definition Classes
    StdAttachments
  39. def unmarkWeak(sym: scala.tools.nsc.Global.Symbol): scala.tools.nsc.Global.Symbol
    Definition Classes
    StdAttachments
  40. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. object WeakSymbolAttachment extends Product with Serializable
    Definition Classes
    StdAttachments

Inherited from reflect.Metadata

Inherited from Names

Inherited from ReplIntegration

Inherited from Symbols

Inherited from Mirrors

Inherited from StdAttachments

Inherited from TreeInfo

Inherited from StdNames

Inherited from Definitions

Inherited from AnyRef

Inherited from Any

Ungrouped