Trait

org.scalamacros.paradise.typechecker.Namers

Namer

Related Doc: package Namers

Permalink

trait Namer extends AnyRef

Self Type
AnalyzerPlugins.Namer with AnalyzerPlugins.Expander
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Namer
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. abstract class MaybeExpandeeCompanionCompleter extends (Namer.this)#MaybeExpandeeCompleter

    Permalink
  2. abstract class MaybeExpandeeCompleter extends (analyzer)#TypeCompleter with (analyzer)#LockingTypeCompleter with scala.tools.nsc.Global.FlagAssigningCompleter

    Permalink
  3. implicit class RichType extends AnyRef

    Permalink

Abstract Value Members

  1. abstract val namer: (analyzer)#Namer

    Permalink

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def createAssignAndEnterSymbol(tree: scala.tools.nsc.Global.Tree, mask: Long = 1L): scala.tools.nsc.Global.Symbol

    Permalink
  7. def ensureCompanionObject(cdef: scala.tools.nsc.Global.ClassDef, creator: (scala.tools.nsc.Global.ClassDef) ⇒ scala.tools.nsc.Global.Tree = companionModuleDef(_)): scala.tools.nsc.Global.Symbol

    Permalink
  8. def enterSym(tree: scala.tools.nsc.Global.Tree): (analyzer)#Context

    Permalink
  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. def finishSymbol(tree: scala.tools.nsc.Global.Tree): Unit

    Permalink
  13. def finishSymbolMaybeExpandee(tree: scala.tools.nsc.Global.Tree, annZippers: List[AnalyzerPlugins.AnnotationZipper]): Unit

    Permalink
  14. def finishSymbolMaybeExpandeeCompanion(tree: scala.tools.nsc.Global.Tree, m: scala.tools.nsc.Global.Symbol, c: scala.tools.nsc.Global.Symbol): Unit

    Permalink
  15. def finishSymbolNotExpandee(tree: scala.tools.nsc.Global.Tree): Unit

    Permalink
  16. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  17. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  18. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  19. val namerErrorGen: AnalyzerPlugins.ErrorGen

    Permalink
  20. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  21. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. def patchedCompanionSymbolOf(original: scala.tools.nsc.Global.Symbol, ctx: (analyzer)#Context): scala.tools.nsc.Global.Symbol

    Permalink
  24. def probeMacroAnnotation(context: (analyzer)#Context, tpt: scala.tools.nsc.Global.Tree): scala.tools.nsc.Global.Symbol

    Permalink
  25. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  26. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  27. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. def weakEnsureCompanionObject(cdef: scala.tools.nsc.Global.ClassDef, creator: (scala.tools.nsc.Global.ClassDef) ⇒ scala.tools.nsc.Global.Tree = companionModuleDef(_)): scala.tools.nsc.Global.Symbol

    Permalink

    Does the same as ensureCompanionObject, but also makes sure that the returned symbol destroys itself if noone ends up using it (either by calling ensureCompanionObject or by finishSymbol).

Inherited from AnyRef

Inherited from Any

Ungrouped