scala.tools.nsc.util

Chars

trait Chars extends AnyRef

Contains constants and classifier methods for characters

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

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. val CR : Char(\'\\r\')

    Attributes
    final
  7. val FF : Char(\'\\f\')

    Attributes
    final
  8. val LF : Char(\'\\n\')

    Attributes
    final
  9. val SU : Char(\'\032\')

    Attributes
    final
  10. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  11. def char2uescape (c: Char): String

    Convert a character to a backslash-u escape

  12. def clone (): AnyRef

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

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

  14. def eq (arg0: AnyRef): Boolean

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

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

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

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

    Definition Classes
    AnyRef → Any
  19. def isIdentifierPart (c: Char): Boolean

    Can character form part of an alphanumeric Scala identifier?

  20. def isIdentifierStart (c: Char): Boolean

    Can character start an alphanumeric Scala identifier?

  21. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  22. def isLineBreakChar (c: Char): Boolean

    Is character a line break?

    Is character a line break?

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

    Can character form part of a Scala operator name?

  24. def isScalaLetter (ch: Char): Boolean

  25. def isSpecial (c: Char): Boolean

    Is character a math or other symbol in Unicode?

  26. def isVarPart (c: Char): Boolean

    Can character form part of a doc comment variable $xxx?

  27. def isWhitespace (c: Char): Boolean

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

  28. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  29. def notify (): Unit

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

    Attributes
    final
    Definition Classes
    AnyRef
  31. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  32. def toString (): String

    Definition Classes
    AnyRef → Any
  33. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AnyRef

Inherited from Any