Package net.sf.okapi.filters.json.parser
Interface JsonParserConstants
-
- All Known Implementing Classes:
JsonParser,JsonParserTokenManager
public interface JsonParserConstantsToken literal values and constants. Generated by org.javacc.parser.OtherFilesGen#start()
-
-
Field Summary
Fields Modifier and Type Field Description static intBRACE_CLOSERegularExpression Id.static intBRACE_OPENRegularExpression Id.static intBRACKET_CLOSERegularExpression Id.static intBRACKET_OPENRegularExpression Id.static intC_MULTILINE_COMMENT_ENDRegularExpression Id.static intC_MULTILINE_COMMENT_STARTRegularExpression Id.static intC_SINGLE_COMMENTRegularExpression Id.static intCOLONRegularExpression Id.static intCOMMARegularExpression Id.static intDEFAULTLexical state.static intDIGITRegularExpression Id.static intDIGITSRegularExpression Id.static intDOTRegularExpression Id.static intEOFEnd of File.static intEXPRegularExpression Id.static intEXPONENTRegularExpression Id.static intFALSERegularExpression Id.static intFRACTIONAL_DIGITSRegularExpression Id.static intHTML_MULTILINE_COMMENT_ENDRegularExpression Id.static intHTML_MULTILINE_COMMENT_STARTRegularExpression Id.static intINTEGERRegularExpression Id.static intLETTERRegularExpression Id.static intMINUSRegularExpression Id.static intNULLRegularExpression Id.static intNUMBERRegularExpression Id.static intPLUSRegularExpression Id.static intQUOTE_DOUBLERegularExpression Id.static intQUOTE_SINGLERegularExpression Id.static intSH_SINGLE_COMMENTRegularExpression Id.static intSTRING_DOUBLE_BODYRegularExpression Id.static intSTRING_DOUBLE_EMPTYRegularExpression Id.static intSTRING_DOUBLE_NONEMPTYRegularExpression Id.static intSTRING_SINGLE_BODYRegularExpression Id.static intSTRING_SINGLE_EMPTYRegularExpression Id.static intSTRING_SINGLE_NONEMPTYRegularExpression Id.static intSYMBOLRegularExpression Id.static String[]tokenImageLiteral token values.static intTRUERegularExpression Id.static intUNICODE_WHITESPACERegularExpression Id.static intWHITESPACERegularExpression Id.static intWithinMLCLexical state.static intWithinMLHLexical state.
-
-
-
Field Detail
-
EOF
static final int EOF
End of File.- See Also:
- Constant Field Values
-
C_SINGLE_COMMENT
static final int C_SINGLE_COMMENT
RegularExpression Id.- See Also:
- Constant Field Values
-
SH_SINGLE_COMMENT
static final int SH_SINGLE_COMMENT
RegularExpression Id.- See Also:
- Constant Field Values
-
C_MULTILINE_COMMENT_START
static final int C_MULTILINE_COMMENT_START
RegularExpression Id.- See Also:
- Constant Field Values
-
HTML_MULTILINE_COMMENT_START
static final int HTML_MULTILINE_COMMENT_START
RegularExpression Id.- See Also:
- Constant Field Values
-
C_MULTILINE_COMMENT_END
static final int C_MULTILINE_COMMENT_END
RegularExpression Id.- See Also:
- Constant Field Values
-
HTML_MULTILINE_COMMENT_END
static final int HTML_MULTILINE_COMMENT_END
RegularExpression Id.- See Also:
- Constant Field Values
-
UNICODE_WHITESPACE
static final int UNICODE_WHITESPACE
RegularExpression Id.- See Also:
- Constant Field Values
-
WHITESPACE
static final int WHITESPACE
RegularExpression Id.- See Also:
- Constant Field Values
-
COMMA
static final int COMMA
RegularExpression Id.- See Also:
- Constant Field Values
-
BRACE_OPEN
static final int BRACE_OPEN
RegularExpression Id.- See Also:
- Constant Field Values
-
BRACE_CLOSE
static final int BRACE_CLOSE
RegularExpression Id.- See Also:
- Constant Field Values
-
COLON
static final int COLON
RegularExpression Id.- See Also:
- Constant Field Values
-
BRACKET_OPEN
static final int BRACKET_OPEN
RegularExpression Id.- See Also:
- Constant Field Values
-
BRACKET_CLOSE
static final int BRACKET_CLOSE
RegularExpression Id.- See Also:
- Constant Field Values
-
DOT
static final int DOT
RegularExpression Id.- See Also:
- Constant Field Values
-
PLUS
static final int PLUS
RegularExpression Id.- See Also:
- Constant Field Values
-
MINUS
static final int MINUS
RegularExpression Id.- See Also:
- Constant Field Values
-
DIGIT
static final int DIGIT
RegularExpression Id.- See Also:
- Constant Field Values
-
EXP
static final int EXP
RegularExpression Id.- See Also:
- Constant Field Values
-
NUMBER
static final int NUMBER
RegularExpression Id.- See Also:
- Constant Field Values
-
INTEGER
static final int INTEGER
RegularExpression Id.- See Also:
- Constant Field Values
-
FRACTIONAL_DIGITS
static final int FRACTIONAL_DIGITS
RegularExpression Id.- See Also:
- Constant Field Values
-
EXPONENT
static final int EXPONENT
RegularExpression Id.- See Also:
- Constant Field Values
-
DIGITS
static final int DIGITS
RegularExpression Id.- See Also:
- Constant Field Values
-
TRUE
static final int TRUE
RegularExpression Id.- See Also:
- Constant Field Values
-
FALSE
static final int FALSE
RegularExpression Id.- See Also:
- Constant Field Values
-
NULL
static final int NULL
RegularExpression Id.- See Also:
- Constant Field Values
-
SYMBOL
static final int SYMBOL
RegularExpression Id.- See Also:
- Constant Field Values
-
LETTER
static final int LETTER
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_EMPTY
static final int STRING_SINGLE_EMPTY
RegularExpression Id.- See Also:
- Constant Field Values
-
STRING_DOUBLE_EMPTY
static final int STRING_DOUBLE_EMPTY
RegularExpression Id.- See Also:
- Constant Field Values
-
STRING_SINGLE_BODY
static final int STRING_SINGLE_BODY
RegularExpression Id.- See Also:
- Constant Field Values
-
STRING_DOUBLE_BODY
static final int STRING_DOUBLE_BODY
RegularExpression Id.- See Also:
- Constant Field Values
-
STRING_SINGLE_NONEMPTY
static final int STRING_SINGLE_NONEMPTY
RegularExpression Id.- See Also:
- Constant Field Values
-
STRING_DOUBLE_NONEMPTY
static final int STRING_DOUBLE_NONEMPTY
RegularExpression Id.- See Also:
- Constant Field Values
-
DEFAULT
static final int DEFAULT
Lexical state.- See Also:
- Constant Field Values
-
WithinMLC
static final int WithinMLC
Lexical state.- See Also:
- Constant Field Values
-
WithinMLH
static final int WithinMLH
Lexical state.- See Also:
- Constant Field Values
-
tokenImage
static final String[] tokenImage
Literal token values.
-
-