org.scalamacros.paradise.typechecker.Namers

Namer

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
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

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

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

  3. implicit class RichType extends AnyRef

Abstract Value Members

  1. abstract val namer: (analyzer)#Namer

Concrete Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

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

  9. 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

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

  11. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

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

  18. final def getClass(): Class[_]

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

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

    Definition Classes
    Any
  21. val namerErrorGen: AnalyzerPlugins.ErrorGen

  22. final def ne(arg0: AnyRef): Boolean

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

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

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

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

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

    Definition Classes
    AnyRef
  28. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. 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

    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