object Txt
Functions Helper include parsers for Text
- Version
1.0.0
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Txt
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: scala.Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def ch(value: Char, caseSensitive: Boolean): Ch
- def ch(value: Char): Ch
- def chIn(data: String, caseSensitive: Boolean): ChIn
- def chIn(data: String): ChIn
- def chNone(data: String, caseSensitive: Boolean): ChNone
- def chNone(data: String): ChNone
- implicit def charToCh(ch: Char): Parsec[Char, Char]
- def chars(chs: String, caseSensitive: Boolean = true): Chars
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def crlf: Crlf
- def decimal: Decimal
- def digit: Digit
- def eol: EndOfLine
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): scala.Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def integer: Int
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def letter: Letter
- def mkString: Binder[Char, Seq[Char], String]
- def nch(value: Char, caseSensitive: Boolean): NCh
- def nch(value: Char): NCh
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def newline: Newline
- def noWhitespace: NoWhitespace
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def scNumber: ScNumber
- def skipSpaces: SkipSpaces
- def skipWhiteSpaces: SkipWhitespaces
- def space: Space
- implicit def stringToState(content: String): TxtState
- implicit def stringToText(content: String): Parsec[Char, String]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def text(value: String, caseSensitive: Boolean): Text
- def text(value: String): Text
- def toString(): String
- Definition Classes
- AnyRef → Any
- def uInteger: UInt
- def udecimal: UDecimal
- final def wait(arg0: Long, arg1: scala.Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def whitespace: Whitespace
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated