uk.ac.manchester.cs.owl.owlapi.turtle.parser
Interface TurtleParserConstants

All Known Implementing Classes:
TurtleParser, TurtleParserTokenManager

public interface TurtleParserConstants

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


Field Summary
static int A
          RegularExpression Id.
static int AT
          RegularExpression Id.
static int BASE
          RegularExpression Id.
static int CLOSE_SQUARE_BRACKET
          RegularExpression Id.
static int CLOSEPAR
          RegularExpression Id.
static int COMMA
          RegularExpression Id.
static int COMMENT
          RegularExpression Id.
static int DECIMAL
          RegularExpression Id.
static int DEFAULT
          Lexical state.
static int DIGIT
          RegularExpression Id.
static int DOT
          RegularExpression Id.
static int DOUBLE
          RegularExpression Id.
static int DOUBLE_CARET
          RegularExpression Id.
static int EMPTY_BLANK_NODE
          RegularExpression Id.
static int EOF
          End of File.
static int ERROR
          RegularExpression Id.
static int EXPONENT
          RegularExpression Id.
static int FALSE
          RegularExpression Id.
static int FILTER
          RegularExpression Id.
static int FULLIRI
          RegularExpression Id.
static int IN_LONG_STRING
          Lexical state.
static int IN_STRING
          Lexical state.
static int INTEGER
          RegularExpression Id.
static int LETTER
          RegularExpression Id.
static int LONG_STRING
          RegularExpression Id.
static int NODE_ID_START
          RegularExpression Id.
static int NODEID
          RegularExpression Id.
static int OPEN_SQUARE_BRACKET
          RegularExpression Id.
static int OPENPAR
          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 SELECT
          RegularExpression Id.
static int SEMICOLON
          RegularExpression Id.
static int STRING
          RegularExpression Id.
static java.lang.String[] tokenImage
          Literal token values.
static int TRUE
          RegularExpression Id.
static int WHERE
          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

STRING

static final int STRING
RegularExpression Id.

See Also:
Constant Field Values

LONG_STRING

static final int LONG_STRING
RegularExpression Id.

See Also:
Constant Field Values

DIGIT

static final int DIGIT
RegularExpression Id.

See Also:
Constant Field Values

INTEGER

static final int INTEGER
RegularExpression Id.

See Also:
Constant Field Values

DOUBLE

static final int DOUBLE
RegularExpression Id.

See Also:
Constant Field Values

DECIMAL

static final int DECIMAL
RegularExpression Id.

See Also:
Constant Field Values

EXPONENT

static final int EXPONENT
RegularExpression Id.

See Also:
Constant Field Values

OPENPAR

static final int OPENPAR
RegularExpression Id.

See Also:
Constant Field Values

CLOSEPAR

static final int CLOSEPAR
RegularExpression Id.

See Also:
Constant Field Values

OPEN_SQUARE_BRACKET

static final int OPEN_SQUARE_BRACKET
RegularExpression Id.

See Also:
Constant Field Values

CLOSE_SQUARE_BRACKET

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

SEMICOLON

static final int SEMICOLON
RegularExpression Id.

See Also:
Constant Field Values

PREFIX

static final int PREFIX
RegularExpression Id.

See Also:
Constant Field Values

DOUBLE_CARET

static final int DOUBLE_CARET
RegularExpression Id.

See Also:
Constant Field Values

BASE

static final int BASE
RegularExpression Id.

See Also:
Constant Field Values

AT

static final int AT
RegularExpression Id.

See Also:
Constant Field Values

A

static final int A
RegularExpression Id.

See Also:
Constant Field Values

EMPTY_BLANK_NODE

static final int EMPTY_BLANK_NODE
RegularExpression Id.

See Also:
Constant Field Values

NODE_ID_START

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

SELECT

static final int SELECT
RegularExpression Id.

See Also:
Constant Field Values

WHERE

static final int WHERE
RegularExpression Id.

See Also:
Constant Field Values

FILTER

static final int FILTER
RegularExpression Id.

See Also:
Constant Field Values

LETTER

static final int LETTER
RegularExpression Id.

See Also:
Constant Field Values

FULLIRI

static final int FULLIRI
RegularExpression Id.

See Also:
Constant Field Values

PNAME_NS

static final int PNAME_NS
RegularExpression Id.

See Also:
Constant Field Values

PN_LOCAL

static final int PN_LOCAL
RegularExpression Id.

See Also:
Constant Field Values

PNAME_LN

static final int PNAME_LN
RegularExpression Id.

See Also:
Constant Field Values

PN_PREFIX

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

static final int PN_CHARS
RegularExpression Id.

See Also:
Constant Field Values

PN_CHARS_U

static final int PN_CHARS_U
RegularExpression Id.

See Also:
Constant Field Values

NODEID

static final int NODEID
RegularExpression Id.

See Also:
Constant Field Values

ERROR

static final int ERROR
RegularExpression Id.

See Also:
Constant Field Values

DEFAULT

static final int DEFAULT
Lexical state.

See Also:
Constant Field Values

IN_STRING

static final int IN_STRING
Lexical state.

See Also:
Constant Field Values

IN_LONG_STRING

static final int IN_LONG_STRING
Lexical state.

See Also:
Constant Field Values

tokenImage

static final java.lang.String[] tokenImage
Literal token values.