trait Chars extends AnyRef

Contains constants and classifier methods for characters

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Chars
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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. final val CR: Char('\r')
  5. final val FF: Char('\f')
  6. final val LF: Char('\n')
  7. final val SU: Char('\u001A')
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def char2uescape(c: Char): String

    Convert a character to a backslash-u escape

  10. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def digit2int(ch: Char, base: Int): Int

    Convert a character digit to an Int according to given base, -1 if no success

  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  17. def isIdentifierPart(c: Char): Boolean

    Can character form part of an alphanumeric Scala identifier?

  18. def isIdentifierStart(c: Char): Boolean

    Can character start an alphanumeric Scala identifier?

  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. def isLineBreakChar(c: Char): Boolean

    Is character a line break?

    Is character a line break?

    Annotations
    @inline()
  21. def isOperatorPart(c: Char): Boolean

    Can character form part of a Scala operator name?

  22. def isScalaLetter(ch: Char): Boolean
  23. def isSpecial(c: Char): Boolean

    Is character a math or other symbol in Unicode?

  24. def isVarPart(c: Char): Boolean
  25. def isWhitespace(c: Char): Boolean

    Is character a whitespace character (but not a new line)?

  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  29. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  30. def toString(): String
    Definition Classes
    AnyRef → Any
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped