scala.reflect.internal.StdNames

CommonNames

abstract class CommonNames extends AnyRef

Source
StdNames.scala
Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. CommonNames
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringfmt
  2. by any2stringadd
  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 CommonNames()

Type Members

  1. abstract type NameType <: Name

Abstract Value Members

  1. implicit abstract def createNameType(name: String): NameType

    Attributes
    protected

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

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

    Implicit information
    This member is added by an implicit conversion from CommonNames to ArrowAssoc[CommonNames] 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 ANON_CLASS_NAME: NameType

  9. val ANON_FUN_NAME: NameType

  10. final val AnyRef: NameType

  11. final val Array: NameType

  12. final val Boolean: NameType

  13. final val Byte: NameType

  14. final val Char: NameType

  15. final val ClassTag: NameType

  16. final val ConcreteTypeTag: NameType

  17. final val Double: NameType

  18. val EMPTY: NameType

  19. val EMPTY_PACKAGE_NAME: NameType

  20. final val ERROR: NameType

  21. final val Float: NameType

  22. val IMPL_CLASS_SUFFIX: String

  23. val IMPORT: NameType

  24. final val Int: NameType

  25. final val List: NameType

  26. final val Long: NameType

  27. val MODULE_SUFFIX_NAME: NameType

  28. val MODULE_SUFFIX_STRING: String

  29. val MODULE_VAR_SUFFIX: NameType

  30. val NAME_JOIN_NAME: NameType

  31. val NAME_JOIN_STRING: String

  32. final val NO_NAME: NameType

  33. val PACKAGE: NameType

  34. val ROOT: NameType

  35. val SINGLETON_SUFFIX: String

  36. val SPECIALIZED_SUFFIX: NameType

  37. final val ScalaValueNames: List[NameType]

  38. final val Seq: NameType

  39. final val Short: NameType

  40. final val Symbol: NameType

  41. final val TypeTag: NameType

  42. final val Unit: NameType

  43. final val WILDCARD: NameType

  44. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  45. def clone(): AnyRef

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

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

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

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

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

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

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

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  53. def flattenedName(segments: Name*): NameType

  54. def formatted(fmtstr: String): String

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

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

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

    Definition Classes
    Any
  58. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  61. val self: Any

    Implicit information
    This member is added by an implicit conversion from CommonNames to StringFormat performed by method any2stringfmt in scala.Predef.
    Definition Classes
    StringFormat
  62. val self: Any

    Implicit information
    This member is added by an implicit conversion from CommonNames to StringAdd performed by method any2stringadd in scala.Predef.
    Definition Classes
    StringAdd
  63. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  64. def toString(): String

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

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

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

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

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

Deprecated Value Members

  1. def x: CommonNames

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

    (Since version 2.10.0) Use leftOfArrow instead

  2. def x: CommonNames

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

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringfmt from CommonNames to StringFormat

Inherited by implicit conversion any2stringadd from CommonNames to StringAdd

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

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