treehugger.Names

TypeName

case class TypeName(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. TypeName
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Name
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TypeName(name: String)

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. final def ==(arg0: AnyRef): Boolean

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

    Definition Classes
    Any
  6. def append(suffix: Name): TypeName

    Definition Classes
    TypeNameName
  7. def append(suffix: String): TypeName

    Definition Classes
    TypeNameName
  8. final def apply(i: Int): Char

    returns

    the i'th Char of this name

    Definition Classes
    Name
  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. final def containsName(subname: Name): Boolean

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

    Definition Classes
    Name
  13. final def endChar: Char

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

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

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

    Does this name end with suffix?

    Does this name end with suffix?

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

    Definition Classes
    AnyRef
  18. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  20. final def isEmpty: Boolean

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

    Definition Classes
    Any
  22. def isTermName: Boolean

    Definition Classes
    Name
  23. def isTypeName: Boolean

    Definition Classes
    TypeNameName
  24. def lastIndexOf(ch: Char): Int

    Definition Classes
    Name
  25. 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
  26. 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
  27. final def len: Int

    The length of this name.

    The length of this name.

    Definition Classes
    Name
  28. final def length: Int

    Definition Classes
    Name
  29. val name: String

    Definition Classes
    TypeNameName
  30. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  31. final def nonEmpty: Boolean

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

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

    Definition Classes
    AnyRef
  34. 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
  35. 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
  36. final def startsWith(name: String): Boolean

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

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

    Does this name start with prefix?

    Does this name start with prefix?

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

    Definition Classes
    Name
  40. final def stripEnd(suffix: Name): Name

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

    Definition Classes
    Name
  42. final def stripStart(prefix: Name): Name

    Definition Classes
    Name
  43. def subName(from: Int, to: Int): TypeName

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

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

    Definition Classes
    TypeNameName
  44. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Definition Classes
    Name
  46. final def toString(): String

    returns

    the string representation of this name

    Definition Classes
    Name → AnyRef → Any
  47. def toTermName: TermName

    Definition Classes
    Name
  48. def toTypeName: TypeName

    Definition Classes
    TypeNameName
  49. final def wait(): Unit

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. 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