org.apache.uima.alchemy.digester.json
Interface JsonParserConstants

All Known Implementing Classes:
JsonParser, JsonParserTokenManager

public interface JsonParserConstants

Token literal values and constants. Generated by org.javacc.parser.OtherFilesGen#start()


Field Summary
static int CHAR
          RegularExpression Id.
static int CNTRL_ESC
          RegularExpression Id.
static int DEFAULT
          Lexical state.
static int DIGITS
          RegularExpression Id.
static int E
          RegularExpression Id.
static int ENDQUOTE
          RegularExpression Id.
static int EOF
          End of File.
static int ESC_STATE
          Lexical state.
static int HEX
          RegularExpression Id.
static int HEX_ESC
          RegularExpression Id.
static int HEX_STATE
          Lexical state.
static int IN_JAVA_DOC_COMMENT
          Lexical state.
static int IN_MULTI_LINE_COMMENT
          Lexical state.
static int JAVA_DOC_COMMENT
          RegularExpression Id.
static int MULTI_LINE_COMMENT
          RegularExpression Id.
static int QUOTE
          RegularExpression Id.
static int SINGLE_LINE_COMMENT
          RegularExpression Id.
static int STRING_STATE
          Lexical state.
static String[] tokenImage
          Literal token values.
 

Field Detail

EOF

static final int EOF
End of File.

See Also:
Constant Field Values

E

static final int E
RegularExpression Id.

See Also:
Constant Field Values

DIGITS

static final int DIGITS
RegularExpression Id.

See Also:
Constant Field Values

QUOTE

static final int QUOTE
RegularExpression Id.

See Also:
Constant Field Values

ENDQUOTE

static final int ENDQUOTE
RegularExpression Id.

See Also:
Constant Field Values

CHAR

static final int CHAR
RegularExpression Id.

See Also:
Constant Field Values

CNTRL_ESC

static final int CNTRL_ESC
RegularExpression Id.

See Also:
Constant Field Values

HEX

static final int HEX
RegularExpression Id.

See Also:
Constant Field Values

HEX_ESC

static final int HEX_ESC
RegularExpression Id.

See Also:
Constant Field Values

SINGLE_LINE_COMMENT

static final int SINGLE_LINE_COMMENT
RegularExpression Id.

See Also:
Constant Field Values

JAVA_DOC_COMMENT

static final int JAVA_DOC_COMMENT
RegularExpression Id.

See Also:
Constant Field Values

MULTI_LINE_COMMENT

static final int MULTI_LINE_COMMENT
RegularExpression Id.

See Also:
Constant Field Values

DEFAULT

static final int DEFAULT
Lexical state.

See Also:
Constant Field Values

STRING_STATE

static final int STRING_STATE
Lexical state.

See Also:
Constant Field Values

ESC_STATE

static final int ESC_STATE
Lexical state.

See Also:
Constant Field Values

HEX_STATE

static final int HEX_STATE
Lexical state.

See Also:
Constant Field Values

IN_JAVA_DOC_COMMENT

static final int IN_JAVA_DOC_COMMENT
Lexical state.

See Also:
Constant Field Values

IN_MULTI_LINE_COMMENT

static final int IN_MULTI_LINE_COMMENT
Lexical state.

See Also:
Constant Field Values

tokenImage

static final String[] tokenImage
Literal token values.



Copyright © 2006-2011 The Apache Software Foundation. All Rights Reserved.