final case class ICharSet(pairs: Seq[(IChar, CharKind)]) extends Product with Serializable
ICharSet is a set of pairs of an interval character and a character kind.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ICharSet
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- 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
- def add(c: IChar, k: CharKind = CharKind.Normal): ICharSet
Updates this by adding the IChar.
- def any: Set[(IChar, CharKind)]
A character set for a 'any' pattern.
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- def dot: Set[(IChar, CharKind)]
A character set for a 'dot' pattern.
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def newline: Set[(IChar, CharKind)]
A character set for newline characters.
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- val pairs: Seq[(IChar, CharKind)]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def refine(c: IChar): Set[(IChar, CharKind)]
Splits the specified interval character into refinements on this set.
Splits the specified interval character into refinements on this set.
Note the the interval character must be added to the set before this method.
- def refineInvert(c: IChar): Set[(IChar, CharKind)]
Splits the specified interval character into inverted refinements on this set.
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- 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