public class antlrSchemaConverterParser extends antlr.LLkParser implements antlrSchemaTokenTypes
| Modifier and Type | Field and Description |
|---|---|
static String[] |
_tokenNames |
private List<SchemaElement> |
schemaElements |
astFactory, inputState, returnAST, tokenNames, tokenTypeToASTClassMap, traceDepthCLOSE_BRACKET, CLOSE_PAREN, DESC, DIGIT, DOLLAR, EOF, IDENTIFIER, LITERAL_ABSTRACT, LITERAL_attributetype, LITERAL_AUXILIARY, LITERAL_COLLECTIVE, LITERAL_directoryOperation, LITERAL_distributedOperation, LITERAL_dSAOperation, LITERAL_END, LITERAL_EQUALITY, LITERAL_MAY, LITERAL_MUST, LITERAL_NAME, LITERAL_objectclass, LITERAL_OBSOLETE, LITERAL_ORDERING, LITERAL_STRUCTURAL, LITERAL_SUBSTR, LITERAL_SUP, LITERAL_USAGE, LITERAL_userApplications, NULL_TREE_LOOKAHEAD, NUMERIC_STRING, NUMERICOID, OPEN_BRACKET, OPEN_PAREN, QUOTE, SYNTAX, WS| Modifier | Constructor and Description |
|---|---|
|
antlrSchemaConverterParser(antlr.ParserSharedInputState state) |
|
antlrSchemaConverterParser(antlr.TokenBuffer tokenBuf) |
protected |
antlrSchemaConverterParser(antlr.TokenBuffer tokenBuf,
int k) |
|
antlrSchemaConverterParser(antlr.TokenStream lexer) |
protected |
antlrSchemaConverterParser(antlr.TokenStream lexer,
int k) |
| Modifier and Type | Method and Description |
|---|---|
void |
attributeType() |
void |
attributeTypeDesc(AttributeTypeHolder type) |
void |
clear() |
void |
equality(AttributeTypeHolder type) |
List<SchemaElement> |
getSchemaElements() |
void |
may(ObjectClassHolder objectClass) |
void |
must(ObjectClassHolder objectClass) |
void |
names(AttributeTypeHolder type) |
void |
objectClass() |
void |
objectClassDesc(ObjectClassHolder objectClass) |
void |
objectClassNames(ObjectClassHolder objectClass) |
void |
objectClassSuperiors(ObjectClassHolder objectClass) |
void |
ordering(AttributeTypeHolder type) |
void |
parseSchema() |
void |
substr(AttributeTypeHolder type) |
void |
superior(AttributeTypeHolder type) |
void |
syntax(AttributeTypeHolder type) |
void |
usage(AttributeTypeHolder type) |
String |
woid() |
List<String> |
woidlist() |
addMessageListener, addParserListener, addParserMatchListener, addParserTokenListener, addSemanticPredicateListener, addSyntacticPredicateListener, addTraceListener, consumeUntil, consumeUntil, defaultDebuggingSetup, getAST, getASTFactory, getFilename, getInputState, getTokenName, getTokenNames, getTokenTypeToASTClassMap, isDebugMode, mark, match, match, matchNot, panic, recover, removeMessageListener, removeParserListener, removeParserMatchListener, removeParserTokenListener, removeSemanticPredicateListener, removeSyntacticPredicateListener, removeTraceListener, reportError, reportError, reportWarning, rewind, setASTFactory, setASTNodeClass, setASTNodeType, setDebugMode, setFilename, setIgnoreInvalidDebugCalls, setInputState, setTokenBuffer, traceIndentprivate List<SchemaElement> schemaElements
public static final String[] _tokenNames
protected antlrSchemaConverterParser(antlr.TokenBuffer tokenBuf,
int k)
public antlrSchemaConverterParser(antlr.TokenBuffer tokenBuf)
protected antlrSchemaConverterParser(antlr.TokenStream lexer,
int k)
public antlrSchemaConverterParser(antlr.TokenStream lexer)
public antlrSchemaConverterParser(antlr.ParserSharedInputState state)
public void clear()
public List<SchemaElement> getSchemaElements()
public final void parseSchema()
throws antlr.RecognitionException,
antlr.TokenStreamException
antlr.RecognitionExceptionantlr.TokenStreamExceptionpublic final void attributeType()
throws antlr.RecognitionException,
antlr.TokenStreamException
antlr.RecognitionExceptionantlr.TokenStreamExceptionpublic final void objectClass()
throws antlr.RecognitionException,
antlr.TokenStreamException
antlr.RecognitionExceptionantlr.TokenStreamExceptionpublic final void objectClassNames(ObjectClassHolder objectClass) throws antlr.RecognitionException, antlr.TokenStreamException
antlr.RecognitionExceptionantlr.TokenStreamExceptionpublic final void objectClassDesc(ObjectClassHolder objectClass) throws antlr.RecognitionException, antlr.TokenStreamException
antlr.RecognitionExceptionantlr.TokenStreamExceptionpublic final void objectClassSuperiors(ObjectClassHolder objectClass) throws antlr.RecognitionException, antlr.TokenStreamException
antlr.RecognitionExceptionantlr.TokenStreamExceptionpublic final void must(ObjectClassHolder objectClass) throws antlr.RecognitionException, antlr.TokenStreamException
antlr.RecognitionExceptionantlr.TokenStreamExceptionpublic final void may(ObjectClassHolder objectClass) throws antlr.RecognitionException, antlr.TokenStreamException
antlr.RecognitionExceptionantlr.TokenStreamExceptionpublic final List<String> woidlist() throws antlr.RecognitionException, antlr.TokenStreamException
antlr.RecognitionExceptionantlr.TokenStreamExceptionpublic final String woid() throws antlr.RecognitionException, antlr.TokenStreamException
antlr.RecognitionExceptionantlr.TokenStreamExceptionpublic final void names(AttributeTypeHolder type) throws antlr.RecognitionException, antlr.TokenStreamException
antlr.RecognitionExceptionantlr.TokenStreamExceptionpublic final void attributeTypeDesc(AttributeTypeHolder type) throws antlr.RecognitionException, antlr.TokenStreamException
antlr.RecognitionExceptionantlr.TokenStreamExceptionpublic final void superior(AttributeTypeHolder type) throws antlr.RecognitionException, antlr.TokenStreamException
antlr.RecognitionExceptionantlr.TokenStreamExceptionpublic final void equality(AttributeTypeHolder type) throws antlr.RecognitionException, antlr.TokenStreamException
antlr.RecognitionExceptionantlr.TokenStreamExceptionpublic final void ordering(AttributeTypeHolder type) throws antlr.RecognitionException, antlr.TokenStreamException
antlr.RecognitionExceptionantlr.TokenStreamExceptionpublic final void substr(AttributeTypeHolder type) throws antlr.RecognitionException, antlr.TokenStreamException
antlr.RecognitionExceptionantlr.TokenStreamExceptionpublic final void syntax(AttributeTypeHolder type) throws antlr.RecognitionException, antlr.TokenStreamException
antlr.RecognitionExceptionantlr.TokenStreamExceptionpublic final void usage(AttributeTypeHolder type) throws antlr.RecognitionException, antlr.TokenStreamException
antlr.RecognitionExceptionantlr.TokenStreamExceptionCopyright © 2003–2019 The Apache Software Foundation. All rights reserved.