scala.tools.nsc.symtab.Names

TermName

class TermName extends Name

Attributes
final
Definition Classes
Names → Names
Source
Names.scala
Linear Supertypes
Name, (Int) ⇒ Char, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. TermName
  2. Name
  3. Function1
  4. AnyRef
  5. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TermName (_index: Int, _len: Int, hash: Int)

Value Members

  1. def != (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  2. def != (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  3. def ## (): Int

    Attributes
    final
    Definition Classes
    AnyRef → Any
  4. def == (arg0: AnyRef): Boolean

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

    Attributes
    final
    Definition Classes
    Any
  6. def andThen [A] (g: (Char) ⇒ A): (Int) ⇒ A

    Definition Classes
    Function1
  7. def append (suffix: Name): TermName

    Definition Classes
    TermNameName
  8. def append (suffix: String): TermName

    Definition Classes
    TermNameName
  9. def apply (i: Int): Char

    return the i'th Char of this name

    return the i'th Char of this name

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

    Attributes
    final
    Definition Classes
    Any
  11. def bothNames : List[Name]

    Definition Classes
    Name
  12. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  13. def companionName : TypeName

    Definition Classes
    TermNameName
  14. def compose [A] (g: (A) ⇒ Int): (A) ⇒ Char

    Definition Classes
    Function1
  15. def containsName (subname: Name): Boolean

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

    Attributes
    final
    Definition Classes
    Name
  17. 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.

    Attributes
    final
    Definition Classes
    Name
  18. 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).

    Attributes
    final
    Definition Classes
    Name
  19. def debugString (): String

    Definition Classes
    Name
  20. def decode : String

    Replace $op_name by corresponding operator symbol.

    Replace $op_name by corresponding operator symbol.

    Definition Classes
    Name
  21. def encode : Name

    Replace operator symbols by corresponding $op_name.

    Replace operator symbols by corresponding $op_name.

    Definition Classes
    Name
  22. def endChar : Char

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

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

    Attributes
    final
    Definition Classes
    Name
  25. 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?

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

    does this name end with suffix?

    does this name end with suffix?

    Attributes
    final
    Definition Classes
    Name
  27. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  28. def equals (arg0: Any): Boolean

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

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  30. def getClass (): java.lang.Class[_]

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

    return the hash value of this name

    return the hash value of this name

    Attributes
    final
    Definition Classes
    Name → AnyRef → Any
  32. val index : Int

    Attributes
    protected
    Definition Classes
    Name
  33. def isEmpty : Boolean

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

    Attributes
    final
    Definition Classes
    Any
  35. def isOperatorName : Boolean

    Definition Classes
    Name
  36. def isTermName : Boolean

    Definition Classes
    TermNameName
  37. def isTypeName : Boolean

    Definition Classes
    TermNameName
  38. def lastIndexOf (ch: Char): Int

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

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

    return 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

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

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

    return 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

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

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

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

    return 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

    Attributes
    final
    Definition Classes
    Name
  43. val len : Int

    Attributes
    protected
    Definition Classes
    Name
  44. def length : Int

    return the length of this name

    return the length of this name

    Attributes
    final
    Definition Classes
    Name
  45. def longString : String

    Definition Classes
    Name
  46. def nameKind : String

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

    Attributes
    final
    Definition Classes
    AnyRef
  48. var next : TermName

    next name in the same hash bucket

    next name in the same hash bucket

    Definition Classes
    TermNameName
  49. def nonEmpty : Boolean

    Attributes
    final
    Definition Classes
    Name
  50. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  51. def notifyAll (): Unit

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

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

    return 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

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

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

    return 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

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

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

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

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

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

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

    Attributes
    final
    Definition Classes
    Name
  56. 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
  57. def start : Int

    Index into name table

    Index into name table

    Definition Classes
    Name
  58. 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.

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

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

    Attributes
    final
    Definition Classes
    Name
  61. 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?

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

    does this name start with prefix?

    does this name start with prefix?

    Attributes
    final
    Definition Classes
    Name
  63. def stripEnd (suffix: String): Name

    Attributes
    final
    Definition Classes
    Name
  64. def stripEnd (suffix: Name): Name

    Attributes
    final
    Definition Classes
    Name
  65. def stripStart (prefix: String): Name

    Attributes
    final
    Definition Classes
    Name
  66. def stripStart (prefix: Name): Name

    Attributes
    final
    Definition Classes
    Name
  67. def subName (from: Int, to: Int): TermName

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

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

    Definition Classes
    TermNameName
  68. def synchronized [T0] (arg0: ⇒ T0): T0

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

    return the ascii representation of this name

    return the ascii representation of this name

    Attributes
    final
    Definition Classes
    Name
  70. def toString (): String

    return the string representation of this name

    return the string representation of this name

    Attributes
    final
    Definition Classes
    Name → Function1 → AnyRef → Any
  71. def toTermName : TermName

    Definition Classes
    TermNameName
  72. def toTypeName : TypeName

    Definition Classes
    TermNameName
  73. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from Name

Inherited from (Int) ⇒ Char

Inherited from AnyRef

Inherited from Any