Packages

object IChar extends Serializable

IChar utilities.

Linear Supertypes
Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IChar
  2. Serializable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. lazy val Any: IChar

    Creates an interval set containing any code points.

  5. lazy val Any16: IChar

    Creates an interval set containing any UTF-16 code points.

  6. lazy val Digit: IChar

    Returns an interval set containing digit characters.

  7. lazy val LineTerminator: IChar

    Returns an interval set containing line-terminator characters.

  8. lazy val Space: IChar

    Returns an interval set containing white-space characters.

  9. def UnicodeProperty(name: String): Option[IChar]

    Return an interval set containing the unicode property code points.

  10. def UnicodePropertyValue(name: String, value: String): Option[IChar]

    Return an interval set containing the unicode property code points.

  11. lazy val Word: IChar

    Returns an interval set containing word characters.

  12. def any(unicode: Boolean): IChar

    Creates an interval set contains any code points.

  13. def apply(ch: UChar): IChar

    Creates an interval set containing the character only.

  14. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  15. def canonicalize(c: IChar, unicode: Boolean): IChar

    Normalizes the code point interval set.

  16. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  17. def dot(ignoreCase: Boolean, dotAll: Boolean, unicode: Boolean): IChar

    Creates an interval set for the dot pattern.

  18. def empty: IChar

    Creates an empty interval set.

  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  21. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  27. def range(begin: UChar, end: UChar): IChar

    Creates an interval set ranged in [begin, end].

  28. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. def union(chars: Seq[IChar]): IChar

    Computes union of the interval sets.

  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped