object IChar extends Serializable
IChar utilities.
- Alphabetic
- By Inheritance
- IChar
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- lazy val Any: IChar
Creates an interval set containing any code points.
- lazy val Any16: IChar
Creates an interval set containing any UTF-16 code points.
- lazy val Digit: IChar
Returns an interval set containing digit characters.
- lazy val LineTerminator: IChar
Returns an interval set containing line-terminator characters.
- lazy val Space: IChar
Returns an interval set containing white-space characters.
- def UnicodeProperty(name: String): Option[IChar]
Return an interval set containing the unicode property code points.
- def UnicodePropertyValue(name: String, value: String): Option[IChar]
Return an interval set containing the unicode property code points.
- lazy val Word: IChar
Returns an interval set containing word characters.
- def any(unicode: Boolean): IChar
Creates an interval set contains any code points.
- def apply(ch: UChar): IChar
Creates an interval set containing the character only.
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def canonicalize(c: IChar, unicode: Boolean): IChar
Normalizes the code point interval set.
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- def dot(ignoreCase: Boolean, dotAll: Boolean, unicode: Boolean): IChar
Creates an interval set for the dot pattern.
- def empty: IChar
Creates an empty interval set.
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def range(begin: UChar, end: UChar): IChar
Creates an interval set ranged in [begin, end].
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def union(chars: Seq[IChar]): IChar
Computes union of the interval sets.
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated