scala.reflect.internal

Names

trait Names extends Names

The class Names ...

Source
Names.scala
Version

1.0, 05/02/2005

Linear Supertypes
Names, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Names
  2. Names
  3. AnyRef
  4. 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

Type Members

  1. trait AlphaNumName extends Name

    A name that contains no operator chars nor dollar signs.

  2. sealed abstract class Name extends AbsName with (Int) ⇒ Char

    The name class.

  3. sealed abstract class TermName extends Name

    Definition Classes
    Names → Names
  4. sealed abstract class TypeName extends Name

    Definition Classes
    Names → Names

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

    Implicit information
    This member is added by an implicit conversion from Names to ArrowAssoc[Names] 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. def EmptyTermName: TermName

    Definition Classes
    Names
  9. def EmptyTypeName: TypeName

    Definition Classes
    Names
  10. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  11. var chrs: Array[Char]

    Memory to store all names sequentially.

  12. def clone(): AnyRef

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

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

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

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

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

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

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

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  20. def formatted(fmtstr: String): String

    Implicit information
    This member is added by an implicit conversion from Names 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 hashCode(): Int

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

    Definition Classes
    Any
  24. def nameChars: Array[Char]

  25. final val nameDebug: Boolean(false)

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

    Definition Classes
    AnyRef
  27. def newTermName(bs: Array[Byte], offset: Int, len: Int): TermName

    Create a term name from the UTF8 encoded bytes in bs[offset.

    Create a term name from the UTF8 encoded bytes in bs[offset..offset+len-1].

  28. def newTermName(s: String): TermName

    Create a term name from string.

    Create a term name from string.

    Definition Classes
    Names → Names
  29. def newTermName(cs: Array[Char], offset: Int, len: Int, cachedString: String): TermName

    Create a term name from the characters in cs[offset.

    Create a term name from the characters in cs[offset..offset+len-1]. TODO - have a mode where name validation is performed at creation time (e.g. if a name has the string "$class" in it, then fail if that string is not at the very end.)

    Attributes
    protected
  30. def newTermName(cs: Array[Char]): TermName

  31. def newTermName(cs: Array[Char], offset: Int, len: Int): TermName

    Create a term name from the characters in cs[offset.

    Create a term name from the characters in cs[offset..offset+len-1].

  32. def newTermNameCached(s: String): TermName

  33. def newTypeName(bs: Array[Byte], offset: Int, len: Int): TypeName

    Create a type name from the UTF8 encoded bytes in bs[offset.

    Create a type name from the UTF8 encoded bytes in bs[offset..offset+len-1].

  34. def newTypeName(cs: Array[Char], offset: Int, len: Int): TypeName

    Create a type name from the characters in cs[offset.

    Create a type name from the characters in cs[offset..offset+len-1].

  35. def newTypeName(s: String): TypeName

    Create a type name from string.

    Create a type name from string.

    Definition Classes
    Names → Names
  36. def newTypeName(cs: Array[Char], offset: Int, len: Int, cachedString: String): TypeName

    Attributes
    protected
  37. def newTypeName(cs: Array[Char]): TypeName

  38. def newTypeNameCached(s: String): TypeName

  39. final def notify(): Unit

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

    Definition Classes
    AnyRef
  41. implicit def promoteTermNamesAsNecessary(name: Name): TermName

  42. val self: Any

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

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

    Definition Classes
    AnyRef
  45. def toString(): String

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

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

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

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

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

Deprecated Value Members

  1. def view(s: String): TermName

    Annotations
    @deprecated
    Deprecated

    (Since version 2.9.0)

  2. def x: Names

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

    (Since version 2.10.0) Use leftOfArrow instead

  3. def x: Names

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

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from Names

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringfmt from Names to StringFormat

Inherited by implicit conversion any2stringadd from Names to StringAdd

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

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