Class

dregex.impl.RegexTree

Lit

Related Doc: package RegexTree

Permalink

case class Lit(char: UnicodeChar) extends AbstractRange with Product1[UnicodeChar] with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product1[UnicodeChar], AbstractRange, Product2[UnicodeChar, UnicodeChar], Product, Equals, Node, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Lit
  2. Serializable
  3. Serializable
  4. Product1
  5. AbstractRange
  6. Product2
  7. Product
  8. Equals
  9. Node
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Lit(char: UnicodeChar)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def _1: UnicodeChar

    Permalink
    Definition Classes
    AbstractRange → Product2
  5. def _2: UnicodeChar

    Permalink
    Definition Classes
    AbstractRange → Product2
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def canonical: Node

    Permalink
    Definition Classes
    AbstractRangeNode
  8. val char: UnicodeChar

    Permalink
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  11. def equals(anyThat: Any): Boolean

    Permalink
    Definition Classes
    AbstractRange → Equals → AnyRef → Any
  12. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. def from: UnicodeChar

    Permalink
    Definition Classes
    LitAbstractRange
  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  15. def hashCode(): Int

    Permalink
    Definition Classes
    AbstractRange → AnyRef → Any
  16. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  19. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  20. def precedence: Int

    Permalink
    Definition Classes
    LitNode
  21. def productArity: Int

    Permalink
    Definition Classes
    Product1 → Product
  22. def productElement(n: Int): Any

    Permalink
    Definition Classes
    Product1 → Product
    Annotations
    @throws( ... )
  23. def size: Int

    Permalink
    Definition Classes
    AbstractRange
  24. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  25. def to: UnicodeChar

    Permalink
    Definition Classes
    LitAbstractRange
  26. def toCharClassLit: String

    Permalink
    Definition Classes
    LitAbstractRange
  27. def toRegex: String

    Permalink
    Definition Classes
    LitNode
  28. def toString(): String

    Permalink
    Definition Classes
    Lit → AnyRef → Any
  29. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product1[UnicodeChar]

Inherited from AbstractRange

Inherited from Product2[UnicodeChar, UnicodeChar]

Inherited from Product

Inherited from Equals

Inherited from Node

Inherited from AnyRef

Inherited from Any

Ungrouped