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. Hide All
  2. Show all
  1. TypeName
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Name
  7. AnyRef
  8. Any
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 canEqual(arg0: Any): Boolean

    Definition Classes
    TypeName → Equals
  11. def clone(): AnyRef

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

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

    Definition Classes
    Name
  14. final def endChar: Char

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

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

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

    Does this name end with suffix?

    Does this name end with suffix?

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

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

    Definition Classes
    TypeName → Equals → AnyRef → Any
  20. def finalize(): Unit

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

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

    Definition Classes
    TypeName → AnyRef → Any
  23. final def isEmpty: Boolean

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

    Definition Classes
    Any
  25. def isTermName: Boolean

    Definition Classes
    Name
  26. def isTypeName: Boolean

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

    Definition Classes
    Name
  28. 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
  29. 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
  30. final def len: Int

    The length of this name.

    The length of this name.

    Definition Classes
    Name
  31. final def length: Int

    Definition Classes
    Name
  32. val name: String

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

    Definition Classes
    AnyRef
  34. final def nonEmpty: Boolean

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

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

    Definition Classes
    AnyRef
  37. 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
  38. def productArity: Int

    Definition Classes
    TypeName → Product
  39. def productElement(arg0: Int): Any

    Definition Classes
    TypeName → Product
  40. def productIterator: Iterator[Any]

    Definition Classes
    Product
  41. def productPrefix: String

    Definition Classes
    TypeName → Product
  42. 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
  43. final def startsWith(name: String): Boolean

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

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

    Does this name start with prefix?

    Does this name start with prefix?

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

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

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

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

    Definition Classes
    Name
  50. 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
  51. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

    returns

    the string representation of this name

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

    Definition Classes
    Name
  55. def toTypeName: TypeName

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Deprecated Value Members

  1. def productElements: Iterator[Any]

    Definition Classes
    Product
    Annotations
    @deprecated
    Deprecated

    (Since version 2.8.0) use productIterator instead

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Name

Inherited from AnyRef

Inherited from Any