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

java.lang.Object
  extended by antlr.CharScanner
      extended by org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationLexer
All Implemented Interfaces:
antlr.TokenStream, AntlrTriggerSpecificationParserTokenTypes

public class AntlrTriggerSpecificationLexer
extends antlr.CharScanner
implements AntlrTriggerSpecificationParserTokenTypes, antlr.TokenStream

The parser's primary lexer.

Version:
$Rev$
Author:
Apache Directory Project

Field Summary
static antlr.collections.impl.BitSet _tokenSet_0
           
static antlr.collections.impl.BitSet _tokenSet_1
           
static antlr.collections.impl.BitSet _tokenSet_2
           
 
Fields inherited from class antlr.CharScanner
_returnToken, caseSensitive, caseSensitiveLiterals, commitToPath, EOF_CHAR, hashString, inputState, literals, saveConsumedInput, tabsize, text, tokenObjectClass, 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
AntlrTriggerSpecificationLexer(antlr.InputBuffer ib)
           
AntlrTriggerSpecificationLexer(java.io.InputStream in)
           
AntlrTriggerSpecificationLexer(antlr.LexerSharedInputState state)
           
AntlrTriggerSpecificationLexer(java.io.Reader in)
           
 
Method Summary
protected  void mALPHA(boolean _createToken)
           
 void mCLOSE_CURLY(boolean _createToken)
           
 void mCLOSE_PARAN(boolean _createToken)
           
 void mCOMMENT(boolean _createToken)
           
 void mDOT(boolean _createToken)
           
 void mIDENTIFIER(boolean _createToken)
           
 void mOPEN_CURLY(boolean _createToken)
           
 void mOPEN_PARAN(boolean _createToken)
           
protected  void mSAFEUTF8CHAR(boolean _createToken)
           
 void mSEMI(boolean _createToken)
           
 void mSEP(boolean _createToken)
           
 void mSP(boolean _createToken)
           
 void mUTF8String(boolean _createToken)
           
 antlr.Token nextToken()
           
 
Methods inherited from class antlr.CharScanner
append, append, commit, consume, consumeUntil, consumeUntil, getCaseSensitive, getCaseSensitiveLiterals, getColumn, getCommitToPath, getFilename, getInputBuffer, getInputState, getLine, getTabSize, getText, getTokenObject, LA, makeToken, mark, match, match, match, matchNot, matchRange, newline, panic, panic, reportError, reportError, reportWarning, resetText, rewind, setCaseSensitive, setColumn, setCommitToPath, setFilename, setInputState, setLine, setTabSize, setText, setTokenObjectClass, tab, testLiteralsTable, testLiteralsTable, toLower, traceIn, traceIndent, traceOut, uponEOF
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_tokenSet_0

public static final antlr.collections.impl.BitSet _tokenSet_0

_tokenSet_1

public static final antlr.collections.impl.BitSet _tokenSet_1

_tokenSet_2

public static final antlr.collections.impl.BitSet _tokenSet_2
Constructor Detail

AntlrTriggerSpecificationLexer

public AntlrTriggerSpecificationLexer(java.io.InputStream in)

AntlrTriggerSpecificationLexer

public AntlrTriggerSpecificationLexer(java.io.Reader in)

AntlrTriggerSpecificationLexer

public AntlrTriggerSpecificationLexer(antlr.InputBuffer ib)

AntlrTriggerSpecificationLexer

public AntlrTriggerSpecificationLexer(antlr.LexerSharedInputState state)
Method Detail

nextToken

public antlr.Token nextToken()
                      throws antlr.TokenStreamException
Specified by:
nextToken in interface antlr.TokenStream
Throws:
antlr.TokenStreamException

mOPEN_PARAN

public final void mOPEN_PARAN(boolean _createToken)
                       throws antlr.RecognitionException,
                              antlr.CharStreamException,
                              antlr.TokenStreamException
Throws:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException

mCLOSE_PARAN

public final void mCLOSE_PARAN(boolean _createToken)
                        throws antlr.RecognitionException,
                               antlr.CharStreamException,
                               antlr.TokenStreamException
Throws:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException

mOPEN_CURLY

public final void mOPEN_CURLY(boolean _createToken)
                       throws antlr.RecognitionException,
                              antlr.CharStreamException,
                              antlr.TokenStreamException
Throws:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException

mCLOSE_CURLY

public final void mCLOSE_CURLY(boolean _createToken)
                        throws antlr.RecognitionException,
                               antlr.CharStreamException,
                               antlr.TokenStreamException
Throws:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException

mSEMI

public final void mSEMI(boolean _createToken)
                 throws antlr.RecognitionException,
                        antlr.CharStreamException,
                        antlr.TokenStreamException
Throws:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException

mSEP

public final void mSEP(boolean _createToken)
                throws antlr.RecognitionException,
                       antlr.CharStreamException,
                       antlr.TokenStreamException
Throws:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException

mSP

public final void mSP(boolean _createToken)
               throws antlr.RecognitionException,
                      antlr.CharStreamException,
                      antlr.TokenStreamException
Throws:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException

mDOT

public final void mDOT(boolean _createToken)
                throws antlr.RecognitionException,
                       antlr.CharStreamException,
                       antlr.TokenStreamException
Throws:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException

mUTF8String

public final void mUTF8String(boolean _createToken)
                       throws antlr.RecognitionException,
                              antlr.CharStreamException,
                              antlr.TokenStreamException
Throws:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException

mSAFEUTF8CHAR

protected final void mSAFEUTF8CHAR(boolean _createToken)
                            throws antlr.RecognitionException,
                                   antlr.CharStreamException,
                                   antlr.TokenStreamException
Throws:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException

mCOMMENT

public final void mCOMMENT(boolean _createToken)
                    throws antlr.RecognitionException,
                           antlr.CharStreamException,
                           antlr.TokenStreamException
Throws:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException

mIDENTIFIER

public final void mIDENTIFIER(boolean _createToken)
                       throws antlr.RecognitionException,
                              antlr.CharStreamException,
                              antlr.TokenStreamException
Throws:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException

mALPHA

protected final void mALPHA(boolean _createToken)
                     throws antlr.RecognitionException,
                            antlr.CharStreamException,
                            antlr.TokenStreamException
Throws:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException


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