trait Enrichments extends Definitions with StdNames with TreeInfo with StdAttachments with Mirrors with Symbols with ReplIntegration
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- Enrichments
- ReplIntegration
- Symbols
- Mirrors
- StdAttachments
- TreeInfo
- StdNames
- Definitions
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
implicit
class
ParadiseMirror extends AnyRef
- Definition Classes
- Mirrors
-
case class
CacheAttachment(cache: Map[String, Any]) extends Product with Serializable
- Definition Classes
- StdAttachments
-
implicit
class
RichTree extends AnyRef
- Definition Classes
- StdAttachments
-
case class
SymbolCompleterAttachment(info: scala.tools.nsc.Global.Type) extends Product with Serializable
- Definition Classes
- StdAttachments
-
case class
SymbolExpansionAttachment(expansion: List[scala.tools.nsc.Global.Tree]) extends Product with Serializable
- Definition Classes
- StdAttachments
-
case class
SymbolSourceAttachment(source: scala.tools.nsc.Global.Tree) extends Product with Serializable
- Definition Classes
- StdAttachments
-
implicit
class
ParadiseNme extends AnyRef
- Definition Classes
- StdNames
-
implicit
class
ParadiseSymbol extends AnyRef
- Definition Classes
- Symbols
-
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
-
implicit
class
ParadiseTreeInfo extends AnyRef
- Definition Classes
- TreeInfo
Abstract Value Members
- abstract val global: Global
Concrete Value Members
-
object
paradiseDefinitions
- Definition Classes
- Definitions
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
attachExpansion(sym: scala.tools.nsc.Global.Symbol, trees: List[scala.tools.nsc.Global.Tree]): scala.tools.nsc.Global.Symbol
- Definition Classes
- StdAttachments
-
def
attachSource(sym: scala.tools.nsc.Global.Symbol, tree: scala.tools.nsc.Global.Tree): scala.tools.nsc.Global.Symbol
- Definition Classes
- StdAttachments
-
def
attachedExpansion(sym: scala.tools.nsc.Global.Symbol): Option[List[scala.tools.nsc.Global.Tree]]
- Definition Classes
- StdAttachments
-
def
attachedSource(sym: scala.tools.nsc.Global.Symbol): scala.tools.nsc.Global.Tree
- Definition Classes
- StdAttachments
-
def
backupCompleter(sym: scala.tools.nsc.Global.Symbol): scala.tools.nsc.Global.Symbol
- Definition Classes
- StdAttachments
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hasAttachedExpansion(sym: scala.tools.nsc.Global.Symbol): Boolean
- Definition Classes
- StdAttachments
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def installationFailure(): Nothing
-
def
isExpanded(sym: scala.tools.nsc.Global.Symbol): Boolean
- Definition Classes
- StdAttachments
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isMaybeExpandee(sym: scala.tools.nsc.Global.Symbol): Boolean
- Definition Classes
- StdAttachments
-
def
isNotExpandable(sym: scala.tools.nsc.Global.Symbol): Boolean
- Definition Classes
- StdAttachments
-
def
isWeak(sym: scala.tools.nsc.Global.Symbol): Boolean
- Definition Classes
- StdAttachments
-
def
markExpanded(sym: scala.tools.nsc.Global.Symbol): scala.tools.nsc.Global.Symbol
- Definition Classes
- StdAttachments
-
def
markMaybeExpandee(sym: scala.tools.nsc.Global.Symbol): scala.tools.nsc.Global.Symbol
- Definition Classes
- StdAttachments
-
def
markNotExpandable(sym: scala.tools.nsc.Global.Symbol): scala.tools.nsc.Global.Symbol
- Definition Classes
- StdAttachments
-
def
markWeak(sym: scala.tools.nsc.Global.Symbol): scala.tools.nsc.Global.Symbol
- Definition Classes
- StdAttachments
-
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()
- implicit def paradiseSettings(settings: Settings): Settings.type
-
def
restoreCompleter(sym: scala.tools.nsc.Global.Symbol): Unit
- Definition Classes
- StdAttachments
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
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
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
unmarkExpanded(sym: scala.tools.nsc.Global.Symbol): scala.tools.nsc.Global.Symbol
- Definition Classes
- StdAttachments
-
def
unmarkWeak(sym: scala.tools.nsc.Global.Symbol): scala.tools.nsc.Global.Symbol
- Definition Classes
- StdAttachments
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
object
WeakSymbolAttachment extends Product with Serializable
- Definition Classes
- StdAttachments