类 Txt
java.lang.Object
jaskell.parsec.common.Txt
public class Txt extends Object
Created by Mars Liu on 16/9/12.
Text Parsec Utils
-
构造器概要
构造器 构造器 说明 Txt()
-
方法概要
修饰符和类型 方法 说明 static Ch
ch(char value)
static Ch
ch(char value, boolean caseSensitive)
static ChIn
chIn(String data)
static ChIn
chIn(String data, boolean caseSensitive)
static ChNone
chNone(String data)
static ChNone
chNone(String data, boolean caseSensitive)
static Crlf
crlf()
static Decimal
decimal()
static Digit
digit()
static EndOfLine
eol()
static Int
integer()
static JoinCharacters
joinChars()
static JoinText
joining()
static Letter
letter()
static NCh
nCh(char value)
static NCh
nCh(char value, boolean caseSensitive)
static Newline
newline()
static NoWhitespace
noWhitespace()
static SkipSpaces
skipSpaces()
static SkipWhitespaces
skipWhiteSpaces()
static Space
space()
static Text
text(String value)
static Text
text(String value, boolean caseSensitive)
static UDecimal
udecimal()
static UInt
uinteger()
static Whitespace
whitespace()
-
构造器详细资料
-
Txt
public Txt()
-
-
方法详细资料
-
ch
-
ch
-
nCh
-
nCh
-
chIn
-
chIn
-
chNone
-
chNone
-
crlf
-
decimal
-
udecimal
-
digit
-
integer
-
uinteger
-
eol
-
newline
-
space
-
whitespace
-
noWhitespace
-
skipSpaces
-
skipWhiteSpaces
-
text
-
text
-
joining
-
joinChars
-
letter
-