Return-Path: X-Original-To: apmail-chemistry-commits-archive@www.apache.org Delivered-To: apmail-chemistry-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BA0D4D5C4 for ; Tue, 28 May 2013 07:13:45 +0000 (UTC) Received: (qmail 50443 invoked by uid 500); 28 May 2013 07:13:44 -0000 Delivered-To: apmail-chemistry-commits-archive@chemistry.apache.org Received: (qmail 50394 invoked by uid 500); 28 May 2013 07:13:44 -0000 Mailing-List: contact commits-help@chemistry.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@chemistry.apache.org Delivered-To: mailing list commits@chemistry.apache.org Received: (qmail 50211 invoked by uid 99); 28 May 2013 07:13:42 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 May 2013 07:13:42 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 May 2013 07:13:30 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 214A72388C91 for ; Tue, 28 May 2013 07:12:34 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r863408 [16/27] - in /websites/staging/chemistry/trunk/content: ./ java/0.9.0/maven/chemistry-opencmis-server/ java/0.9.0/maven/chemistry-opencmis-server/chemistry-opencmis-server-support/ java/0.9.0/maven/chemistry-opencmis-server/chemistr... Date: Tue, 28 May 2013 07:12:28 -0000 To: commits@chemistry.apache.org From: buildbot@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130528071234.214A72388C91@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Added: websites/staging/chemistry/trunk/content/java/0.9.0/maven/chemistry-opencmis-server/chemistry-opencmis-server-support/xref/org/apache/chemistry/opencmis/server/support/query/CmisQlStrictLexer.html ============================================================================== --- websites/staging/chemistry/trunk/content/java/0.9.0/maven/chemistry-opencmis-server/chemistry-opencmis-server-support/xref/org/apache/chemistry/opencmis/server/support/query/CmisQlStrictLexer.html (added) +++ websites/staging/chemistry/trunk/content/java/0.9.0/maven/chemistry-opencmis-server/chemistry-opencmis-server-support/xref/org/apache/chemistry/opencmis/server/support/query/CmisQlStrictLexer.html Tue May 28 07:12:25 2013 @@ -0,0 +1,170 @@ + + + + +CmisQlStrictLexer xref + + + +
+
+1   // $ANTLR 3.5 org/apache/chemistry/opencmis/server/support/query/CmisQlStrictLexer.g 2013-05-27 11:45:13
+2   
+3   /*
+4    * THIS FILE IS AUTO-GENERATED, DO NOT EDIT.
+5    *
+6    * Licensed to the Apache Software Foundation (ASF) under one
+7    * or more contributor license agreements.  See the NOTICE file
+8    * distributed with this work for additional information
+9    * regarding copyright ownership.  The ASF licenses this file
+10   * to you under the Apache License, Version 2.0 (the
+11   * "License"); you may not use this file except in compliance
+12   * with the License.  You may obtain a copy of the License at
+13   *
+14   * http://www.apache.org/licenses/LICENSE-2.0
+15   *
+16   * Unless required by applicable law or agreed to in writing,
+17   * software distributed under the License is distributed on an
+18   * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+19   * KIND, either express or implied.  See the License for the
+20   * specific language governing permissions and limitations
+21   * under the License.
+22   *
+23   * Authors:
+24   *     Stefane Fermigier, Nuxeo
+25   *     Florent Guillaume, Nuxeo
+26   *
+27   * THIS FILE IS AUTO-GENERATED, DO NOT EDIT.
+28   */
+29  
+30  package org.apache.chemistry.opencmis.server.support.query;
+31  
+32  
+33  import org.antlr.runtime.*;
+34  import java.util.Stack;
+35  import java.util.List;
+36  import java.util.ArrayList;
+37  
+38  @SuppressWarnings("all")
+39  public class CmisQlStrictLexer extends Lexer {
+40  	public static final int EOF=-1;
+41  	public static final int AND=4;
+42  	public static final int ANY=5;
+43  	public static final int AS=6;
+44  	public static final int ASC=7;
+45  	public static final int ApproxNumLit=8;
+46  	public static final int BACKSL=9;
+47  	public static final int BOOL_LIT=10;
+48  	public static final int BY=11;
+49  	public static final int COL=12;
+50  	public static final int COMMA=13;
+51  	public static final int CONTAINS=14;
+52  	public static final int DESC=15;
+53  	public static final int DOT=16;
+54  	public static final int DUMMY=17;
+55  	public static final int Digits=18;
+56  	public static final int EQ=19;
+57  	public static final int EQ_ANY=20;
+58  	public static final int ESC=21;
+59  	public static final int ExactNumLit=22;
+60  	public static final int FROM=23;
+61  	public static final int GT=24;
+62  	public static final int GTEQ=25;
+63  	public static final int ID=26;
+64  	public static final int IN=27;
+65  	public static final int INNER=28;
+66  	public static final int IN_ANY=29;
+67  	public static final int IN_FOLDER=30;
+68  	public static final int IN_LIST=31;
+69  	public static final int IN_TREE=32;
+70  	public static final int IS=33;
+71  	public static final int IS_NOT_NULL=34;
+72  	public static final int IS_NULL=35;
+73  	public static final int JOIN=36;
+74  	public static final int LEFT=37;
+75  	public static final int LIKE=38;
+76  	public static final int LPAR=39;
+77  	public static final int LT=40;
+78  	public static final int LTEQ=41;
+79  	public static final int NEQ=42;
+80  	public static final int NOT=43;
+81  	public static final int NOT_IN=44;
+82  	public static final int NOT_IN_ANY=45;
+83  	public static final int NOT_LIKE=46;
+84  	public static final int NULL=47;
+85  	public static final int NUM_LIT=48;
+86  	public static final int ON=49;
+87  	public static final int OR=50;
+88  	public static final int ORDER=51;
+89  	public static final int ORDER_BY=52;
+90  	public static final int OUTER=53;
+91  	public static final int PERCENT=54;
+92  	public static final int QUOTE=55;
+93  	public static final int RIGHT=56;
+94  	public static final int RPAR=57;
+95  	public static final int SCORE=58;
+96  	public static final int SELECT=59;
+97  	public static final int SEL_LIST=60;
+98  	public static final int STAR=61;
+99  	public static final int STRING_LIT=62;
+100 	public static final int Sign=63;
+101 	public static final int TABLE=64;
+102 	public static final int TIMESTAMP=65;
+103 	public static final int TIME_LIT=66;
+104 	public static final int Tokens=67;
+105 	public static final int UNDERSCORE=68;
+106 	public static final int WHERE=69;
+107 	public static final int WS=70;
+108 
+109 	// delegates
+110 	public CmisQlStrictLexer_CmisBaseLexer gCmisBaseLexer;
+111 	// delegators
+112 	public Lexer[] getDelegates() {
+113 		return new Lexer[] {gCmisBaseLexer};
+114 	}
+115 
+116 	public CmisQlStrictLexer() {} 
+117 	public CmisQlStrictLexer(CharStream input) {
+118 		this(input, new RecognizerSharedState());
+119 	}
+120 	public CmisQlStrictLexer(CharStream input, RecognizerSharedState state) {
+121 		super(input,state);
+122 		gCmisBaseLexer = new CmisQlStrictLexer_CmisBaseLexer(input, state, this);
+123 	}
+124 	@Override public String getGrammarFileName() { return "org/apache/chemistry/opencmis/server/support/query/CmisQlStrictLexer.g"; }
+125 
+126 	// $ANTLR start "DUMMY"
+127 	public final void mDUMMY() throws RecognitionException {
+128 		try {
+129 			// org/apache/chemistry/opencmis/server/support/query/CmisQlStrictLexer.g:62:15: ( 'xyz' )
+130 			// org/apache/chemistry/opencmis/server/support/query/CmisQlStrictLexer.g:62:17: 'xyz'
+131 			{
+132 			match("xyz"); 
+133 
+134 			}
+135 
+136 		}
+137 		finally {
+138 			// do for sure before leaving
+139 		}
+140 	}
+141 	// $ANTLR end "DUMMY"
+142 
+143 	@Override
+144 	public void mTokens() throws RecognitionException {
+145 		// org/apache/chemistry/opencmis/server/support/query/CmisQlStrictLexer.g:1:8: ( CmisBaseLexer. Tokens )
+146 		// org/apache/chemistry/opencmis/server/support/query/CmisQlStrictLexer.g:1:10: CmisBaseLexer. Tokens
+147 		{
+148 		gCmisBaseLexer.mTokens(); 
+149 
+150 		}
+151 
+152 	}
+153 
+154 
+155 
+156 }
+
+
+ +