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: 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. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. def clone(): AnyRef

    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

  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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    Any
  19. val namerErrorGen: AnalyzerPlugins.ErrorGen

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

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

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

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

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

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

    Definition Classes
    AnyRef
  26. def toString(): String

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

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

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

    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

    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