org.openjena.atlas.json.io.parserjavacc.javacc
Interface JSON_ParserConstants

All Known Implementing Classes:
JSON_Parser, JSON_ParserTokenManager

public interface JSON_ParserConstants

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


Field Summary
static int COLON
          RegularExpression Id.
static int COMMA
          RegularExpression Id.
static int DECIMAL
          RegularExpression Id.
static int DEFAULT
          Lexical state.
static int DIGITS
          RegularExpression Id.
static int DOUBLE
          RegularExpression Id.
static int ECHAR
          RegularExpression Id.
static int EOF
          End of File.
static int EXPONENT
          RegularExpression Id.
static int FALSE
          RegularExpression Id.
static int INTEGER
          RegularExpression Id.
static int LBRACE
          RegularExpression Id.
static int LBRACKET
          RegularExpression Id.
static int LPAREN
          RegularExpression Id.
static int MINUS
          RegularExpression Id.
static int NEGATIVE_DECIMAL
          RegularExpression Id.
static int NEGATIVE_DOUBLE
          RegularExpression Id.
static int NEGATIVE_INTEGER
          RegularExpression Id.
static int NULL
          RegularExpression Id.
static int PLUS
          RegularExpression Id.
static int POSITIVE_DECIMAL
          RegularExpression Id.
static int POSITIVE_DOUBLE
          RegularExpression Id.
static int POSITIVE_INTEGER
          RegularExpression Id.
static int QUOTE_3D
          RegularExpression Id.
static int QUOTE_3S
          RegularExpression Id.
static int RBRACE
          RegularExpression Id.
static int RBRACKET
          RegularExpression Id.
static int RPAREN
          RegularExpression Id.
static int STRING_LITERAL_LONG1
          RegularExpression Id.
static int STRING_LITERAL_LONG2
          RegularExpression Id.
static int STRING_LITERAL1
          RegularExpression Id.
static int STRING_LITERAL2
          RegularExpression Id.
static String[] tokenImage
          Literal token values.
static int TRUE
          RegularExpression Id.
static int WS
          RegularExpression Id.
 

Field Detail

EOF

static final int EOF
End of File.

See Also:
Constant Field Values

WS

static final int WS
RegularExpression Id.

See Also:
Constant Field Values

ECHAR

static final int ECHAR
RegularExpression Id.

See Also:
Constant Field Values

QUOTE_3D

static final int QUOTE_3D
RegularExpression Id.

See Also:
Constant Field Values

QUOTE_3S

static final int QUOTE_3S
RegularExpression Id.

See Also:
Constant Field Values

STRING_LITERAL1

static final int STRING_LITERAL1
RegularExpression Id.

See Also:
Constant Field Values

STRING_LITERAL2

static final int STRING_LITERAL2
RegularExpression Id.

See Also:
Constant Field Values

STRING_LITERAL_LONG1

static final int STRING_LITERAL_LONG1
RegularExpression Id.

See Also:
Constant Field Values

STRING_LITERAL_LONG2

static final int STRING_LITERAL_LONG2
RegularExpression Id.

See Also:
Constant Field Values

DIGITS

static final int DIGITS
RegularExpression Id.

See Also:
Constant Field Values

INTEGER

static final int INTEGER
RegularExpression Id.

See Also:
Constant Field Values

DECIMAL

static final int DECIMAL
RegularExpression Id.

See Also:
Constant Field Values

DOUBLE

static final int DOUBLE
RegularExpression Id.

See Also:
Constant Field Values

POSITIVE_INTEGER

static final int POSITIVE_INTEGER
RegularExpression Id.

See Also:
Constant Field Values

POSITIVE_DECIMAL

static final int POSITIVE_DECIMAL
RegularExpression Id.

See Also:
Constant Field Values

POSITIVE_DOUBLE

static final int POSITIVE_DOUBLE
RegularExpression Id.

See Also:
Constant Field Values

NEGATIVE_INTEGER

static final int NEGATIVE_INTEGER
RegularExpression Id.

See Also:
Constant Field Values

NEGATIVE_DECIMAL

static final int NEGATIVE_DECIMAL
RegularExpression Id.

See Also:
Constant Field Values

NEGATIVE_DOUBLE

static final int NEGATIVE_DOUBLE
RegularExpression Id.

See Also:
Constant Field Values

EXPONENT

static final int EXPONENT
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

LBRACE

static final int LBRACE
RegularExpression Id.

See Also:
Constant Field Values

RBRACE

static final int RBRACE
RegularExpression Id.

See Also:
Constant Field Values

LBRACKET

static final int LBRACKET
RegularExpression Id.

See Also:
Constant Field Values

RBRACKET

static final int RBRACKET
RegularExpression Id.

See Also:
Constant Field Values

LPAREN

static final int LPAREN
RegularExpression Id.

See Also:
Constant Field Values

RPAREN

static final int RPAREN
RegularExpression Id.

See Also:
Constant Field Values

COMMA

static final int COMMA
RegularExpression Id.

See Also:
Constant Field Values

COLON

static final int COLON
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

DEFAULT

static final int DEFAULT
Lexical state.

See Also:
Constant Field Values

tokenImage

static final String[] tokenImage
Literal token values.



Licenced under the Apache License, Version 2.0