scala.tools.nsc.Global

GlobalMirror

class GlobalMirror extends Roots

Linear Supertypes
Global.Roots, Global.RootsBase, reflect.api.Mirror[Global.this.type], AnyRef, Any
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. GlobalMirror
  2. Roots
  3. RootsBase
  4. Mirror
  5. AnyRef
  6. 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 GlobalMirror()

Type Members

  1. sealed trait RootSymbol extends reflect.internal.SymbolTable.Symbol with WellKnownSymbol with reflect.internal.SymbolTable.RootSymbol

    Definition Classes
    Roots
  2. sealed trait WellKnownSymbol extends reflect.internal.SymbolTable.Symbol

    Definition Classes
    Roots

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 GlobalMirror to StringAdd performed by method any2stringadd in scala.Predef.
    Definition Classes
    StringAdd
  5. def ->[B](y: B): (GlobalMirror, B)

    Implicit information
    This member is added by an implicit conversion from GlobalMirror to ArrowAssoc[GlobalMirror] 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. object EmptyPackageClass extends reflect.internal.SymbolTable.PackageClassSymbol with WellKnownSymbol

    Definition Classes
    Roots → RootsBase → Mirror
  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. def clone(): AnyRef

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

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

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

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

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

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

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

    Definition Classes
    RootsBase
  18. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. def findMemberFromRoot(fullName: Global.Name): Global.Symbol

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

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

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

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

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

    Definition Classes
    RootsBase
  25. def getModuleByName(fullname: Global.Name): Global.ModuleSymbol

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

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

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

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

    Definition Classes
    RootsBase
  30. def getPackageObjectIfDefined(fullname: Global.Name): Global.Symbol

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

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

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

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

    Definition Classes
    RootsBase
  35. def hashCode(): Int

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

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

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

    Attributes
    protected
    Definition Classes
    RootsBase
  39. final def ne(arg0: AnyRef): Boolean

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

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

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

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

    Definition Classes
    RootsBase
  44. def rootLoader: Global.LazyType

    Definition Classes
    GlobalMirror → RootsBase
  45. def staticClass(fullname: String): Global.ClassSymbol

    Definition Classes
    RootsBase → Mirror
  46. def staticModule(fullname: String): Global.ModuleSymbol

    Definition Classes
    RootsBase → Mirror
  47. def staticPackage(fullname: String): Global.ModuleSymbol

    Definition Classes
    RootsBase → Mirror
  48. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  49. def toString(): String

    Definition Classes
    GlobalMirror → AnyRef → Any
  50. val universe: Global.this.type

    Definition Classes
    GlobalMirror → Mirror
  51. def universeMissingHook(owner: Global.Symbol, name: Global.Name): Global.Symbol

    Attributes
    protected
    Definition Classes
    RootsBase
  52. final def wait(): Unit

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

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

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

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

Shadowed Implicit Value Members

  1. val self: Any

    Implicit information
    This member is added by an implicit conversion from GlobalMirror to StringAdd performed by method any2stringadd in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (globalMirror: StringAdd).self
    Definition Classes
    StringAdd
  2. val self: Any

    Implicit information
    This member is added by an implicit conversion from GlobalMirror to StringFormat performed by method any2stringfmt in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (globalMirror: StringFormat).self
    Definition Classes
    StringFormat

Deprecated Value Members

  1. def getClass(fullname: Global.Name): Global.ClassSymbol

    Definition Classes
    RootsBase
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use getClassByName

  2. def getModule(fullname: Global.Name): Global.ModuleSymbol

    Definition Classes
    RootsBase
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use getModuleByName

  3. def x: GlobalMirror

    Implicit information
    This member is added by an implicit conversion from GlobalMirror to ArrowAssoc[GlobalMirror] performed by method any2ArrowAssoc in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (globalMirror: ArrowAssoc[GlobalMirror]).x
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  4. def x: GlobalMirror

    Implicit information
    This member is added by an implicit conversion from GlobalMirror to Ensuring[GlobalMirror] performed by method any2Ensuring in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (globalMirror: Ensuring[GlobalMirror]).x
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from Global.Roots

Inherited from Global.RootsBase

Inherited from reflect.api.Mirror[Global.this.type]

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from GlobalMirror to StringAdd

Inherited by implicit conversion any2stringfmt from GlobalMirror to StringFormat

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

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

Ungrouped