fr.splayce.rel

Symbols

object Symbols extends AnyRef

Shorthand symbols for common regex constants

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. Symbols
  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. val $ : fr.splayce.rel.LineEnd.type

  5. val $$ : fr.splayce.rel.InputEnd.type

  6. def == (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  7. def == (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  8. val ^ : fr.splayce.rel.LineBegin.type

  9. val ^^ : fr.splayce.rel.InputBegin.type

  10. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  11. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  12. def eq (arg0: AnyRef): Boolean

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

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

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

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

    Definition Classes
    AnyRef → Any
  17. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  18. def ne (arg0: AnyRef): Boolean

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

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

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

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

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

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  26. val ß : fr.splayce.rel.WordBoundary.type

  27. val Α : fr.splayce.rel.NotAlpha.type

  28. val Β : fr.splayce.rel.NotWordBoundary.type

  29. val Δ : fr.splayce.rel.NotDigit.type

  30. val Λ : fr.splayce.rel.NotLetter.type

  31. val Μ : fr.splayce.rel.NotWord.type

  32. val Σ : fr.splayce.rel.NotWhiteSpace.type

  33. val Τ : fr.splayce.rel.LineTerminator.type

  34. val α : fr.splayce.rel.Alpha.type

  35. val δ : fr.splayce.rel.Digit.type

  36. val ε : fr.splayce.rel.Epsilon.type

  37. val λ : fr.splayce.rel.Letter.type

  38. val μ : fr.splayce.rel.Word.type

  39. val σ : fr.splayce.rel.WhiteSpace.type

  40. val τ : fr.splayce.rel.Dot.type

  41. val ττ : fr.splayce.rel.MLDot.type

Inherited from AnyRef

Inherited from Any