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

Deprecated Value Members

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

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped