View Javadoc
1   // $ANTLR 2.7.7 (20060906): "schemaConverter.g" -> "antlrSchemaConverterLexer.java"$
2   
3   /*
4    *  Licensed to the Apache Software Foundation (ASF) under one
5    *  or more contributor license agreements.  See the NOTICE file
6    *  distributed with this work for additional information
7    *  regarding copyright ownership.  The ASF licenses this file
8    *  to you under the Apache License, Version 2.0 (the
9    *  "License"); you may not use this file except in compliance
10   *  with the License.  You may obtain a copy of the License at
11   *  
12   *    http://www.apache.org/licenses/LICENSE-2.0
13   *  
14   *  Unless required by applicable law or agreed to in writing,
15   *  software distributed under the License is distributed on an
16   *  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
17   *  KIND, either express or implied.  See the License for the
18   *  specific language governing permissions and limitations
19   *  under the License. 
20   *  
21   */
22  /*
23   * Keep the semicolon right next to the package name or else there will be a
24   * bug that comes into the foreground in the new antlr release.
25   */
26  package org.apache.directory.api.ldap.schema.converter;
27  import java.util.List ;
28  import java.util.ArrayList ;
29  import java.util.Collections;
30  import java.io.IOException;
31  
32  import org.apache.directory.api.ldap.schema.converter.SchemaElement;
33  import org.apache.directory.api.ldap.model.schema.UsageEnum;
34  import org.apache.directory.api.ldap.model.schema.ObjectClassTypeEnum;
35  
36  public interface antlrSchemaTokenTypes {
37  	int EOF = 1;
38  	int NULL_TREE_LOOKAHEAD = 3;
39  	int WS = 4;
40  	int QUOTE = 5;
41  	int DIGIT = 6;
42  	int DOLLAR = 7;
43  	int OPEN_PAREN = 8;
44  	int CLOSE_PAREN = 9;
45  	int OPEN_BRACKET = 10;
46  	int CLOSE_BRACKET = 11;
47  	int NUMERIC_STRING = 12;
48  	int NUMERICOID = 13;
49  	int IDENTIFIER = 14;
50  	int DESC = 15;
51  	int SYNTAX = 16;
52  	int LITERAL_END = 17;
53  	int LITERAL_objectclass = 18;
54  	int LITERAL_OBSOLETE = 19;
55  	int LITERAL_ABSTRACT = 20;
56  	int LITERAL_STRUCTURAL = 21;
57  	int LITERAL_AUXILIARY = 22;
58  	int LITERAL_MAY = 23;
59  	int LITERAL_MUST = 24;
60  	int LITERAL_SUP = 25;
61  	int LITERAL_NAME = 26;
62  	int LITERAL_attributetype = 27;
63  	// "SINGLE-VALUE" = 28
64  	int LITERAL_COLLECTIVE = 29;
65  	// "NO-USER-MODIFICATION" = 30
66  	int LITERAL_EQUALITY = 31;
67  	int LITERAL_SUBSTR = 32;
68  	int LITERAL_ORDERING = 33;
69  	int LITERAL_USAGE = 34;
70  	int LITERAL_userApplications = 35;
71  	int LITERAL_directoryOperation = 36;
72  	int LITERAL_distributedOperation = 37;
73  	int LITERAL_dSAOperation = 38;
74  }