View Javadoc
1   // $ANTLR 2.7.7 (20060906): "ACIItemChecker.g" -> "AntlrACIItemCheckerLexer.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  
24  package org.apache.directory.api.ldap.aci;
25  
26  
27  import org.apache.directory.api.ldap.model.schema.normalizers.NameComponentNormalizer;
28  
29  public interface AntlrACIItemCheckerTokenTypes {
30  	int EOF = 1;
31  	int NULL_TREE_LOOKAHEAD = 3;
32  	int ATTRIBUTE_VALUE_CANDIDATE = 4;
33  	int RANGE_OF_VALUES_CANDIDATE = 5;
34  	int SP = 6;
35  	int OPEN_CURLY = 7;
36  	int SEP = 8;
37  	int CLOSE_CURLY = 9;
38  	int ID_identificationTag = 10;
39  	int SAFEUTF8STRING = 11;
40  	int ID_precedence = 12;
41  	int INTEGER = 13;
42  	int ID_authenticationLevel = 14;
43  	int ID_none = 15;
44  	int ID_simple = 16;
45  	int ID_strong = 17;
46  	int ID_itemOrUserFirst = 18;
47  	int ID_itemFirst = 19;
48  	int COLON = 20;
49  	int ID_userFirst = 21;
50  	int ID_protectedItems = 22;
51  	int ID_entry = 23;
52  	int ID_allUserAttributeTypes = 24;
53  	int ID_attributeType = 25;
54  	int ID_allAttributeValues = 26;
55  	int ID_allUserAttributeTypesAndValues = 27;
56  	int ID_selfValue = 28;
57  	int ID_maxValueCount = 29;
58  	int ID_type = 30;
59  	int ID_maxCount = 31;
60  	int ID_maxImmSub = 32;
61  	int ID_restrictedBy = 33;
62  	int ID_valuesIn = 34;
63  	int ID_classes = 35;
64  	int ID_itemPermissions = 36;
65  	int ID_grantsAndDenials = 37;
66  	int ID_grantAdd = 38;
67  	int ID_denyAdd = 39;
68  	int ID_grantDiscloseOnError = 40;
69  	int ID_denyDiscloseOnError = 41;
70  	int ID_grantRead = 42;
71  	int ID_denyRead = 43;
72  	int ID_grantRemove = 44;
73  	int ID_denyRemove = 45;
74  	int ID_grantBrowse = 46;
75  	int ID_denyBrowse = 47;
76  	int ID_grantExport = 48;
77  	int ID_denyExport = 49;
78  	int ID_grantImport = 50;
79  	int ID_denyImport = 51;
80  	int ID_grantModify = 52;
81  	int ID_denyModify = 53;
82  	int ID_grantRename = 54;
83  	int ID_denyRename = 55;
84  	int ID_grantReturnDN = 56;
85  	int ID_denyReturnDN = 57;
86  	int ID_grantCompare = 58;
87  	int ID_denyCompare = 59;
88  	int ID_grantFilterMatch = 60;
89  	int ID_denyFilterMatch = 61;
90  	int ID_grantInvoke = 62;
91  	int ID_denyInvoke = 63;
92  	int ID_userClasses = 64;
93  	int ID_allUsers = 65;
94  	int ID_thisEntry = 66;
95  	int ID_parentOfEntry = 67;
96  	int ID_name = 68;
97  	int ID_userGroup = 69;
98  	int ID_subtree = 70;
99  	int ID_userPermissions = 71;
100 	int ID_base = 72;
101 	int ID_specificExclusions = 73;
102 	int ID_chopBefore = 74;
103 	int ID_chopAfter = 75;
104 	int ID_minimum = 76;
105 	int ID_maximum = 77;
106 	int DESCR = 78;
107 	int NUMERICOID = 79;
108 	int ID_item = 80;
109 	int ID_and = 81;
110 	int ID_or = 82;
111 	int ID_not = 83;
112 	int ID_FALSE = 84;
113 	int ID_TRUE = 85;
114 	int ID_level = 86;
115 	int ID_basicLevels = 87;
116 	int ID_localQualifier = 88;
117 	int ID_signed = 89;
118 	int ID_rangeOfValues = 90;
119 	int ID_specificationFilter = 91;
120 	int SAFEUTF8CHAR = 92;
121 	int DIGIT = 93;
122 	int LDIGIT = 94;
123 	int ALPHA = 95;
124 	int HYPHEN = 96;
125 	int DOT = 97;
126 	int INTEGER_OR_NUMERICOID = 98;
127 	int FILTER = 99;
128 	int FILTER_VALUE = 100;
129 }