org.scalamacros.paradise.reflect

Enrichments

trait Enrichments extends Definitions with StdNames with TreeInfo with StdAttachments with Mirrors with Symbols with ReplIntegration

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Enrichments
  2. ReplIntegration
  3. Symbols
  4. Mirrors
  5. StdAttachments
  6. TreeInfo
  7. StdNames
  8. Definitions
  9. AnyRef
  10. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. 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
  2. case class CacheAttachment(cache: Map[String, Any]) extends Product with Serializable

    Definition Classes
    StdAttachments
  3. implicit class ParadiseMirror extends AnyRef

    Definition Classes
    Mirrors
  4. implicit class ParadiseNme extends AnyRef

    Definition Classes
    StdNames
  5. implicit class ParadiseSymbol extends AnyRef

    Definition Classes
    Symbols
  6. implicit class ParadiseTreeInfo extends AnyRef

    Definition Classes
    TreeInfo
  7. implicit class RichTree extends AnyRef

    Definition Classes
    StdAttachments
  8. case class SymbolCompleterAttachment(info: scala.tools.nsc.Global.Type) extends Product with Serializable

    Definition Classes
    StdAttachments
  9. case class SymbolExpansionAttachment(expansion: List[scala.tools.nsc.Global.Tree]) extends Product with Serializable

    Definition Classes
    StdAttachments
  10. case class SymbolSourceAttachment(source: scala.tools.nsc.Global.Tree) extends Product with Serializable

    Definition Classes
    StdAttachments

Abstract Value Members

  1. abstract val global: Global

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 WeakSymbolAttachment extends Product with Serializable

    Definition Classes
    StdAttachments
  5. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  6. def attachExpansion(sym: scala.tools.nsc.Global.Symbol, trees: List[scala.tools.nsc.Global.Tree]): scala.tools.nsc.Global.Symbol

    Definition Classes
    StdAttachments
  7. def attachSource(sym: scala.tools.nsc.Global.Symbol, tree: scala.tools.nsc.Global.Tree): scala.tools.nsc.Global.Symbol

    Definition Classes
    StdAttachments
  8. def attachedExpansion(sym: scala.tools.nsc.Global.Symbol): Option[List[scala.tools.nsc.Global.Tree]]

    Definition Classes
    StdAttachments
  9. def attachedSource(sym: scala.tools.nsc.Global.Symbol): scala.tools.nsc.Global.Tree

    Definition Classes
    StdAttachments
  10. def backupCompleter(sym: scala.tools.nsc.Global.Symbol): scala.tools.nsc.Global.Symbol

    Definition Classes
    StdAttachments
  11. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  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 hasAttachedExpansion(sym: scala.tools.nsc.Global.Symbol): Boolean

    Definition Classes
    StdAttachments
  17. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  18. def installationFailure(): Nothing

  19. def isExpanded(sym: scala.tools.nsc.Global.Symbol): Boolean

    Definition Classes
    StdAttachments
  20. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  21. def isMaybeExpandee(sym: scala.tools.nsc.Global.Symbol): Boolean

    Definition Classes
    StdAttachments
  22. def isNotExpandable(sym: scala.tools.nsc.Global.Symbol): Boolean

    Definition Classes
    StdAttachments
  23. def isWeak(sym: scala.tools.nsc.Global.Symbol): Boolean

    Definition Classes
    StdAttachments
  24. def markExpanded(sym: scala.tools.nsc.Global.Symbol): scala.tools.nsc.Global.Symbol

    Definition Classes
    StdAttachments
  25. def markMaybeExpandee(sym: scala.tools.nsc.Global.Symbol): scala.tools.nsc.Global.Symbol

    Definition Classes
    StdAttachments
  26. def markNotExpandable(sym: scala.tools.nsc.Global.Symbol): scala.tools.nsc.Global.Symbol

    Definition Classes
    StdAttachments
  27. def markWeak(sym: scala.tools.nsc.Global.Symbol): scala.tools.nsc.Global.Symbol

    Definition Classes
    StdAttachments
  28. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  29. final def notify(): Unit

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

    Definition Classes
    AnyRef
  31. object paradiseDefinitions

    Definition Classes
    Definitions
  32. implicit def paradiseSettings(settings: Settings): Settings.type

  33. def restoreCompleter(sym: scala.tools.nsc.Global.Symbol): Unit

    Definition Classes
    StdAttachments
  34. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  35. 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
  36. def toString(): String

    Definition Classes
    AnyRef → Any
  37. def unmarkExpanded(sym: scala.tools.nsc.Global.Symbol): scala.tools.nsc.Global.Symbol

    Definition Classes
    StdAttachments
  38. def unmarkWeak(sym: scala.tools.nsc.Global.Symbol): scala.tools.nsc.Global.Symbol

    Definition Classes
    StdAttachments
  39. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

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