Interface antlrSchemaTokenTypes
-
- All Known Implementing Classes:
antlrSchemaConverterLexer,antlrSchemaConverterParser
public interface antlrSchemaTokenTypes
-
-
Field Summary
Fields Modifier and Type Field Description static intCLOSE_BRACKETstatic intCLOSE_PARENstatic intDESCstatic intDIGITstatic intDOLLARstatic intEOFstatic intIDENTIFIERstatic intLITERAL_ABSTRACTstatic intLITERAL_attributetypestatic intLITERAL_AUXILIARYstatic intLITERAL_COLLECTIVEstatic intLITERAL_directoryOperationstatic intLITERAL_distributedOperationstatic intLITERAL_dSAOperationstatic intLITERAL_ENDstatic intLITERAL_EQUALITYstatic intLITERAL_MAYstatic intLITERAL_MUSTstatic intLITERAL_NAMEstatic intLITERAL_objectclassstatic intLITERAL_OBSOLETEstatic intLITERAL_ORDERINGstatic intLITERAL_STRUCTURALstatic intLITERAL_SUBSTRstatic intLITERAL_SUPstatic intLITERAL_USAGEstatic intLITERAL_userApplicationsstatic intNULL_TREE_LOOKAHEADstatic intNUMERIC_STRINGstatic intNUMERICOIDstatic intOPEN_BRACKETstatic intOPEN_PARENstatic intQUOTEstatic intSYNTAXstatic intWS
-
-
-
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
-
-