001    // $ANTLR 2.7.4: "SubtreeSpecificationChecker.g" -> "AntlrSubtreeSpecificationChecker.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    
024    package org.apache.directory.shared.ldap.subtree;
025    
026    import org.apache.directory.shared.ldap.name.LdapDN;
027    import org.apache.directory.shared.ldap.filter.FilterParser;
028    import org.apache.directory.shared.ldap.util.ComponentsMonitor;
029    import org.apache.directory.shared.ldap.util.OptionalComponentsMonitor;
030    
031    import org.slf4j.Logger;
032    import org.slf4j.LoggerFactory;
033    
034    public interface AntlrSubtreeSpecificationCheckerTokenTypes {
035            int EOF = 1;
036            int NULL_TREE_LOOKAHEAD = 3;
037            int LITERAL_end = 4;
038            int OPEN_CURLY = 5;
039            int SP = 6;
040            int SEP = 7;
041            int CLOSE_CURLY = 8;
042            int ID_base = 9;
043            int ID_specificExclusions = 10;
044            int ID_chopBefore = 11;
045            int COLON = 12;
046            int ID_chopAfter = 13;
047            int ID_minimum = 14;
048            int ID_maximum = 15;
049            int ID_specificationFilter = 16;
050            int FILTER = 17;
051            int SAFEUTF8STRING = 18;
052            int INTEGER = 19;
053            int DESCR = 20;
054            int NUMERICOID = 21;
055            int ID_item = 22;
056            int ID_and = 23;
057            int ID_or = 24;
058            int ID_not = 25;
059            int INTEGER_OR_NUMERICOID = 26;
060            int DOT = 27;
061            int DIGIT = 28;
062            int LDIGIT = 29;
063            int ALPHA = 30;
064            int SAFEUTF8CHAR = 31;
065            int FILTER_VALUE = 32;
066    }