org.apache.directory.api.converter.schema
Interface antlrSchemaTokenTypes

All Known Implementing Classes:
antlrSchemaConverterLexer, antlrSchemaConverterParser

public interface antlrSchemaTokenTypes


Field Summary
static int CLOSE_BRACKET
           
static int CLOSE_PAREN
           
static int DESC
           
static int DIGIT
           
static int DOLLAR
           
static int EOF
           
static int IDENTIFIER
           
static int LITERAL_ABSTRACT
           
static int LITERAL_attributetype
           
static int LITERAL_AUXILIARY
           
static int LITERAL_COLLECTIVE
           
static int LITERAL_directoryOperation
           
static int LITERAL_distributedOperation
           
static int LITERAL_dSAOperation
           
static int LITERAL_END
           
static int LITERAL_EQUALITY
           
static int LITERAL_MAY
           
static int LITERAL_MUST
           
static int LITERAL_NAME
           
static int LITERAL_objectclass
           
static int LITERAL_OBSOLETE
           
static int LITERAL_ORDERING
           
static int LITERAL_STRUCTURAL
           
static int LITERAL_SUBSTR
           
static int LITERAL_SUP
           
static int LITERAL_USAGE
           
static int LITERAL_userApplications
           
static int NULL_TREE_LOOKAHEAD
           
static int NUMERIC_STRING
           
static int NUMERICOID
           
static int OPEN_BRACKET
           
static int OPEN_PAREN
           
static int QUOTE
           
static int SYNTAX
           
static int WS
           
 

Field Detail

EOF

static final int EOF
See Also:
Constant Field Values

NULL_TREE_LOOKAHEAD

static final int NULL_TREE_LOOKAHEAD
See Also:
Constant Field Values

WS

static final int WS
See Also:
Constant Field Values

QUOTE

static final int QUOTE
See Also:
Constant Field Values

DIGIT

static final int DIGIT
See Also:
Constant Field Values

DOLLAR

static final int DOLLAR
See Also:
Constant Field Values

OPEN_PAREN

static final int OPEN_PAREN
See Also:
Constant Field Values

CLOSE_PAREN

static final int CLOSE_PAREN
See Also:
Constant Field Values

OPEN_BRACKET

static final int OPEN_BRACKET
See Also:
Constant Field Values

CLOSE_BRACKET

static final int CLOSE_BRACKET
See Also:
Constant Field Values

NUMERIC_STRING

static final int NUMERIC_STRING
See Also:
Constant Field Values

NUMERICOID

static final int NUMERICOID
See Also:
Constant Field Values

IDENTIFIER

static final int IDENTIFIER
See Also:
Constant Field Values

DESC

static final int DESC
See Also:
Constant Field Values

SYNTAX

static final int SYNTAX
See Also:
Constant Field Values

LITERAL_END

static final int LITERAL_END
See Also:
Constant Field Values

LITERAL_objectclass

static final int LITERAL_objectclass
See Also:
Constant Field Values

LITERAL_OBSOLETE

static final int LITERAL_OBSOLETE
See Also:
Constant Field Values

LITERAL_ABSTRACT

static final int LITERAL_ABSTRACT
See Also:
Constant Field Values

LITERAL_STRUCTURAL

static final int LITERAL_STRUCTURAL
See Also:
Constant Field Values

LITERAL_AUXILIARY

static final int LITERAL_AUXILIARY
See Also:
Constant Field Values

LITERAL_MAY

static final int LITERAL_MAY
See Also:
Constant Field Values

LITERAL_MUST

static final int LITERAL_MUST
See Also:
Constant Field Values

LITERAL_SUP

static final int LITERAL_SUP
See Also:
Constant Field Values

LITERAL_NAME

static final int LITERAL_NAME
See Also:
Constant Field Values

LITERAL_attributetype

static final int LITERAL_attributetype
See Also:
Constant Field Values

LITERAL_COLLECTIVE

static final int LITERAL_COLLECTIVE
See Also:
Constant Field Values

LITERAL_EQUALITY

static final int LITERAL_EQUALITY
See Also:
Constant Field Values

LITERAL_SUBSTR

static final int LITERAL_SUBSTR
See Also:
Constant Field Values

LITERAL_ORDERING

static final int LITERAL_ORDERING
See Also:
Constant Field Values

LITERAL_USAGE

static final int LITERAL_USAGE
See Also:
Constant Field Values

LITERAL_userApplications

static final int LITERAL_userApplications
See Also:
Constant Field Values

LITERAL_directoryOperation

static final int LITERAL_directoryOperation
See Also:
Constant Field Values

LITERAL_distributedOperation

static final int LITERAL_distributedOperation
See Also:
Constant Field Values

LITERAL_dSAOperation

static final int LITERAL_dSAOperation
See Also:
Constant Field Values


Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.