|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.jparsec.Terminals.StringLiteral
public static final class Terminals.StringLiteral
Entry point for parser and tokenizers of string literal.
Field Summary | |
---|---|
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
Parser that recognizes String tokens. |
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. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final Parser<String> PARSER
Parser
that recognizes String
tokens.
public static final Parser<String> DOUBLE_QUOTE_TOKENIZER
'\'
),
and transforms the quoted content by applying escape characters.
public static final Parser<String> SINGLE_QUOTE_TOKENIZER
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |