scala.reflect.makro.runtime.Mirrors

ContextMirror

class ContextMirror extends RootsBase

Source
Mirrors.scala
Linear Supertypes
RootsBase, MirrorOf[Mirrors.this.universe.type], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ContextMirror
  2. RootsBase
  3. MirrorOf
  4. AnyRef
  5. Any
Implicitly
  1. by any2stringadd
  2. by any2stringfmt
  3. by any2ArrowAssoc
  4. by any2Ensuring
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ContextMirror()

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. def +(other: String): String

    Implicit information
    This member is added by an implicit conversion from ContextMirror to StringAdd performed by method any2stringadd in scala.Predef.
    Definition Classes
    StringAdd
  5. def ->[B](y: B): (ContextMirror, B)

    Implicit information
    This member is added by an implicit conversion from ContextMirror to ArrowAssoc[ContextMirror] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  6. final def ==(arg0: AnyRef): Boolean

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

    Definition Classes
    Any
  8. val EmptyPackage: ModuleSymbol

    Definition Classes
    ContextMirror → RootsBase → MirrorOf
  9. val EmptyPackageClass: ClassSymbol

    Definition Classes
    ContextMirror → RootsBase → MirrorOf
  10. val RootClass: ClassSymbol

    Definition Classes
    ContextMirror → RootsBase → MirrorOf
  11. val RootPackage: ModuleSymbol

    Definition Classes
    ContextMirror → RootsBase → MirrorOf
  12. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  13. def clone(): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  14. def ensuring(cond: (ContextMirror) ⇒ Boolean, msg: ⇒ Any): ContextMirror

    Implicit information
    This member is added by an implicit conversion from ContextMirror to Ensuring[ContextMirror] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: (ContextMirror) ⇒ Boolean): ContextMirror

    Implicit information
    This member is added by an implicit conversion from ContextMirror to Ensuring[ContextMirror] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: Boolean, msg: ⇒ Any): ContextMirror

    Implicit information
    This member is added by an implicit conversion from ContextMirror to Ensuring[ContextMirror] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. def ensuring(cond: Boolean): ContextMirror

    Implicit information
    This member is added by an implicit conversion from ContextMirror to Ensuring[ContextMirror] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  20. def erasureName[T](implicit arg0: ClassTag[T]): String

    Definition Classes
    RootsBase
  21. def finalize(): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  22. def findMemberFromRoot(fullName: Name): Symbol

    Definition Classes
    RootsBase
  23. def formatted(fmtstr: String): String

    Implicit information
    This member is added by an implicit conversion from ContextMirror to StringFormat performed by method any2stringfmt in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  24. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  25. def getClassByName(fullname: Name): ClassSymbol

    Definition Classes
    RootsBase
  26. def getClassIfDefined(fullname: Name): Symbol

    Definition Classes
    RootsBase
  27. def getClassIfDefined(fullname: String): Symbol

    Definition Classes
    RootsBase
  28. def getModule(fullname: Name): ModuleSymbol

    Definition Classes
    RootsBase
  29. def getModuleIfDefined(fullname: Name): Symbol

    Definition Classes
    RootsBase
  30. def getModuleIfDefined(fullname: String): Symbol

    Definition Classes
    RootsBase
  31. def getPackage(fullname: Name): ModuleSymbol

    Definition Classes
    RootsBase
  32. def getPackageObject(fullname: String): ModuleSymbol

    Definition Classes
    RootsBase
  33. def getPackageObjectIfDefined(fullname: String): Symbol

    Definition Classes
    RootsBase
  34. def getRequiredClass(fullname: String): ClassSymbol

    Definition Classes
    RootsBase
  35. def getRequiredModule(fullname: String): ModuleSymbol

    Definition Classes
    RootsBase
  36. def getRequiredPackage(fullname: String): ModuleSymbol

    Definition Classes
    RootsBase
  37. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  38. def init(): Unit

    Definition Classes
    RootsBase
  39. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  40. def mirrorMissingHook(owner: Symbol, name: Name): Symbol

    Attributes
    protected
    Definition Classes
    ContextMirror → RootsBase
  41. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  44. def requiredClass[T](implicit arg0: ClassTag[T]): ClassSymbol

    Definition Classes
    RootsBase
  45. def requiredModule[T](implicit arg0: ClassTag[T]): ModuleSymbol

    Definition Classes
    RootsBase
  46. def rootLoader: LazyType

    Definition Classes
    ContextMirror → RootsBase
  47. val self: Any

    Implicit information
    This member is added by an implicit conversion from ContextMirror to StringAdd performed by method any2stringadd in scala.Predef.
    Definition Classes
    StringAdd
  48. val self: Any

    Implicit information
    This member is added by an implicit conversion from ContextMirror to StringFormat performed by method any2stringfmt in scala.Predef.
    Definition Classes
    StringFormat
  49. def staticClass(fullName: String): ClassSymbol

    Definition Classes
    RootsBase → MirrorOf
  50. def staticModule(fullName: String): ModuleSymbol

    Definition Classes
    RootsBase → MirrorOf
  51. def symbolTableMissingHook(owner: Symbol, name: Name): Symbol

    Attributes
    protected
    Definition Classes
    RootsBase
  52. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  53. def toString(): String

    Definition Classes
    ContextMirror → AnyRef → Any
  54. val universe: Mirrors.this.universe.type

    Definition Classes
    ContextMirror → MirrorOf
  55. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()
  58. def [B](y: B): (ContextMirror, B)

    Implicit information
    This member is added by an implicit conversion from ContextMirror to ArrowAssoc[ContextMirror] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Deprecated Value Members

  1. def getClass(fullname: Name): ClassSymbol

    Definition Classes
    RootsBase
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use getClassByName

  2. def x: ContextMirror

    Implicit information
    This member is added by an implicit conversion from ContextMirror to ArrowAssoc[ContextMirror] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  3. def x: ContextMirror

    Implicit information
    This member is added by an implicit conversion from ContextMirror to Ensuring[ContextMirror] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from RootsBase

Inherited from MirrorOf[Mirrors.this.universe.type]

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from ContextMirror to StringAdd

Inherited by implicit conversion any2stringfmt from ContextMirror to StringFormat

Inherited by implicit conversion any2ArrowAssoc from ContextMirror to ArrowAssoc[ContextMirror]

Inherited by implicit conversion any2Ensuring from ContextMirror to Ensuring[ContextMirror]