com.hp.hpl.jena.sparql.sse.lang.parser
Interface SSE_ParserCoreConstants

All Known Implementing Classes:
SSE_ParserCore, SSE_ParserCoreTokenManager

public interface SSE_ParserCoreConstants

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


Field Summary
static int A2Z
          RegularExpression Id.
static int A2ZN
          RegularExpression Id.
static int AT
          RegularExpression Id.
static int BLANK_NODE_LABEL
          RegularExpression Id.
static int DATATYPE
          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 INTEGER
          RegularExpression Id.
static int IRIref
          RegularExpression Id.
static int LANGTAG
          RegularExpression Id.
static int LBRACE
          RegularExpression Id.
static int LBRACKET
          RegularExpression Id.
static int LPAREN
          RegularExpression Id.
static int PN_CHARS
          RegularExpression Id.
static int PN_CHARS_BASE
          RegularExpression Id.
static int PN_CHARS_U
          RegularExpression Id.
static int PN_LOCAL
          RegularExpression Id.
static int PN_PREFIX
          RegularExpression Id.
static int PNAME
          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 SINGLE_LINE_COMMENT1
          RegularExpression Id.
static int SINGLE_LINE_COMMENT2
          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 int SYM
          RegularExpression Id.
static int SYM_ESC
          RegularExpression Id.
static int SYM1
          RegularExpression Id.
static int SYMBOL
          RegularExpression Id.
static String[] tokenImage
          Literal token values.
static int UNKNOWN
          RegularExpression Id.
static int VAR_NAMED
          RegularExpression Id.
static int VAR_OTHER
          RegularExpression Id.
static int VARNAME
          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

SINGLE_LINE_COMMENT1

static final int SINGLE_LINE_COMMENT1
RegularExpression Id.

See Also:
Constant Field Values

SINGLE_LINE_COMMENT2

static final int SINGLE_LINE_COMMENT2
RegularExpression Id.

See Also:
Constant Field Values

IRIref

static final int IRIref
RegularExpression Id.

See Also:
Constant Field Values

PNAME

static final int PNAME
RegularExpression Id.

See Also:
Constant Field Values

BLANK_NODE_LABEL

static final int BLANK_NODE_LABEL
RegularExpression Id.

See Also:
Constant Field Values

VAR_NAMED

static final int VAR_NAMED
RegularExpression Id.

See Also:
Constant Field Values

VAR_OTHER

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

EXPONENT

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

ECHAR

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

LPAREN

static final int LPAREN
RegularExpression Id.

See Also:
Constant Field Values

RPAREN

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

DATATYPE

static final int DATATYPE
RegularExpression Id.

See Also:
Constant Field Values

LANGTAG

static final int LANGTAG
RegularExpression Id.

See Also:
Constant Field Values

AT

static final int AT
RegularExpression Id.

See Also:
Constant Field Values

A2Z

static final int A2Z
RegularExpression Id.

See Also:
Constant Field Values

A2ZN

static final int A2ZN
RegularExpression Id.

See Also:
Constant Field Values

PN_CHARS_BASE

static final int PN_CHARS_BASE
RegularExpression Id.

See Also:
Constant Field Values

PN_CHARS_U

static final int PN_CHARS_U
RegularExpression Id.

See Also:
Constant Field Values

PN_CHARS

static final int PN_CHARS
RegularExpression Id.

See Also:
Constant Field Values

PN_PREFIX

static final int PN_PREFIX
RegularExpression Id.

See Also:
Constant Field Values

PN_LOCAL

static final int PN_LOCAL
RegularExpression Id.

See Also:
Constant Field Values

VARNAME

static final int VARNAME
RegularExpression Id.

See Also:
Constant Field Values

SYM

static final int SYM
RegularExpression Id.

See Also:
Constant Field Values

SYM1

static final int SYM1
RegularExpression Id.

See Also:
Constant Field Values

SYM_ESC

static final int SYM_ESC
RegularExpression Id.

See Also:
Constant Field Values

SYMBOL

static final int SYMBOL
RegularExpression Id.

See Also:
Constant Field Values

UNKNOWN

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