scala.reflect.internal.Names

AlphaNumName

trait AlphaNumName extends Name

A name that contains no operator chars nor dollar signs. TODO - see if it's any faster to do something along these lines.

Source
Names.scala
Linear Supertypes
Name, (Int) ⇒ Char, AbsName, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. AlphaNumName
  2. Name
  3. Function1
  4. AbsName
  5. AnyRef
  6. 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. abstract type ThisNameType <: Name

    Definition Classes
    Name

Abstract Value Members

  1. abstract def companionName: Name

    Definition Classes
    Name
  2. abstract def isTermName: Boolean

    Definition Classes
    Name → AbsName
  3. abstract def isTypeName: Boolean

    Definition Classes
    Name → AbsName
  4. abstract def nameKind: String

    Definition Classes
    Name
  5. abstract def newName(str: String): ThisNameType

    Return a new name of the same variety.

    Return a new name of the same variety.

    Definition Classes
    Name
  6. abstract def next: ThisNameType

    The next name in the same hash bucket.

    The next name in the same hash bucket.

    Definition Classes
    Name
  7. abstract def subName(from: Int, to: Int): ThisNameType

    Return the subname with characters from from to to-1.

    Return the subname with characters from from to to-1.

    Definition Classes
    Name
  8. abstract def thisName: ThisNameType

    Attributes
    protected[this]
    Definition Classes
    Name
  9. abstract def toTermName: TermName

    Definition Classes
    Name → AbsName
  10. abstract def toTypeName: TypeName

    Definition Classes
    Name → AbsName

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

    Implicit information
    This member is added by an implicit conversion from AlphaNumName to ArrowAssoc[AlphaNumName] 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 andThen[A](g: (Char) ⇒ A): (Int) ⇒ A

    Definition Classes
    Function1
  9. def append(suffix: Name): ThisNameType

    Definition Classes
    Name
  10. def append(suffix: String): ThisNameType

    Definition Classes
    Name
  11. def append(ch: Char): ThisNameType

    TODO - find some efficiency.

    TODO - find some efficiency.

    Definition Classes
    Name
  12. final def apply(i: Int): Char

    returns

    the i'th Char of this name

    Definition Classes
    Name → Function1
  13. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  14. def bothNames: List[Name]

    Definition Classes
    Name
  15. def clone(): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  16. def compose[A](g: (A) ⇒ Int): (A) ⇒ Char

    Definition Classes
    Function1
  17. final def containsChar(ch: Char): Boolean

    Definition Classes
    Name
  18. final def containsName(subname: Name): Boolean

    Definition Classes
    Name
  19. final def containsName(subname: String): Boolean

    Definition Classes
    Name
  20. final def copyChars(cs: Array[Char], offset: Int): Unit

    Copy bytes of this name to buffer cs, starting at position offset.

    Copy bytes of this name to buffer cs, starting at position offset.

    Definition Classes
    Name
  21. final def copyUTF8(bs: Array[Byte], offset: Int): Int

    Write to UTF8 representation of this name to given character array.

    Write to UTF8 representation of this name to given character array. Start copying to index to. Return index of next free byte in array. Array must have enough remaining space for all bytes (i.e. maximally 3*length bytes).

    Definition Classes
    Name
  22. def debugString: String

    Definition Classes
    Name
  23. final def decode: String

    Replace $op_name by corresponding operator symbol.

    Replace $op_name by corresponding operator symbol.

    Definition Classes
    AlphaNumNameName
  24. def decoded: String

    !!! Duplicative but consistently named.

    !!! Duplicative but consistently named.

    Definition Classes
    Name → AbsName
  25. final def decodedName: ThisNameType

    Definition Classes
    AlphaNumNameName → AbsName
  26. def drop(n: Int): ThisNameType

    Definition Classes
    Name
  27. def dropRight(n: Int): ThisNameType

    Definition Classes
    Name
  28. final def encode: ThisNameType

    Replace operator symbols by corresponding $op_name.

    Replace operator symbols by corresponding $op_name.

    Definition Classes
    AlphaNumNameName
  29. def encoded: String

    Definition Classes
    Name → AbsName
  30. def encodedName: ThisNameType

    Definition Classes
    Name → AbsName
  31. final def endChar: Char

    Definition Classes
    Name
  32. final def endsWith(name: String): Boolean

    Definition Classes
    Name
  33. final def endsWith(char: Char): Boolean

    Definition Classes
    Name
  34. final def endsWith(suffix: Name, end: Int): Boolean

    Does this name end with suffix just before given end index?

    Does this name end with suffix just before given end index?

    Definition Classes
    Name
  35. final def endsWith(suffix: Name): Boolean

    Does this name end with suffix?

    Does this name end with suffix?

    Definition Classes
    Name
  36. def ensuring(cond: (AlphaNumName) ⇒ Boolean, msg: ⇒ Any): AlphaNumName

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

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

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

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

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

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

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

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

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

    returns

    the hash value of this name

    Definition Classes
    Name → AnyRef → Any
  46. val index: Int

    Attributes
    protected
    Definition Classes
    Name
  47. def indexOf(ch: Char, fromIndex: Int): Int

    Definition Classes
    Name
  48. def indexOf(ch: Char): Int

    Definition Classes
    Name
  49. final def isEmpty: Boolean

    Definition Classes
    Name
  50. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  51. final def isOperatorName: Boolean

    Definition Classes
    AlphaNumNameName
  52. def lastIndexOf(ch: Char, fromIndex: Int): Int

    Definition Classes
    Name
  53. def lastIndexOf(ch: Char): Int

    Definition Classes
    Name
  54. final def lastPos(s: String, start: Int): Int

    Returns the index of the last occurrence of string s in this name from start, -1 if not found.

    Returns the index of the last occurrence of string s in this name from start, -1 if not found.

    s

    the string

    start

    ...

    returns

    the index of the last occurrence of s

    Definition Classes
    Name
  55. final def lastPos(c: Char, start: Int): Int

    Returns the index of the last occurrence of char c in this name from start, -1 if not found.

    Returns the index of the last occurrence of char c in this name from start, -1 if not found.

    c

    the character

    start

    ...

    returns

    the index of the last occurrence of c

    Definition Classes
    Name
  56. final def lastPos(s: String): Int

    Definition Classes
    Name
  57. final def lastPos(c: Char): Int

    Returns the index of last occurrence of char c in this name, -1 if not found.

    Returns the index of last occurrence of char c in this name, -1 if not found.

    c

    the character

    returns

    the index of the last occurrence of c

    Definition Classes
    Name
  58. val len: Int

    Attributes
    protected
    Definition Classes
    Name
  59. final def length: Int

    The length of this name.

    The length of this name.

    Definition Classes
    Name
  60. def longString: String

    Definition Classes
    Name
  61. def mapName(f: (String) ⇒ String): ThisNameType

    Return a new name based on string transformation.

    Return a new name based on string transformation.

    Definition Classes
    Name
  62. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  63. final def nonEmpty: Boolean

    Definition Classes
    Name
  64. final def notify(): Unit

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

    Definition Classes
    AnyRef
  66. final def pos(s: String, start: Int): Int

    Returns the index of the first occurrence of nonempty string s in this name from start, length if not found.

    Returns the index of the first occurrence of nonempty string s in this name from start, length if not found.

    s

    the string

    start

    ...

    returns

    the index of the first occurrence of s

    Definition Classes
    Name
  67. final def pos(c: Char, start: Int): Int

    Returns the index of the first occurrence of character c in this name from start, length if not found.

    Returns the index of the first occurrence of character c in this name from start, length if not found.

    c

    the character

    start

    ...

    returns

    the index of the first occurrence of c

    Definition Classes
    Name
  68. final def pos(s: String): Int

    returns

    the index of first occurrence of char c in this name, length if not found

    Definition Classes
    Name
  69. final def pos(c: Char): Int

    returns

    the index of first occurrence of char c in this name, length if not found

    Definition Classes
    Name
  70. def prepend(prefix: Name): ThisNameType

    Definition Classes
    Name
  71. def prepend(prefix: String): ThisNameType

    Definition Classes
    Name
  72. def prepend(ch: Char): ThisNameType

    Definition Classes
    Name
  73. def replace(from: Char, to: Char): Name

    Replace all occurrences of from by to in name; result is always a term name.

    Replace all occurrences of from by to in name; result is always a term name.

    Definition Classes
    Name
  74. val self: Any

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

    Implicit information
    This member is added by an implicit conversion from AlphaNumName to StringAdd performed by method any2stringadd in scala.Predef.
    Definition Classes
    StringAdd
  76. def start: Int

    Index into name table

    Index into name table

    Definition Classes
    Name
  77. final def startChar: Char

    Some thoroughly self-explanatory convenience functions.

    Some thoroughly self-explanatory convenience functions. They assume that what they're being asked to do is known to be valid.

    Definition Classes
    Name
  78. final def startsWith(name: String): Boolean

    Definition Classes
    Name
  79. final def startsWith(char: Char): Boolean

    Definition Classes
    Name
  80. final def startsWith(prefix: Name, start: Int): Boolean

    Does this name start with prefix at given start index?

    Does this name start with prefix at given start index?

    Definition Classes
    Name
  81. final def startsWith(prefix: Name): Boolean

    Does this name start with prefix?

    Does this name start with prefix?

    Definition Classes
    Name
  82. def stripSuffix(suffix: Name): ThisNameType

    Definition Classes
    Name
  83. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  84. final def toChars: Array[Char]

    returns

    the ascii representation of this name

    Definition Classes
    Name
  85. def toString(): String

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

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

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

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

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

Deprecated Value Members

  1. def x: AlphaNumName

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

    (Since version 2.10.0) Use leftOfArrow instead

  2. def x: AlphaNumName

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

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from Name

Inherited from (Int) ⇒ Char

Inherited from AbsName

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringfmt from AlphaNumName to StringFormat

Inherited by implicit conversion any2stringadd from AlphaNumName to StringAdd

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

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