Modifier and Type | Field and Description |
---|---|
static Parser<String> |
DOUBLE_QUOTE_TOKENIZER
A tokenizer that parses double quoted string literal (escaped by
'\' ),
and transforms the quoted content by applying escape characters. |
static Parser<String> |
PARSER
|
static Parser<String> |
SINGLE_QUOTE_TOKENIZER
A tokenizer that parses single quoted string literal (single quote is escaped with
another single quote), and transforms the quoted content by applying escape characters.
|
Copyright © 2013–2018 jparsec. All rights reserved.