001// $ANTLR 2.7.7 (20060906): "ACIItemChecker.g" -> "AntlrACIItemCheckerLexer.java"$
002
003/*
004 *  Licensed to the Apache Software Foundation (ASF) under one
005 *  or more contributor license agreements.  See the NOTICE file
006 *  distributed with this work for additional information
007 *  regarding copyright ownership.  The ASF licenses this file
008 *  to you under the Apache License, Version 2.0 (the
009 *  "License"); you may not use this file except in compliance
010 *  with the License.  You may obtain a copy of the License at
011 *  
012 *    http://www.apache.org/licenses/LICENSE-2.0
013 *  
014 *  Unless required by applicable law or agreed to in writing,
015 *  software distributed under the License is distributed on an
016 *  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
017 *  KIND, either express or implied.  See the License for the
018 *  specific language governing permissions and limitations
019 *  under the License. 
020 *  
021 */
022
023
024package org.apache.directory.api.ldap.aci;
025
026
027import org.apache.directory.api.ldap.model.schema.normalizers.NameComponentNormalizer;
028
029public interface AntlrACIItemCheckerTokenTypes {
030        int EOF = 1;
031        int NULL_TREE_LOOKAHEAD = 3;
032        int ATTRIBUTE_VALUE_CANDIDATE = 4;
033        int RANGE_OF_VALUES_CANDIDATE = 5;
034        int SP = 6;
035        int OPEN_CURLY = 7;
036        int SEP = 8;
037        int CLOSE_CURLY = 9;
038        int ID_identificationTag = 10;
039        int SAFEUTF8STRING = 11;
040        int ID_precedence = 12;
041        int INTEGER = 13;
042        int ID_authenticationLevel = 14;
043        int ID_none = 15;
044        int ID_simple = 16;
045        int ID_strong = 17;
046        int ID_itemOrUserFirst = 18;
047        int ID_itemFirst = 19;
048        int COLON = 20;
049        int ID_userFirst = 21;
050        int ID_protectedItems = 22;
051        int ID_entry = 23;
052        int ID_allUserAttributeTypes = 24;
053        int ID_attributeType = 25;
054        int ID_allAttributeValues = 26;
055        int ID_allUserAttributeTypesAndValues = 27;
056        int ID_selfValue = 28;
057        int ID_maxValueCount = 29;
058        int ID_type = 30;
059        int ID_maxCount = 31;
060        int ID_maxImmSub = 32;
061        int ID_restrictedBy = 33;
062        int ID_valuesIn = 34;
063        int ID_classes = 35;
064        int ID_itemPermissions = 36;
065        int ID_grantsAndDenials = 37;
066        int ID_grantAdd = 38;
067        int ID_denyAdd = 39;
068        int ID_grantDiscloseOnError = 40;
069        int ID_denyDiscloseOnError = 41;
070        int ID_grantRead = 42;
071        int ID_denyRead = 43;
072        int ID_grantRemove = 44;
073        int ID_denyRemove = 45;
074        int ID_grantBrowse = 46;
075        int ID_denyBrowse = 47;
076        int ID_grantExport = 48;
077        int ID_denyExport = 49;
078        int ID_grantImport = 50;
079        int ID_denyImport = 51;
080        int ID_grantModify = 52;
081        int ID_denyModify = 53;
082        int ID_grantRename = 54;
083        int ID_denyRename = 55;
084        int ID_grantReturnDN = 56;
085        int ID_denyReturnDN = 57;
086        int ID_grantCompare = 58;
087        int ID_denyCompare = 59;
088        int ID_grantFilterMatch = 60;
089        int ID_denyFilterMatch = 61;
090        int ID_grantInvoke = 62;
091        int ID_denyInvoke = 63;
092        int ID_userClasses = 64;
093        int ID_allUsers = 65;
094        int ID_thisEntry = 66;
095        int ID_parentOfEntry = 67;
096        int ID_name = 68;
097        int ID_userGroup = 69;
098        int ID_subtree = 70;
099        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}