trait Namer extends AnyRef
- Self Type
- AnalyzerPlugins.Namer with AnalyzerPlugins.Expander
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Namer
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- abstract class MaybeExpandeeCompanionCompleter extends (Namer.this)#MaybeExpandeeCompleter
- abstract class MaybeExpandeeCompleter extends (analyzer)#TypeCompleter with (analyzer)#LockingTypeCompleter with scala.tools.nsc.Global.FlagAssigningCompleter
- implicit class RichType extends AnyRef
Abstract Value Members
- abstract val namer: (analyzer)#Namer
Concrete Value Members
-
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
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def createAssignAndEnterSymbol(tree: scala.tools.nsc.Global.Tree, mask: Long = -1L): scala.tools.nsc.Global.Symbol
- 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
- def enterSym(tree: scala.tools.nsc.Global.Tree): (analyzer)#Context
-
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] )
- def finishSymbol(tree: scala.tools.nsc.Global.Tree): Unit
- def finishSymbolMaybeExpandee(tree: scala.tools.nsc.Global.Tree, annZippers: List[AnalyzerPlugins.AnnotationZipper]): Unit
- def finishSymbolMaybeExpandeeCompanion(tree: scala.tools.nsc.Global.Tree, m: scala.tools.nsc.Global.Symbol, c: scala.tools.nsc.Global.Symbol): Unit
- def finishSymbolNotExpandee(tree: scala.tools.nsc.Global.Tree): Unit
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val namerErrorGen: AnalyzerPlugins.ErrorGen
-
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()
- def patchedCompanionSymbolOf(original: scala.tools.nsc.Global.Symbol, ctx: (analyzer)#Context): scala.tools.nsc.Global.Symbol
- def probeMacroAnnotation(context: (analyzer)#Context, tpt: scala.tools.nsc.Global.Tree): scala.tools.nsc.Global.Symbol
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
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()
-
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 callingensureCompanionObjector byfinishSymbol).