org.apache.clerezza.rdf.core.sparql
Interface JavaCCGeneratedQueryParserConstants

All Known Implementing Classes:
JavaCCGeneratedQueryParserTokenManager

public interface JavaCCGeneratedQueryParserConstants

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


Field Summary
static int ANON
          RegularExpression Id.
static int ASK
          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 COMMENT
          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 DESCRIBE
          RegularExpression Id.
static int DISTINCT
          RegularExpression Id.
static int DOUBLE
          RegularExpression Id.
static int DOUBLE_NEGATIVE
          RegularExpression Id.
static int DOUBLE_POSITIVE
          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 FILTER
          RegularExpression Id.
static int FROM
          RegularExpression Id.
static int GRAPH
          RegularExpression Id.
static int IN_COMMENT
          Lexical state.
static int INTEGER
          RegularExpression Id.
static int INTEGER_NEGATIVE
          RegularExpression Id.
static int INTEGER_POSITIVE
          RegularExpression Id.
static int IRI_REF
          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 LANG
          RegularExpression Id.
static int LANGMATCHES
          RegularExpression Id.
static int LANGTAG
          RegularExpression Id.
static int LIMIT
          RegularExpression Id.
static int NAMED
          RegularExpression Id.
static int NIL
          RegularExpression Id.
static int OFFSET
          RegularExpression Id.
static int OPTIONAL
          RegularExpression Id.
static int ORDER
          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 REDUCED
          RegularExpression Id.
static int REGEX
          RegularExpression Id.
static int SAME_TERM
          RegularExpression Id.
static int SELECT
          RegularExpression Id.
static int STR
          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 UNION
          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.
static int Z_9
          RegularExpression Id.
static int Z_9o
          RegularExpression Id.
static int Z_9r
          RegularExpression Id.
 

Field Detail

EOF

static final int EOF
End of File.

See Also:
Constant Field Values

COMMENT

static final int COMMENT
RegularExpression Id.

See Also:
Constant Field Values

SELECT

static final int SELECT
RegularExpression Id.

See Also:
Constant Field Values

BASE

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

FROM

static final int FROM
RegularExpression Id.

See Also:
Constant Field Values

GRAPH

static final int GRAPH
RegularExpression Id.

See Also:
Constant Field Values

STR

static final int STR
RegularExpression Id.

See Also:
Constant Field Values

IS_URI

static final int IS_URI
RegularExpression Id.

See Also:
Constant Field Values

PREFIX

static final int PREFIX
RegularExpression Id.

See Also:
Constant Field Values

CONSTRUCT

static final int CONSTRUCT
RegularExpression Id.

See Also:
Constant Field Values

LIMIT

static final int LIMIT
RegularExpression Id.

See Also:
Constant Field Values

NAMED

static final int NAMED
RegularExpression Id.

See Also:
Constant Field Values

OPTIONAL

static final int OPTIONAL
RegularExpression Id.

See Also:
Constant Field Values

LANG

static final int LANG
RegularExpression Id.

See Also:
Constant Field Values

IS_IRI

static final int IS_IRI
RegularExpression Id.

See Also:
Constant Field Values

DESCRIBE

static final int DESCRIBE
RegularExpression Id.

See Also:
Constant Field Values

OFFSET

static final int OFFSET
RegularExpression Id.

See Also:
Constant Field Values

WHERE

static final int WHERE
RegularExpression Id.

See Also:
Constant Field Values

UNION

static final int UNION
RegularExpression Id.

See Also:
Constant Field Values

LANGMATCHES

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

ASK

static final int ASK
RegularExpression Id.

See Also:
Constant Field Values

DISTINCT

static final int DISTINCT
RegularExpression Id.

See Also:
Constant Field Values

FILTER

static final int FILTER
RegularExpression Id.

See Also:
Constant Field Values

DATATYPE

static final int DATATYPE
RegularExpression Id.

See Also:
Constant Field Values

REGEX

static final int REGEX
RegularExpression Id.

See Also:
Constant Field Values

REDUCED

static final int REDUCED
RegularExpression Id.

See Also:
Constant Field Values

BOUND

static final int BOUND
RegularExpression Id.

See Also:
Constant Field Values

TRUE

static final int TRUE
RegularExpression Id.

See Also:
Constant Field Values

SAME_TERM

static final int SAME_TERM
RegularExpression Id.

See Also:
Constant Field Values

FALSE

static final int FALSE
RegularExpression Id.

See Also:
Constant Field Values

IRI_REF

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

Z_9

static final int Z_9
RegularExpression Id.

See Also:
Constant Field Values

Z_9r

static final int Z_9r
RegularExpression Id.

See Also:
Constant Field Values

Z_9o

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

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

ECHAR

static final int ECHAR
RegularExpression Id.

See Also:
Constant Field Values

NIL

static final int NIL
RegularExpression Id.

See Also:
Constant Field Values

WS

static final int WS
RegularExpression Id.

See Also:
Constant Field Values

ANON

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

VARNAME

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

DEFAULT

static final int DEFAULT
Lexical state.

See Also:
Constant Field Values

IN_COMMENT

static final int IN_COMMENT
Lexical state.

See Also:
Constant Field Values

tokenImage

static final String[] tokenImage
Literal token values.



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.