public interface YamlParserConstants
| Modifier and Type | Field and Description |
|---|---|
static int |
ALIAS
RegularExpression Id.
|
static int |
ANCHOR
RegularExpression Id.
|
static int |
BLOCK_END
RegularExpression Id.
|
static int |
BLOCK_INDENTED
Lexical state.
|
static int |
BLOCK_MAPPING_START
RegularExpression Id.
|
static int |
BLOCK_SEQUENCE_START
RegularExpression Id.
|
static int |
COMMENT_TEXT
RegularExpression Id.
|
static int |
CONTINUATION_END
RegularExpression Id.
|
static int |
CONTINUATION_START
RegularExpression Id.
|
static int |
DASH
RegularExpression Id.
|
static int |
DEFAULT
Lexical state.
|
static int |
DOCUMENT_END
RegularExpression Id.
|
static int |
DOCUMENT_START
RegularExpression Id.
|
static int |
DOCUMENT_START_END
Lexical state.
|
static int |
DOUBLE_QUOTED_EMPTY
RegularExpression Id.
|
static int |
DOUBLE_QUOTED_FIRST
RegularExpression Id.
|
static int |
DOUBLE_QUOTED_KEY
RegularExpression Id.
|
static int |
DOUBLEQUOTE
Lexical state.
|
static int |
EOF
End of File.
|
static int |
EOL
RegularExpression Id.
|
static int |
ESCAPES
RegularExpression Id.
|
static int |
EXCLUDED_SUBSTRINGS
RegularExpression Id.
|
static int |
FALSE_START
RegularExpression Id.
|
static int |
FIRST_CHARS
RegularExpression Id.
|
static int |
FLOW
Lexical state.
|
static int |
FLOW_MAPPING_END
RegularExpression Id.
|
static int |
FLOW_MAPPING_START
RegularExpression Id.
|
static int |
FLOW_SEQUENCE_END
RegularExpression Id.
|
static int |
FLOW_SEQUENCE_START
RegularExpression Id.
|
static int |
FOLDED_SCALAR_START
RegularExpression Id.
|
static int |
HEXNUMBER
RegularExpression Id.
|
static int |
INDENTED
Lexical state.
|
static int |
LIST_SEPERATOR
RegularExpression Id.
|
static int |
LITERAL_FOLDED_INDENTED
RegularExpression Id.
|
static int |
LITERAL_SCALAR_START
RegularExpression Id.
|
static int |
NULL_SCALAR
RegularExpression Id.
|
static int |
PAIR_SEPERATOR
RegularExpression Id.
|
static int |
PLAIN_FLOW_KEY
RegularExpression Id.
|
static int |
PLAIN_FLOW_SCALAR
RegularExpression Id.
|
static int |
PLAIN_KEY
RegularExpression Id.
|
static int |
PLAIN_SCALAR
RegularExpression Id.
|
static int |
PLAIN_SCALAR_INDENTED
RegularExpression Id.
|
static int |
QUOTE_DOUBLE
RegularExpression Id.
|
static int |
QUOTE_DOUBLE_END
RegularExpression Id.
|
static int |
QUOTE_SINGLE
RegularExpression Id.
|
static int |
QUOTE_SINGLE_END
RegularExpression Id.
|
static int |
SINGLE_QUOTED_EMPTY
RegularExpression Id.
|
static int |
SINGLE_QUOTED_FIRST
RegularExpression Id.
|
static int |
SINGLE_QUOTED_KEY
RegularExpression Id.
|
static int |
SINGLEQUOTE
Lexical state.
|
static int |
SPACE
RegularExpression Id.
|
static int |
STRING_DOUBLE_BODY_FIRST
RegularExpression Id.
|
static int |
STRING_DOUBLE_BODY_SECOND
RegularExpression Id.
|
static int |
STRING_SINGLE_BODY_FIRST
RegularExpression Id.
|
static int |
STRING_SINGLE_BODY_SECOND
RegularExpression Id.
|
static int |
TAG
RegularExpression Id.
|
static int |
TAG_DIRECTIVE
RegularExpression Id.
|
static String[] |
tokenImage
Literal token values.
|
static int |
UNREACHABLE
Lexical state.
|
static int |
URI_CHAR
RegularExpression Id.
|
static int |
VERSION_TAG
RegularExpression Id.
|
static int |
WORD_CHAR
RegularExpression Id.
|
static final int EOF
static final int COMMENT_TEXT
static final int BLOCK_SEQUENCE_START
static final int BLOCK_MAPPING_START
static final int BLOCK_END
static final int NULL_SCALAR
static final int FALSE_START
static final int WORD_CHAR
static final int URI_CHAR
static final int TAG
static final int TAG_DIRECTIVE
static final int VERSION_TAG
static final int ANCHOR
static final int ALIAS
static final int FLOW_SEQUENCE_START
static final int FLOW_MAPPING_START
static final int FLOW_SEQUENCE_END
static final int FLOW_MAPPING_END
static final int LIST_SEPERATOR
static final int DOCUMENT_START
static final int DOCUMENT_END
static final int HEXNUMBER
static final int ESCAPES
static final int QUOTE_DOUBLE
static final int QUOTE_SINGLE
static final int STRING_SINGLE_BODY_FIRST
static final int STRING_DOUBLE_BODY_FIRST
static final int SINGLE_QUOTED_EMPTY
static final int DOUBLE_QUOTED_EMPTY
static final int SINGLE_QUOTED_FIRST
static final int DOUBLE_QUOTED_FIRST
static final int CONTINUATION_END
static final int CONTINUATION_START
static final int STRING_DOUBLE_BODY_SECOND
static final int QUOTE_DOUBLE_END
static final int STRING_SINGLE_BODY_SECOND
static final int QUOTE_SINGLE_END
static final int FIRST_CHARS
static final int LITERAL_SCALAR_START
static final int FOLDED_SCALAR_START
static final int DASH
static final int PAIR_SEPERATOR
static final int SINGLE_QUOTED_KEY
static final int DOUBLE_QUOTED_KEY
static final int EXCLUDED_SUBSTRINGS
static final int PLAIN_SCALAR
static final int PLAIN_KEY
static final int PLAIN_SCALAR_INDENTED
static final int LITERAL_FOLDED_INDENTED
static final int PLAIN_FLOW_SCALAR
static final int PLAIN_FLOW_KEY
static final int EOL
static final int SPACE
static final int BLOCK_INDENTED
static final int INDENTED
static final int SINGLEQUOTE
static final int DOUBLEQUOTE
static final int DOCUMENT_START_END
static final int FLOW
static final int UNREACHABLE
static final int DEFAULT
static final String[] tokenImage
Copyright © 2021. All rights reserved.