Packages

case class TermName(name: String) extends Name with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, Name, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TermName
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Name
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TermName(name: String)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def append(suffix: Name): TermName
    Definition Classes
    TermNameName
  5. def append(suffix: String): TermName
    Definition Classes
    TermNameName
  6. final def apply(i: Int): Char

    returns

    the i'th Char of this name

    Definition Classes
    Name
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. final def containsName(subname: Name): Boolean
    Definition Classes
    Name
  10. final def containsName(subname: String): Boolean
    Definition Classes
    Name
  11. final def endChar: Char
    Definition Classes
    Name
  12. final def endsWith(name: String): Boolean
    Definition Classes
    Name
  13. final def endsWith(char: Char): Boolean
    Definition Classes
    Name
  14. final def endsWith(suffix: Name): Boolean

    Does this name end with suffix?

    Does this name end with suffix?

    Definition Classes
    Name
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  18. final def isEmpty: Boolean
    Definition Classes
    Name
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. def isTermName: Boolean
    Definition Classes
    TermNameName
  21. def isTypeName: Boolean
    Definition Classes
    Name
  22. def lastIndexOf(ch: Char): Int
    Definition Classes
    Name
  23. 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
  24. 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
  25. final def len: Int

    The length of this name.

    The length of this name.

    Definition Classes
    Name
  26. final def length: Int
    Definition Classes
    Name
  27. val name: String
    Definition Classes
    TermNameName
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def nonEmpty: Boolean
    Definition Classes
    Name
  30. final def notify(): Unit
    Definition Classes
    AnyRef
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  32. 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
  33. 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
  34. final def startsWith(name: String): Boolean
    Definition Classes
    Name
  35. final def startsWith(char: Char): Boolean
    Definition Classes
    Name
  36. final def startsWith(prefix: Name): Boolean

    Does this name start with prefix?

    Does this name start with prefix?

    Definition Classes
    Name
  37. final def stripEnd(suffix: String): Name
    Definition Classes
    Name
  38. final def stripEnd(suffix: Name): Name
    Definition Classes
    Name
  39. final def stripStart(prefix: String): Name
    Definition Classes
    Name
  40. final def stripStart(prefix: Name): Name
    Definition Classes
    Name
  41. def subName(from: Int, to: Int): TermName

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

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

    Definition Classes
    TermNameName
  42. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  43. final def toChars: Array[Char]
    Definition Classes
    Name
  44. final def toString(): String

    returns

    the string representation of this name

    Definition Classes
    Name → AnyRef → Any
  45. def toTermName: TermName
    Definition Classes
    TermNameName
  46. def toTypeName: TypeName
    Definition Classes
    Name
  47. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Name

Inherited from AnyRef

Inherited from Any

Ungrouped