org.apache.directory.api.ldap.model.schema.syntaxes
Class AntlrSchemaValueLexer

java.lang.Object
  extended by antlr.CharScanner
      extended by org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaValueLexer
All Implemented Interfaces:
antlr.TokenStream, AntlrSchemaValueTokenTypes

public class AntlrSchemaValueLexer
extends antlr.CharScanner
implements AntlrSchemaValueTokenTypes, antlr.TokenStream

An antlr generated schema lexer. This is a sub-lexer.

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.api.ldap.model.schema.syntaxes.AntlrSchemaValueTokenTypes
CHAR, DESCR, DESCR_OR_QUIRKS_DESCR, DIGIT, DOLLAR, EOF, HYPEN, LCURLY, LDIGIT, LEN, LPAR, NULL_TREE_LOOKAHEAD, NUMBER, NUMBER2, NUMERICOID, OTHER, QUIRKS_DESCR, QUOTE, RCURLY, RPAR, WHSP
 
Constructor Summary
AntlrSchemaValueLexer(antlr.InputBuffer ib)
           
AntlrSchemaValueLexer(InputStream in)
           
AntlrSchemaValueLexer(antlr.LexerSharedInputState state)
           
AntlrSchemaValueLexer(Reader in)
           
 
Method Summary
protected  void mCHAR(boolean _createToken)
           
 void mDESCR_OR_QUIRKS_DESCR(boolean _createToken)
           
protected  void mDESCR(boolean _createToken)
           
protected  void mDIGIT(boolean _createToken)
           
 void mDOLLAR(boolean _createToken)
           
protected  void mHYPEN(boolean _createToken)
           
 void mLCURLY(boolean _createToken)
           
protected  void mLDIGIT(boolean _createToken)
           
 void mLEN(boolean _createToken)
           
 void mLPAR(boolean _createToken)
           
protected  void mNUMBER(boolean _createToken)
           
protected  void mNUMBER2(boolean _createToken)
           
protected  void mNUMERICOID(boolean _createToken)
           
protected  void mOTHER(boolean _createToken)
           
protected  void mQUIRKS_DESCR(boolean _createToken)
           
 void mQUOTE(boolean _createToken)
           
 void mRCURLY(boolean _createToken)
           
 void mRPAR(boolean _createToken)
           
 void mWHSP(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

AntlrSchemaValueLexer

public AntlrSchemaValueLexer(InputStream in)

AntlrSchemaValueLexer

public AntlrSchemaValueLexer(Reader in)

AntlrSchemaValueLexer

public AntlrSchemaValueLexer(antlr.InputBuffer ib)

AntlrSchemaValueLexer

public AntlrSchemaValueLexer(antlr.LexerSharedInputState state)
Method Detail

nextToken

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

mWHSP

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

mLPAR

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

mRPAR

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

mCHAR

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

mLDIGIT

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

mDIGIT

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

mNUMBER

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

mNUMBER2

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

mNUMERICOID

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

mHYPEN

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

mOTHER

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

mDESCR

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

mQUIRKS_DESCR

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

mQUOTE

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

mDOLLAR

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

mLCURLY

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

mRCURLY

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

mLEN

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

mDESCR_OR_QUIRKS_DESCR

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


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