object Txt
TODO
- Version
1.0.0
- Since
2020/05/09 17:36
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Txt
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate() @throws( ... )
- def crlf: Crlf
- def decsimal: Decimal
- def digit: Digit
- def eol: EndOfLine
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- 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 nch(value: Char, caseSensitive: Boolean): NeCh
- def nch(value: Char): NeCh
-
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 skipSpaces: SkipSpaces
- def skipWhiteSpaces: Whitespace
- def space: Space
- implicit def stringToText(content: String): Parsec[String, Char]
-
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( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- def whitespace: Whitespace