Go to the source code of this file.
Macros | |
| #define | T_PERIOD 1 |
| #define | T_SEMICOLON 2 |
| #define | T_COMMA 3 |
| #define | T_STRING 4 |
| #define | T_INTEGER 5 |
| #define | T_DOUBLE 6 |
| #define | T_DECIMAL 7 |
| #define | T_BOOLEAN 8 |
| #define | T_BNODE_ID 9 |
| #define | T_NSIRI 10 |
| #define | T_IRIREF 11 |
| #define | T_LANGTAG 12 |
| #define | T_PFX_KW 13 |
| #define | T_PFX_DECL 14 |
| #define | T_COLON 15 |
| #define | T_EOF 16 |
| #define | T_GRAPH 17 |
| #define | T_LBRACKET 18 |
| #define | T_RBRACKET 19 |
| #define | T_LBRACE 20 |
| #define | T_RBRACE 21 |
| #define | T_BLANK_NODE_LABEL 22 |
| #define | T_ANON 23 |
| #define | T_WS 24 |
| #define | T_BASE 25 |
| #define | T_RDF_TYPE 26 |
| #define | T_DTYPE_MARKER 27 |
| #define | T_LPAREN 28 |
| #define | T_RPAREN 29 |
| #define T_PERIOD 1 |
Definition at line 1 of file tokens_trig.h.
| #define T_SEMICOLON 2 |
Definition at line 2 of file tokens_trig.h.
| #define T_COMMA 3 |
Definition at line 3 of file tokens_trig.h.
| #define T_STRING 4 |
Definition at line 4 of file tokens_trig.h.
| #define T_INTEGER 5 |
Definition at line 5 of file tokens_trig.h.
| #define T_DOUBLE 6 |
Definition at line 6 of file tokens_trig.h.
| #define T_DECIMAL 7 |
Definition at line 7 of file tokens_trig.h.
| #define T_BOOLEAN 8 |
Definition at line 8 of file tokens_trig.h.
| #define T_BNODE_ID 9 |
Definition at line 9 of file tokens_trig.h.
| #define T_NSIRI 10 |
Definition at line 10 of file tokens_trig.h.
| #define T_IRIREF 11 |
Definition at line 11 of file tokens_trig.h.
| #define T_LANGTAG 12 |
Definition at line 12 of file tokens_trig.h.
| #define T_PFX_KW 13 |
Definition at line 13 of file tokens_trig.h.
| #define T_PFX_DECL 14 |
Definition at line 14 of file tokens_trig.h.
| #define T_COLON 15 |
Definition at line 15 of file tokens_trig.h.
| #define T_EOF 16 |
Definition at line 16 of file tokens_trig.h.
| #define T_GRAPH 17 |
Definition at line 17 of file tokens_trig.h.
| #define T_LBRACKET 18 |
Definition at line 18 of file tokens_trig.h.
| #define T_RBRACKET 19 |
Definition at line 19 of file tokens_trig.h.
| #define T_LBRACE 20 |
Definition at line 20 of file tokens_trig.h.
| #define T_RBRACE 21 |
Definition at line 21 of file tokens_trig.h.
| #define T_BLANK_NODE_LABEL 22 |
Definition at line 22 of file tokens_trig.h.
| #define T_ANON 23 |
Definition at line 23 of file tokens_trig.h.
| #define T_WS 24 |
Definition at line 24 of file tokens_trig.h.
| #define T_BASE 25 |
Definition at line 25 of file tokens_trig.h.
| #define T_RDF_TYPE 26 |
Definition at line 26 of file tokens_trig.h.
| #define T_DTYPE_MARKER 27 |
Definition at line 27 of file tokens_trig.h.
| #define T_LPAREN 28 |
Definition at line 28 of file tokens_trig.h.
| #define T_RPAREN 29 |
Definition at line 29 of file tokens_trig.h.