Object

jaskell.parsec

Txt

Related Doc: package parsec

Permalink

object Txt

Functions Helper include parsers for Text

Version

1.0.0

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Txt
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def ch(value: Char, caseSensitive: Boolean): Ch

    Permalink
  6. def ch(value: Char): Ch

    Permalink
  7. def chIn(data: String, caseSensitive: Boolean): ChIn

    Permalink
  8. def chIn(data: String): ChIn

    Permalink
  9. def chNone(data: String, caseSensitive: Boolean): ChNone

    Permalink
  10. def chNone(data: String): ChNone

    Permalink
  11. implicit def charToCh(ch: Char): Parsec[Char, Char]

    Permalink
  12. def chars(chs: String, caseSensitive: Boolean = true): CharsIn

    Permalink
  13. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @throws( ... )
  14. def crlf: Crlf

    Permalink
  15. def decimal: Decimal

    Permalink
  16. def digit: Digit

    Permalink
  17. def enumerate(chars: String, by: Parsec[Char, _]): Enumerate[Char, Char]

    Permalink
  18. def enumerate(chars: String, by: String): Enumerate[Char, Char]

    Permalink
  19. def enumerate(chars: String, by: Char): Enumerate[Char, Char]

    Permalink
  20. def enumerate(chars: String): Enumerate[Char, Char]

    Permalink
  21. def eol: EndOfLine

    Permalink
  22. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  23. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  24. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate()
  25. def hashCode(): scala.Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate()
  26. def integer: Int

    Permalink
  27. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  28. def letter: Letter

    Permalink
  29. def mkString: Binder[Char, Seq[Char], String]

    Permalink
  30. def nch(value: Char, caseSensitive: Boolean): NCh

    Permalink
  31. def nch(value: Char): NCh

    Permalink
  32. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  33. def newline: Newline

    Permalink
  34. def noWhitespace: NoWhitespace

    Permalink
  35. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate()
  36. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate()
  37. def scNumber: ScNumber

    Permalink
  38. def skipSpaces: SkipSpaces

    Permalink
  39. def skipWhiteSpaces: SkipWhitespaces

    Permalink
  40. def space: Space

    Permalink
  41. implicit def stringToState(content: String): TxtState

    Permalink
  42. implicit def stringToText(content: String): Parsec[Char, String]

    Permalink
  43. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  44. def text(value: String, caseSensitive: Boolean): Text

    Permalink
  45. def text(value: String): Text

    Permalink
  46. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  47. def uInteger: UInt

    Permalink
  48. def udecimal: UDecimal

    Permalink
  49. final def wait(arg0: Long, arg1: scala.Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  52. def whitespace: Whitespace

    Permalink

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped