Source Code Cross Referenced for SyntaxTreeBuilderConstants.java in  » RSS-RDF » sesame » org » openrdf » query » parser » sparql » ast » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » RSS RDF » sesame » org.openrdf.query.parser.sparql.ast 
Source Cross Referenced  Class Diagram Java Document (Java Doc) 


001:        /* Generated By:JJTree&JavaCC: Do not edit this line. SyntaxTreeBuilderConstants.java */
002:        package org.openrdf.query.parser.sparql.ast;
003:
004:        public interface SyntaxTreeBuilderConstants {
005:
006:            int EOF = 0;
007:            int WS_CHAR = 1;
008:            int WHITESPACE = 2;
009:            int SINGLE_LINE_COMMENT = 3;
010:            int LPAREN = 4;
011:            int RPAREN = 5;
012:            int LBRACE = 6;
013:            int RBRACE = 7;
014:            int LBRACK = 8;
015:            int RBRACK = 9;
016:            int SEMICOLON = 10;
017:            int COMMA = 11;
018:            int DOT = 12;
019:            int EQ = 13;
020:            int NE = 14;
021:            int GT = 15;
022:            int LT = 16;
023:            int LE = 17;
024:            int GE = 18;
025:            int NOT = 19;
026:            int OR = 20;
027:            int AND = 21;
028:            int PLUS = 22;
029:            int MINUS = 23;
030:            int STAR = 24;
031:            int SLASH = 25;
032:            int DT_PREFIX = 26;
033:            int NIL = 27;
034:            int ANON = 28;
035:            int IS_A = 29;
036:            int BASE = 30;
037:            int PREFIX = 31;
038:            int SELECT = 32;
039:            int CONSTRUCT = 33;
040:            int DESCRIBE = 34;
041:            int ASK = 35;
042:            int DISTINCT = 36;
043:            int REDUCED = 37;
044:            int FROM = 38;
045:            int NAMED = 39;
046:            int WHERE = 40;
047:            int ORDER = 41;
048:            int BY = 42;
049:            int ASC = 43;
050:            int DESC = 44;
051:            int LIMIT = 45;
052:            int OFFSET = 46;
053:            int OPTIONAL = 47;
054:            int GRAPH = 48;
055:            int UNION = 49;
056:            int FILTER = 50;
057:            int STR = 51;
058:            int LANG = 52;
059:            int LANGMATCHES = 53;
060:            int DATATYPE = 54;
061:            int BOUND = 55;
062:            int SAMETERM = 56;
063:            int IS_IRI = 57;
064:            int IS_BLANK = 58;
065:            int IS_LITERAL = 59;
066:            int REGEX = 60;
067:            int TRUE = 61;
068:            int FALSE = 62;
069:            int Q_IRI_REF = 63;
070:            int PNAME_NS = 64;
071:            int PNAME_LN = 65;
072:            int BLANK_NODE_LABEL = 66;
073:            int VAR1 = 67;
074:            int VAR2 = 68;
075:            int LANGTAG = 69;
076:            int INTEGER = 70;
077:            int INTEGER_POSITIVE = 71;
078:            int INTEGER_NEGATIVE = 72;
079:            int DECIMAL = 73;
080:            int DECIMAL1 = 74;
081:            int DECIMAL2 = 75;
082:            int DECIMAL_POSITIVE = 76;
083:            int DECIMAL_NEGATIVE = 77;
084:            int DOUBLE = 78;
085:            int DOUBLE1 = 79;
086:            int DOUBLE2 = 80;
087:            int DOUBLE3 = 81;
088:            int EXPONENT = 82;
089:            int DOUBLE_POSITIVE = 83;
090:            int DOUBLE_NEGATIVE = 84;
091:            int STRING_LITERAL1 = 85;
092:            int STRING_LITERAL2 = 86;
093:            int STRING_LITERAL_LONG1 = 87;
094:            int STRING_LITERAL_LONG2 = 88;
095:            int SAFE_CHAR1 = 89;
096:            int SAFE_CHAR2 = 90;
097:            int SAFE_CHAR_LONG1 = 91;
098:            int SAFE_CHAR_LONG2 = 92;
099:            int ECHAR = 93;
100:            int HEX = 94;
101:            int ALPHA = 95;
102:            int NUM = 96;
103:            int PN_CHARS_BASE = 97;
104:            int PN_CHARS_U = 98;
105:            int PN_START_CHAR = 99;
106:            int VAR_CHAR = 100;
107:            int PN_END_CHAR = 101;
108:            int PN_CHAR = 102;
109:            int PN_PREFIX = 103;
110:            int PN_LOCAL = 104;
111:            int VARNAME = 105;
112:
113:            int DEFAULT = 0;
114:
115:            String[] tokenImage = { "<EOF>", "<WS_CHAR>", "<WHITESPACE>",
116:                    "<SINGLE_LINE_COMMENT>", "\"(\"", "\")\"", "\"{\"",
117:                    "\"}\"", "\"[\"", "\"]\"", "\";\"", "\",\"", "\".\"",
118:                    "\"=\"", "\"!=\"", "\">\"", "\"<\"", "\"<=\"", "\">=\"",
119:                    "\"!\"", "\"||\"", "\"&&\"", "\"+\"", "\"-\"", "\"*\"",
120:                    "\"/\"", "\"^^\"", "<NIL>", "<ANON>", "\"a\"", "\"base\"",
121:                    "\"prefix\"", "\"select\"", "\"construct\"",
122:                    "\"describe\"", "\"ask\"", "\"distinct\"", "\"reduced\"",
123:                    "\"from\"", "\"named\"", "\"where\"", "\"order\"",
124:                    "\"by\"", "\"asc\"", "\"desc\"", "\"limit\"", "\"offset\"",
125:                    "\"optional\"", "\"graph\"", "\"union\"", "\"filter\"",
126:                    "\"str\"", "\"lang\"", "\"langmatches\"", "\"datatype\"",
127:                    "\"bound\"", "\"sameTerm\"", "<IS_IRI>", "\"isBlank\"",
128:                    "\"isLiteral\"", "\"regex\"", "\"true\"", "\"false\"",
129:                    "<Q_IRI_REF>", "<PNAME_NS>", "<PNAME_LN>",
130:                    "<BLANK_NODE_LABEL>", "<VAR1>", "<VAR2>", "<LANGTAG>",
131:                    "<INTEGER>", "<INTEGER_POSITIVE>", "<INTEGER_NEGATIVE>",
132:                    "<DECIMAL>", "<DECIMAL1>", "<DECIMAL2>",
133:                    "<DECIMAL_POSITIVE>", "<DECIMAL_NEGATIVE>", "<DOUBLE>",
134:                    "<DOUBLE1>", "<DOUBLE2>", "<DOUBLE3>", "<EXPONENT>",
135:                    "<DOUBLE_POSITIVE>", "<DOUBLE_NEGATIVE>",
136:                    "<STRING_LITERAL1>", "<STRING_LITERAL2>",
137:                    "<STRING_LITERAL_LONG1>", "<STRING_LITERAL_LONG2>",
138:                    "<SAFE_CHAR1>", "<SAFE_CHAR2>", "<SAFE_CHAR_LONG1>",
139:                    "<SAFE_CHAR_LONG2>", "<ECHAR>", "<HEX>", "<ALPHA>",
140:                    "<NUM>", "<PN_CHARS_BASE>", "<PN_CHARS_U>",
141:                    "<PN_START_CHAR>", "<VAR_CHAR>", "<PN_END_CHAR>",
142:                    "<PN_CHAR>", "<PN_PREFIX>", "<PN_LOCAL>", "<VARNAME>", };
143:
144:        }
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.