Packages

o

ceedubs.irrec.regex

RegexPrettyPrinter

object RegexPrettyPrinter

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RegexPrettyPrinter
  2. AnyRef
  3. 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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val charClassCharToEscapedChar: Map[Char, String]
  6. val charClassCharsToEscape: Set[Char]
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. val nonCharClassCharToEscapedChar: Map[Char, String]
  16. val nonCharClassCharsToEscape: Set[Char]
  17. def nonGraphicalToUnicode(c: Char): String
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. def parensMaybe(currentPrecedence: Int, value: (Int, String), parensForEqualPrecedence: Boolean): String
  21. val pprint: (Regex[Char, Match[Char], _]) => String
  22. def pprintWith[In](f: (Boolean, In) => String)(implicit eqA: Eq[In]): (Regex[In, Match[In], _]) => String
  23. def showChar(inCharacterClass: Boolean): (Char) => String
  24. def showMatch[A](f: (Boolean, A) => String)(implicit eqA: Eq[A]): (Match[A]) => String

    f

    a function that takes an A value and a boolean indicating whether or not the A is appearing within a range and formats it as a string.

  25. val specialCharClassCharToLit: Map[Char, Char]
  26. val specialNonCharClassCharToLit: Map[Char, Char]
  27. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  28. def toString(): String
    Definition Classes
    AnyRef → Any
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  32. val whitespaceCharMappings: Map[Char, Char]

Inherited from AnyRef

Inherited from Any

Ungrouped