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. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: scala.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. def ch(value: Char, caseSensitive: Boolean): Ch
  6. def ch(value: Char): Ch
  7. def chIn(data: String, caseSensitive: Boolean): ChIn
  8. def chIn(data: String): ChIn
  9. def chNone(data: String, caseSensitive: Boolean): ChNone
  10. def chNone(data: String): ChNone
  11. implicit def charToCh(ch: Char): Parsec[Char, Char]
  12. def chars(chs: String, caseSensitive: Boolean = true): Chars
  13. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  14. def crlf: Crlf
  15. def decimal: Decimal
  16. def digit: Digit
  17. def eol: EndOfLine
  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  20. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. def hashCode(): scala.Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. def integer: Int
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. def letter: Letter
  25. def mkString: Binder[Char, Seq[Char], String]
  26. def nch(value: Char, caseSensitive: Boolean): NCh
  27. def nch(value: Char): NCh
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. def newline: Newline
  30. def noWhitespace: NoWhitespace
  31. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  32. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  33. def scNumber: ScNumber
  34. def skipSpaces: SkipSpaces
  35. def skipWhiteSpaces: SkipWhitespaces
  36. def space: Space
  37. implicit def stringToState(content: String): TxtState
  38. implicit def stringToText(content: String): Parsec[Char, String]
  39. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  40. def text(value: String, caseSensitive: Boolean): Text
  41. def text(value: String): Text
  42. def toString(): String
    Definition Classes
    AnyRef → Any
  43. def uInteger: UInt
  44. def udecimal: UDecimal
  45. final def wait(arg0: Long, arg1: scala.Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  46. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  47. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  48. def whitespace: Whitespace

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped