Package net.sf.okapi.filters.yaml.parser
Interface YamlParserConstants
-
- All Known Implementing Classes:
YamlParser,YamlParserTokenManager
public interface YamlParserConstantsToken literal values and constants. Generated by org.javacc.parser.OtherFilesGen#start()
-
-
Field Summary
Fields Modifier and Type Field Description static intALIASRegularExpression Id.static intANCHORRegularExpression Id.static intBLOCK_ENDRegularExpression Id.static intBLOCK_INDENTEDLexical state.static intBLOCK_MAPPING_STARTRegularExpression Id.static intBLOCK_SEQUENCE_STARTRegularExpression Id.static intCOMMENT_TEXTRegularExpression Id.static intCONTINUATION_ENDRegularExpression Id.static intCONTINUATION_STARTRegularExpression Id.static intDASHRegularExpression Id.static intDEFAULTLexical state.static intDOCUMENT_ENDRegularExpression Id.static intDOCUMENT_STARTRegularExpression Id.static intDOCUMENT_START_ENDLexical state.static intDOUBLE_QUOTED_EMPTYRegularExpression Id.static intDOUBLE_QUOTED_FIRSTRegularExpression Id.static intDOUBLE_QUOTED_KEYRegularExpression Id.static intDOUBLEQUOTELexical state.static intEOFEnd of File.static intEOLRegularExpression Id.static intESCAPESRegularExpression Id.static intEXCLUDED_SUBSTRINGSRegularExpression Id.static intFALSE_STARTRegularExpression Id.static intFIRST_CHARSRegularExpression Id.static intFLOWLexical state.static intFLOW_MAPPING_ENDRegularExpression Id.static intFLOW_MAPPING_STARTRegularExpression Id.static intFLOW_SEQUENCE_ENDRegularExpression Id.static intFLOW_SEQUENCE_STARTRegularExpression Id.static intFOLDED_SCALAR_STARTRegularExpression Id.static intHEXNUMBERRegularExpression Id.static intINDENTEDLexical state.static intLIST_SEPERATORRegularExpression Id.static intLITERAL_FOLDED_INDENTEDRegularExpression Id.static intLITERAL_SCALAR_STARTRegularExpression Id.static intNULL_SCALARRegularExpression Id.static intPAIR_SEPERATORRegularExpression Id.static intPLAIN_FLOW_KEYRegularExpression Id.static intPLAIN_FLOW_SCALARRegularExpression Id.static intPLAIN_KEYRegularExpression Id.static intPLAIN_SCALARRegularExpression Id.static intPLAIN_SCALAR_INDENTEDRegularExpression Id.static intQUOTE_DOUBLERegularExpression Id.static intQUOTE_DOUBLE_ENDRegularExpression Id.static intQUOTE_SINGLERegularExpression Id.static intQUOTE_SINGLE_ENDRegularExpression Id.static intSINGLE_QUOTED_EMPTYRegularExpression Id.static intSINGLE_QUOTED_FIRSTRegularExpression Id.static intSINGLE_QUOTED_KEYRegularExpression Id.static intSINGLEQUOTELexical state.static intSPACERegularExpression Id.static intSTRING_DOUBLE_BODY_FIRSTRegularExpression Id.static intSTRING_DOUBLE_BODY_SECONDRegularExpression Id.static intSTRING_SINGLE_BODY_FIRSTRegularExpression Id.static intSTRING_SINGLE_BODY_SECONDRegularExpression Id.static intTAGRegularExpression Id.static intTAG_DIRECTIVERegularExpression Id.static String[]tokenImageLiteral token values.static intUNREACHABLELexical state.static intURI_CHARRegularExpression Id.static intVERSION_TAGRegularExpression Id.static intWORD_CHARRegularExpression Id.
-
-
-
Field Detail
-
EOF
static final int EOF
End of File.- See Also:
- Constant Field Values
-
COMMENT_TEXT
static final int COMMENT_TEXT
RegularExpression Id.- See Also:
- Constant Field Values
-
BLOCK_SEQUENCE_START
static final int BLOCK_SEQUENCE_START
RegularExpression Id.- See Also:
- Constant Field Values
-
BLOCK_MAPPING_START
static final int BLOCK_MAPPING_START
RegularExpression Id.- See Also:
- Constant Field Values
-
BLOCK_END
static final int BLOCK_END
RegularExpression Id.- See Also:
- Constant Field Values
-
NULL_SCALAR
static final int NULL_SCALAR
RegularExpression Id.- See Also:
- Constant Field Values
-
FALSE_START
static final int FALSE_START
RegularExpression Id.- See Also:
- Constant Field Values
-
WORD_CHAR
static final int WORD_CHAR
RegularExpression Id.- See Also:
- Constant Field Values
-
URI_CHAR
static final int URI_CHAR
RegularExpression Id.- See Also:
- Constant Field Values
-
TAG
static final int TAG
RegularExpression Id.- See Also:
- Constant Field Values
-
TAG_DIRECTIVE
static final int TAG_DIRECTIVE
RegularExpression Id.- See Also:
- Constant Field Values
-
VERSION_TAG
static final int VERSION_TAG
RegularExpression Id.- See Also:
- Constant Field Values
-
ANCHOR
static final int ANCHOR
RegularExpression Id.- See Also:
- Constant Field Values
-
ALIAS
static final int ALIAS
RegularExpression Id.- See Also:
- Constant Field Values
-
FLOW_SEQUENCE_START
static final int FLOW_SEQUENCE_START
RegularExpression Id.- See Also:
- Constant Field Values
-
FLOW_MAPPING_START
static final int FLOW_MAPPING_START
RegularExpression Id.- See Also:
- Constant Field Values
-
FLOW_SEQUENCE_END
static final int FLOW_SEQUENCE_END
RegularExpression Id.- See Also:
- Constant Field Values
-
FLOW_MAPPING_END
static final int FLOW_MAPPING_END
RegularExpression Id.- See Also:
- Constant Field Values
-
LIST_SEPERATOR
static final int LIST_SEPERATOR
RegularExpression Id.- See Also:
- Constant Field Values
-
DOCUMENT_START
static final int DOCUMENT_START
RegularExpression Id.- See Also:
- Constant Field Values
-
DOCUMENT_END
static final int DOCUMENT_END
RegularExpression Id.- See Also:
- Constant Field Values
-
HEXNUMBER
static final int HEXNUMBER
RegularExpression Id.- See Also:
- Constant Field Values
-
ESCAPES
static final int ESCAPES
RegularExpression Id.- See Also:
- Constant Field Values
-
QUOTE_DOUBLE
static final int QUOTE_DOUBLE
RegularExpression Id.- See Also:
- Constant Field Values
-
QUOTE_SINGLE
static final int QUOTE_SINGLE
RegularExpression Id.- See Also:
- Constant Field Values
-
STRING_SINGLE_BODY_FIRST
static final int STRING_SINGLE_BODY_FIRST
RegularExpression Id.- See Also:
- Constant Field Values
-
STRING_DOUBLE_BODY_FIRST
static final int STRING_DOUBLE_BODY_FIRST
RegularExpression Id.- See Also:
- Constant Field Values
-
SINGLE_QUOTED_EMPTY
static final int SINGLE_QUOTED_EMPTY
RegularExpression Id.- See Also:
- Constant Field Values
-
DOUBLE_QUOTED_EMPTY
static final int DOUBLE_QUOTED_EMPTY
RegularExpression Id.- See Also:
- Constant Field Values
-
SINGLE_QUOTED_FIRST
static final int SINGLE_QUOTED_FIRST
RegularExpression Id.- See Also:
- Constant Field Values
-
DOUBLE_QUOTED_FIRST
static final int DOUBLE_QUOTED_FIRST
RegularExpression Id.- See Also:
- Constant Field Values
-
CONTINUATION_END
static final int CONTINUATION_END
RegularExpression Id.- See Also:
- Constant Field Values
-
CONTINUATION_START
static final int CONTINUATION_START
RegularExpression Id.- See Also:
- Constant Field Values
-
STRING_DOUBLE_BODY_SECOND
static final int STRING_DOUBLE_BODY_SECOND
RegularExpression Id.- See Also:
- Constant Field Values
-
QUOTE_DOUBLE_END
static final int QUOTE_DOUBLE_END
RegularExpression Id.- See Also:
- Constant Field Values
-
STRING_SINGLE_BODY_SECOND
static final int STRING_SINGLE_BODY_SECOND
RegularExpression Id.- See Also:
- Constant Field Values
-
QUOTE_SINGLE_END
static final int QUOTE_SINGLE_END
RegularExpression Id.- See Also:
- Constant Field Values
-
FIRST_CHARS
static final int FIRST_CHARS
RegularExpression Id.- See Also:
- Constant Field Values
-
LITERAL_SCALAR_START
static final int LITERAL_SCALAR_START
RegularExpression Id.- See Also:
- Constant Field Values
-
FOLDED_SCALAR_START
static final int FOLDED_SCALAR_START
RegularExpression Id.- See Also:
- Constant Field Values
-
DASH
static final int DASH
RegularExpression Id.- See Also:
- Constant Field Values
-
PAIR_SEPERATOR
static final int PAIR_SEPERATOR
RegularExpression Id.- See Also:
- Constant Field Values
-
SINGLE_QUOTED_KEY
static final int SINGLE_QUOTED_KEY
RegularExpression Id.- See Also:
- Constant Field Values
-
DOUBLE_QUOTED_KEY
static final int DOUBLE_QUOTED_KEY
RegularExpression Id.- See Also:
- Constant Field Values
-
EXCLUDED_SUBSTRINGS
static final int EXCLUDED_SUBSTRINGS
RegularExpression Id.- See Also:
- Constant Field Values
-
PLAIN_SCALAR
static final int PLAIN_SCALAR
RegularExpression Id.- See Also:
- Constant Field Values
-
PLAIN_KEY
static final int PLAIN_KEY
RegularExpression Id.- See Also:
- Constant Field Values
-
PLAIN_SCALAR_INDENTED
static final int PLAIN_SCALAR_INDENTED
RegularExpression Id.- See Also:
- Constant Field Values
-
LITERAL_FOLDED_INDENTED
static final int LITERAL_FOLDED_INDENTED
RegularExpression Id.- See Also:
- Constant Field Values
-
PLAIN_FLOW_SCALAR
static final int PLAIN_FLOW_SCALAR
RegularExpression Id.- See Also:
- Constant Field Values
-
PLAIN_FLOW_KEY
static final int PLAIN_FLOW_KEY
RegularExpression Id.- See Also:
- Constant Field Values
-
EOL
static final int EOL
RegularExpression Id.- See Also:
- Constant Field Values
-
SPACE
static final int SPACE
RegularExpression Id.- See Also:
- Constant Field Values
-
BLOCK_INDENTED
static final int BLOCK_INDENTED
Lexical state.- See Also:
- Constant Field Values
-
INDENTED
static final int INDENTED
Lexical state.- See Also:
- Constant Field Values
-
SINGLEQUOTE
static final int SINGLEQUOTE
Lexical state.- See Also:
- Constant Field Values
-
DOUBLEQUOTE
static final int DOUBLEQUOTE
Lexical state.- See Also:
- Constant Field Values
-
DOCUMENT_START_END
static final int DOCUMENT_START_END
Lexical state.- See Also:
- Constant Field Values
-
FLOW
static final int FLOW
Lexical state.- See Also:
- Constant Field Values
-
UNREACHABLE
static final int UNREACHABLE
Lexical state.- See Also:
- Constant Field Values
-
DEFAULT
static final int DEFAULT
Lexical state.- See Also:
- Constant Field Values
-
tokenImage
static final String[] tokenImage
Literal token values.
-
-