com.hp.hpl.jena.sparql.lang.sparql_10
Interface SPARQLParser10Constants

All Known Implementing Classes:
SPARQLParser10, SPARQLParser10TokenManager

public interface SPARQLParser10Constants

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 AND
          RegularExpression Id.
static int ANON
          RegularExpression Id.
static int ASC
          RegularExpression Id.
static int ASK
          RegularExpression Id.
static int AT
          RegularExpression Id.
static int BANG
          RegularExpression Id.
static int BASE
          RegularExpression Id.
static int BLANK_NODE_LABEL
          RegularExpression Id.
static int BOUND
          RegularExpression Id.
static int BY
          RegularExpression Id.
static int COLON
          RegularExpression Id.
static int COMMA
          RegularExpression Id.
static int CONSTRUCT
          RegularExpression Id.
static int DATATYPE
          RegularExpression Id.
static int DECIMAL
          RegularExpression Id.
static int DECIMAL_NEGATIVE
          RegularExpression Id.
static int DECIMAL_POSITIVE
          RegularExpression Id.
static int DEFAULT
          Lexical state.
static int DESC
          RegularExpression Id.
static int DESCRIBE
          RegularExpression Id.
static int DIGITS
          RegularExpression Id.
static int DISTINCT
          RegularExpression Id.
static int DOT
          RegularExpression Id.
static int DOUBLE
          RegularExpression Id.
static int DOUBLE_NEGATIVE
          RegularExpression Id.
static int DOUBLE_POSITIVE
          RegularExpression Id.
static int DTYPE
          RegularExpression Id.
static int ECHAR
          RegularExpression Id.
static int EOF
          End of File.
static int EQ
          RegularExpression Id.
static int EXPONENT
          RegularExpression Id.
static int FALSE
          RegularExpression Id.
static int FILTER
          RegularExpression Id.
static int FROM
          RegularExpression Id.
static int GE
          RegularExpression Id.
static int GRAPH
          RegularExpression Id.
static int GT
          RegularExpression Id.
static int INTEGER
          RegularExpression Id.
static int INTEGER_NEGATIVE
          RegularExpression Id.
static int INTEGER_POSITIVE
          RegularExpression Id.
static int IRIref
          RegularExpression Id.
static int IS_BLANK
          RegularExpression Id.
static int IS_IRI
          RegularExpression Id.
static int IS_LITERAL
          RegularExpression Id.
static int IS_URI
          RegularExpression Id.
static int KW_A
          RegularExpression Id.
static int LANG
          RegularExpression Id.
static int LANGMATCHES
          RegularExpression Id.
static int LANGTAG
          RegularExpression Id.
static int LBRACE
          RegularExpression Id.
static int LBRACKET
          RegularExpression Id.
static int LE
          RegularExpression Id.
static int LIMIT
          RegularExpression Id.
static int LPAREN
          RegularExpression Id.
static int LT
          RegularExpression Id.
static int MINUS
          RegularExpression Id.
static int NAMED
          RegularExpression Id.
static int NE
          RegularExpression Id.
static int NIL
          RegularExpression Id.
static int OFFSET
          RegularExpression Id.
static int OPTIONAL
          RegularExpression Id.
static int ORDER
          RegularExpression Id.
static int PLUS
          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_LN
          RegularExpression Id.
static int PNAME_NS
          RegularExpression Id.
static int PREFIX
          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 REDUCED
          RegularExpression Id.
static int REGEX
          RegularExpression Id.
static int RPAREN
          RegularExpression Id.
static int SAME_TERM
          RegularExpression Id.
static int SC_AND
          RegularExpression Id.
static int SC_OR
          RegularExpression Id.
static int SELECT
          RegularExpression Id.
static int SEMICOLON
          RegularExpression Id.
static int SINGLE_LINE_COMMENT
          RegularExpression Id.
static int SLASH
          RegularExpression Id.
static int STAR
          RegularExpression Id.
static int STR
          RegularExpression Id.
static int STRDT
          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 STRLANG
          RegularExpression Id.
static int TILDE
          RegularExpression Id.
static String[] tokenImage
          Literal token values.
static int TRUE
          RegularExpression Id.
static int UNION
          RegularExpression Id.
static int UNKNOWN
          RegularExpression Id.
static int VAR1
          RegularExpression Id.
static int VAR2
          RegularExpression Id.
static int VARNAME
          RegularExpression Id.
static int WHERE
          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_COMMENT

static final int SINGLE_LINE_COMMENT
RegularExpression Id.

See Also:
Constant Field Values

IRIref

static final int IRIref
RegularExpression Id.

See Also:
Constant Field Values

PNAME_NS

static final int PNAME_NS
RegularExpression Id.

See Also:
Constant Field Values

PNAME_LN

static final int PNAME_LN
RegularExpression Id.

See Also:
Constant Field Values

BLANK_NODE_LABEL

static final int BLANK_NODE_LABEL
RegularExpression Id.

See Also:
Constant Field Values

VAR1

static final int VAR1
RegularExpression Id.

See Also:
Constant Field Values

VAR2

static final int VAR2
RegularExpression Id.

See Also:
Constant Field Values

LANGTAG

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

KW_A

static final int KW_A
RegularExpression Id.

See Also:
Constant Field Values

BASE

static final int BASE
RegularExpression Id.

See Also:
Constant Field Values

PREFIX

static final int PREFIX
RegularExpression Id.

See Also:
Constant Field Values

SELECT

static final int SELECT
RegularExpression Id.

See Also:
Constant Field Values

DISTINCT

static final int DISTINCT
RegularExpression Id.

See Also:
Constant Field Values

REDUCED

static final int REDUCED
RegularExpression Id.

See Also:
Constant Field Values

DESCRIBE

static final int DESCRIBE
RegularExpression Id.

See Also:
Constant Field Values

CONSTRUCT

static final int CONSTRUCT
RegularExpression Id.

See Also:
Constant Field Values

ASK

static final int ASK
RegularExpression Id.

See Also:
Constant Field Values

LIMIT

static final int LIMIT
RegularExpression Id.

See Also:
Constant Field Values

OFFSET

static final int OFFSET
RegularExpression Id.

See Also:
Constant Field Values

ORDER

static final int ORDER
RegularExpression Id.

See Also:
Constant Field Values

BY

static final int BY
RegularExpression Id.

See Also:
Constant Field Values

ASC

static final int ASC
RegularExpression Id.

See Also:
Constant Field Values

DESC

static final int DESC
RegularExpression Id.

See Also:
Constant Field Values

NAMED

static final int NAMED
RegularExpression Id.

See Also:
Constant Field Values

FROM

static final int FROM
RegularExpression Id.

See Also:
Constant Field Values

WHERE

static final int WHERE
RegularExpression Id.

See Also:
Constant Field Values

AND

static final int AND
RegularExpression Id.

See Also:
Constant Field Values

GRAPH

static final int GRAPH
RegularExpression Id.

See Also:
Constant Field Values

OPTIONAL

static final int OPTIONAL
RegularExpression Id.

See Also:
Constant Field Values

UNION

static final int UNION
RegularExpression Id.

See Also:
Constant Field Values

FILTER

static final int FILTER
RegularExpression Id.

See Also:
Constant Field Values

BOUND

static final int BOUND
RegularExpression Id.

See Also:
Constant Field Values

STR

static final int STR
RegularExpression Id.

See Also:
Constant Field Values

STRLANG

static final int STRLANG
RegularExpression Id.

See Also:
Constant Field Values

STRDT

static final int STRDT
RegularExpression Id.

See Also:
Constant Field Values

DTYPE

static final int DTYPE
RegularExpression Id.

See Also:
Constant Field Values

LANG

static final int LANG
RegularExpression Id.

See Also:
Constant Field Values

LANGMATCHES

static final int LANGMATCHES
RegularExpression Id.

See Also:
Constant Field Values

IS_URI

static final int IS_URI
RegularExpression Id.

See Also:
Constant Field Values

IS_IRI

static final int IS_IRI
RegularExpression Id.

See Also:
Constant Field Values

IS_BLANK

static final int IS_BLANK
RegularExpression Id.

See Also:
Constant Field Values

IS_LITERAL

static final int IS_LITERAL
RegularExpression Id.

See Also:
Constant Field Values

REGEX

static final int REGEX
RegularExpression Id.

See Also:
Constant Field Values

SAME_TERM

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

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

INTEGER_POSITIVE

static final int INTEGER_POSITIVE
RegularExpression Id.

See Also:
Constant Field Values

DECIMAL_POSITIVE

static final int DECIMAL_POSITIVE
RegularExpression Id.

See Also:
Constant Field Values

DOUBLE_POSITIVE

static final int DOUBLE_POSITIVE
RegularExpression Id.

See Also:
Constant Field Values

INTEGER_NEGATIVE

static final int INTEGER_NEGATIVE
RegularExpression Id.

See Also:
Constant Field Values

DECIMAL_NEGATIVE

static final int DECIMAL_NEGATIVE
RegularExpression Id.

See Also:
Constant Field Values

DOUBLE_NEGATIVE

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

NIL

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

ANON

static final int ANON
RegularExpression Id.

See Also:
Constant Field Values

SEMICOLON

static final int SEMICOLON
RegularExpression Id.

See Also:
Constant Field Values

COMMA

static final int COMMA
RegularExpression Id.

See Also:
Constant Field Values

DOT

static final int DOT
RegularExpression Id.

See Also:
Constant Field Values

EQ

static final int EQ
RegularExpression Id.

See Also:
Constant Field Values

NE

static final int NE
RegularExpression Id.

See Also:
Constant Field Values

GT

static final int GT
RegularExpression Id.

See Also:
Constant Field Values

LT

static final int LT
RegularExpression Id.

See Also:
Constant Field Values

LE

static final int LE
RegularExpression Id.

See Also:
Constant Field Values

GE

static final int GE
RegularExpression Id.

See Also:
Constant Field Values

BANG

static final int BANG
RegularExpression Id.

See Also:
Constant Field Values

TILDE

static final int TILDE
RegularExpression Id.

See Also:
Constant Field Values

COLON

static final int COLON
RegularExpression Id.

See Also:
Constant Field Values

SC_OR

static final int SC_OR
RegularExpression Id.

See Also:
Constant Field Values

SC_AND

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

STAR

static final int STAR
RegularExpression Id.

See Also:
Constant Field Values

SLASH

static final int SLASH
RegularExpression Id.

See Also:
Constant Field Values

DATATYPE

static final int DATATYPE
RegularExpression Id.

See Also:
Constant Field Values

AT

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

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