uk.ac.manchester.cs.owl.turtle.parser
Interface TurtleParserConstants
- All Known Implementing Classes:
- TurtleParser, TurtleParserTokenManager
public interface TurtleParserConstants
EOF
static final int EOF
- See Also:
- Constant Field Values
COMMENT
static final int COMMENT
- See Also:
- Constant Field Values
STRING
static final int STRING
- See Also:
- Constant Field Values
LONG_STRING
static final int LONG_STRING
- See Also:
- Constant Field Values
DIGIT
static final int DIGIT
- See Also:
- Constant Field Values
INTEGER
static final int INTEGER
- See Also:
- Constant Field Values
DOUBLE
static final int DOUBLE
- See Also:
- Constant Field Values
DECIMAL
static final int DECIMAL
- See Also:
- Constant Field Values
EXPONENT
static final int EXPONENT
- See Also:
- Constant Field Values
OPENPAR
static final int OPENPAR
- See Also:
- Constant Field Values
CLOSEPAR
static final int CLOSEPAR
- See Also:
- Constant Field Values
COMMA
static final int COMMA
- See Also:
- Constant Field Values
DOT
static final int DOT
- See Also:
- Constant Field Values
SEMICOLON
static final int SEMICOLON
- See Also:
- Constant Field Values
PREFIX
static final int PREFIX
- See Also:
- Constant Field Values
DOUBLE_CARET
static final int DOUBLE_CARET
- See Also:
- Constant Field Values
BASE
static final int BASE
- See Also:
- Constant Field Values
AT
static final int AT
- See Also:
- Constant Field Values
A
static final int A
- See Also:
- Constant Field Values
EMPTY_BLANK_NODE
static final int EMPTY_BLANK_NODE
- See Also:
- Constant Field Values
OPEN_SQUARE_BRACKET
static final int OPEN_SQUARE_BRACKET
- See Also:
- Constant Field Values
CLOSE_SQUARE_BRACKET
static final int CLOSE_SQUARE_BRACKET
- See Also:
- Constant Field Values
NODE_ID_START
static final int NODE_ID_START
- See Also:
- Constant Field Values
TRUE
static final int TRUE
- See Also:
- Constant Field Values
FALSE
static final int FALSE
- See Also:
- Constant Field Values
SELECT
static final int SELECT
- See Also:
- Constant Field Values
WHERE
static final int WHERE
- See Also:
- Constant Field Values
FILTER
static final int FILTER
- See Also:
- Constant Field Values
LETTER
static final int LETTER
- See Also:
- Constant Field Values
URITOKEN
static final int URITOKEN
- See Also:
- Constant Field Values
QURI
static final int QURI
- See Also:
- Constant Field Values
QNAME
static final int QNAME
- See Also:
- Constant Field Values
BLANK_NODE
static final int BLANK_NODE
- See Also:
- Constant Field Values
NCNAME1
static final int NCNAME1
- See Also:
- Constant Field Values
NCNAME2
static final int NCNAME2
- See Also:
- Constant Field Values
NCCHAR_FULL
static final int NCCHAR_FULL
- See Also:
- Constant Field Values
VAR
static final int VAR
- See Also:
- Constant Field Values
NCCHAR1
static final int NCCHAR1
- See Also:
- Constant Field Values
ERROR
static final int ERROR
- See Also:
- Constant Field Values
DEFAULT
static final int DEFAULT
- See Also:
- Constant Field Values
IN_STRING
static final int IN_STRING
- See Also:
- Constant Field Values
IN_LONG_STRING
static final int IN_LONG_STRING
- See Also:
- Constant Field Values
tokenImage
static final java.lang.String[] tokenImage