org.apache.directory.shared.ldap.trigger
Class AntlrTriggerSpecificationParser

java.lang.Object
  extended by antlr.Parser
      extended by antlr.LLkParser
          extended by org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParser
All Implemented Interfaces:
AntlrTriggerSpecificationParserTokenTypes

public class AntlrTriggerSpecificationParser
extends antlr.LLkParser
implements AntlrTriggerSpecificationParserTokenTypes

The ANTLR generated TriggerSpecification parser.

Version:
$Rev:$, $Date:$
Author:
Apache Directory Project
See Also:
http://docs.safehaus.org/display/APACHEDS/Grammar+for+Triggers

Field Summary
static java.lang.String[] _tokenNames
           
 
Fields inherited from class antlr.Parser
astFactory, inputState, returnAST, tokenNames, tokenTypeToASTClassMap, traceDepth
 
Fields inherited from interface org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
ALPHA, CLOSE_CURLY, CLOSE_PARAN, COMMENT, DOT, EOF, ID_add, ID_AFTER, ID_attributes, ID_CALL, ID_delete, ID_deletedEntry, ID_deleteoldrdn, ID_entry, ID_languageScheme, ID_ldapContext, ID_modification, ID_modify, ID_modifyDN, ID_modifyDNExport, ID_modifyDNImport, ID_modifyDNRename, ID_name, ID_newDN, ID_newEntry, ID_newrdn, ID_newSuperior, ID_object, ID_oldEntry, ID_oldRDN, ID_oldSuperiorDN, ID_operationPrincipal, ID_scope_base, ID_scope_one, ID_scope_subtree, ID_search_scope, ID_searchContext, IDENTIFIER, NULL_TREE_LOOKAHEAD, OPEN_CURLY, OPEN_PARAN, SAFEUTF8CHAR, SEMI, SEP, SP, UTF8String
 
Constructor Summary
  AntlrTriggerSpecificationParser(antlr.ParserSharedInputState state)
           
  AntlrTriggerSpecificationParser(antlr.TokenBuffer tokenBuf)
           
protected AntlrTriggerSpecificationParser(antlr.TokenBuffer tokenBuf, int k)
           
  AntlrTriggerSpecificationParser(antlr.TokenStream lexer)
           
protected AntlrTriggerSpecificationParser(antlr.TokenStream lexer, int k)
           
 
Method Summary
 void actionTime()
           
 void addOperationAndStoredProcedureCalls()
           
 void addStoredProcedureParameter()
           
 void addStoredProcedureParameterList()
           
 void deleteOperationAndStoredProcedureCalls()
           
 void deleteStoredProcedureParameter()
           
 void deleteStoredProcedureParameterList()
           
 LdapDN distinguishedName()
           
 java.lang.String fullyQualifiedStoredProcedureName()
           
 void genericStoredProcedureOption()
           
 void genericStoredProcedureOptionList()
           
 void genericStoredProcedureParameter()
           
 void init()
           
 void ldapContextStoredProcedureParameter()
           
 void ldapOperationAndStoredProcedureCalls()
           
 void modifyDNOperationAndStoredProcedureCalls()
           
 void modifyDNStoredProcedureParameter()
           
 void modifyDNStoredProcedureParameterList()
           
 void modifyOperationAndStoredProcedureCalls()
           
 void modifyStoredProcedureParameter()
           
 void modifyStoredProcedureParameterList()
           
 void setNormalizerMappingResolver(NormalizerMappingResolver resolver)
          Sets the NameComponentNormalizer for this parser's dnParser.
 StoredProcedureLanguageSchemeOption storedProcedureLanguageSchemeOption()
           
 LdapDN storedProcedureSearchContext()
           
 StoredProcedureSearchContextOption storedProcedureSearchContextOption()
           
 SearchScope storedProcedureSearchScope()
           
 void theCompositeRuleForCallAndSPNameAndSPOptionList()
           
 TriggerSpecification triggerSpecification()
           
 TriggerSpecification wrapperEntryPoint()
           
 
Methods inherited from class antlr.LLkParser
consume, LA, LT, traceIn, traceOut
 
Methods inherited from class antlr.Parser
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, traceIndent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_tokenNames

public static final java.lang.String[] _tokenNames
Constructor Detail

AntlrTriggerSpecificationParser

protected AntlrTriggerSpecificationParser(antlr.TokenBuffer tokenBuf,
                                          int k)

AntlrTriggerSpecificationParser

public AntlrTriggerSpecificationParser(antlr.TokenBuffer tokenBuf)

AntlrTriggerSpecificationParser

protected AntlrTriggerSpecificationParser(antlr.TokenStream lexer,
                                          int k)

AntlrTriggerSpecificationParser

public AntlrTriggerSpecificationParser(antlr.TokenStream lexer)

AntlrTriggerSpecificationParser

public AntlrTriggerSpecificationParser(antlr.ParserSharedInputState state)
Method Detail

init

public void init()

setNormalizerMappingResolver

public void setNormalizerMappingResolver(NormalizerMappingResolver resolver)
Sets the NameComponentNormalizer for this parser's dnParser.


wrapperEntryPoint

public final TriggerSpecification wrapperEntryPoint()
                                             throws antlr.RecognitionException,
                                                    antlr.TokenStreamException
Throws:
antlr.RecognitionException
antlr.TokenStreamException

triggerSpecification

public final TriggerSpecification triggerSpecification()
                                                throws antlr.RecognitionException,
                                                       antlr.TokenStreamException
Throws:
antlr.RecognitionException
antlr.TokenStreamException

actionTime

public final void actionTime()
                      throws antlr.RecognitionException,
                             antlr.TokenStreamException
Throws:
antlr.RecognitionException
antlr.TokenStreamException

ldapOperationAndStoredProcedureCalls

public final void ldapOperationAndStoredProcedureCalls()
                                                throws antlr.RecognitionException,
                                                       antlr.TokenStreamException
Throws:
antlr.RecognitionException
antlr.TokenStreamException

modifyOperationAndStoredProcedureCalls

public final void modifyOperationAndStoredProcedureCalls()
                                                  throws antlr.RecognitionException,
                                                         antlr.TokenStreamException
Throws:
antlr.RecognitionException
antlr.TokenStreamException

addOperationAndStoredProcedureCalls

public final void addOperationAndStoredProcedureCalls()
                                               throws antlr.RecognitionException,
                                                      antlr.TokenStreamException
Throws:
antlr.RecognitionException
antlr.TokenStreamException

deleteOperationAndStoredProcedureCalls

public final void deleteOperationAndStoredProcedureCalls()
                                                  throws antlr.RecognitionException,
                                                         antlr.TokenStreamException
Throws:
antlr.RecognitionException
antlr.TokenStreamException

modifyDNOperationAndStoredProcedureCalls

public final void modifyDNOperationAndStoredProcedureCalls()
                                                    throws antlr.RecognitionException,
                                                           antlr.TokenStreamException
Throws:
antlr.RecognitionException
antlr.TokenStreamException

theCompositeRuleForCallAndSPNameAndSPOptionList

public final void theCompositeRuleForCallAndSPNameAndSPOptionList()
                                                           throws antlr.RecognitionException,
                                                                  antlr.TokenStreamException
Throws:
antlr.RecognitionException
antlr.TokenStreamException

modifyStoredProcedureParameterList

public final void modifyStoredProcedureParameterList()
                                              throws antlr.RecognitionException,
                                                     antlr.TokenStreamException
Throws:
antlr.RecognitionException
antlr.TokenStreamException

addStoredProcedureParameterList

public final void addStoredProcedureParameterList()
                                           throws antlr.RecognitionException,
                                                  antlr.TokenStreamException
Throws:
antlr.RecognitionException
antlr.TokenStreamException

deleteStoredProcedureParameterList

public final void deleteStoredProcedureParameterList()
                                              throws antlr.RecognitionException,
                                                     antlr.TokenStreamException
Throws:
antlr.RecognitionException
antlr.TokenStreamException

modifyDNStoredProcedureParameterList

public final void modifyDNStoredProcedureParameterList()
                                                throws antlr.RecognitionException,
                                                       antlr.TokenStreamException
Throws:
antlr.RecognitionException
antlr.TokenStreamException

fullyQualifiedStoredProcedureName

public final java.lang.String fullyQualifiedStoredProcedureName()
                                                         throws antlr.RecognitionException,
                                                                antlr.TokenStreamException
Throws:
antlr.RecognitionException
antlr.TokenStreamException

genericStoredProcedureOptionList

public final void genericStoredProcedureOptionList()
                                            throws antlr.RecognitionException,
                                                   antlr.TokenStreamException
Throws:
antlr.RecognitionException
antlr.TokenStreamException

modifyStoredProcedureParameter

public final void modifyStoredProcedureParameter()
                                          throws antlr.RecognitionException,
                                                 antlr.TokenStreamException
Throws:
antlr.RecognitionException
antlr.TokenStreamException

addStoredProcedureParameter

public final void addStoredProcedureParameter()
                                       throws antlr.RecognitionException,
                                              antlr.TokenStreamException
Throws:
antlr.RecognitionException
antlr.TokenStreamException

deleteStoredProcedureParameter

public final void deleteStoredProcedureParameter()
                                          throws antlr.RecognitionException,
                                                 antlr.TokenStreamException
Throws:
antlr.RecognitionException
antlr.TokenStreamException

modifyDNStoredProcedureParameter

public final void modifyDNStoredProcedureParameter()
                                            throws antlr.RecognitionException,
                                                   antlr.TokenStreamException
Throws:
antlr.RecognitionException
antlr.TokenStreamException

genericStoredProcedureParameter

public final void genericStoredProcedureParameter()
                                           throws antlr.RecognitionException,
                                                  antlr.TokenStreamException
Throws:
antlr.RecognitionException
antlr.TokenStreamException

ldapContextStoredProcedureParameter

public final void ldapContextStoredProcedureParameter()
                                               throws antlr.RecognitionException,
                                                      antlr.TokenStreamException
Throws:
antlr.RecognitionException
antlr.TokenStreamException

distinguishedName

public final LdapDN distinguishedName()
                               throws antlr.RecognitionException,
                                      antlr.TokenStreamException
Throws:
antlr.RecognitionException
antlr.TokenStreamException

genericStoredProcedureOption

public final void genericStoredProcedureOption()
                                        throws antlr.RecognitionException,
                                               antlr.TokenStreamException
Throws:
antlr.RecognitionException
antlr.TokenStreamException

storedProcedureLanguageSchemeOption

public final StoredProcedureLanguageSchemeOption storedProcedureLanguageSchemeOption()
                                                                              throws antlr.RecognitionException,
                                                                                     antlr.TokenStreamException
Throws:
antlr.RecognitionException
antlr.TokenStreamException

storedProcedureSearchContextOption

public final StoredProcedureSearchContextOption storedProcedureSearchContextOption()
                                                                            throws antlr.RecognitionException,
                                                                                   antlr.TokenStreamException
Throws:
antlr.RecognitionException
antlr.TokenStreamException

storedProcedureSearchScope

public final SearchScope storedProcedureSearchScope()
                                             throws antlr.RecognitionException,
                                                    antlr.TokenStreamException
Throws:
antlr.RecognitionException
antlr.TokenStreamException

storedProcedureSearchContext

public final LdapDN storedProcedureSearchContext()
                                          throws antlr.RecognitionException,
                                                 antlr.TokenStreamException
Throws:
antlr.RecognitionException
antlr.TokenStreamException


Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.