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

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

public class AntlrSchemaExtensionLexer
extends antlr.CharScanner
implements AntlrSchemaExtensionTokenTypes, 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.AntlrSchemaExtensionTokenTypes
EOF, NULL_TREE_LOOKAHEAD, QUOTE, QUOTED_STRING, VALUE, VALUES, WHSP, XKEY, XSTRING, XVALUES
 
Constructor Summary
AntlrSchemaExtensionLexer(antlr.InputBuffer ib)
           
AntlrSchemaExtensionLexer(InputStream in)
           
AntlrSchemaExtensionLexer(antlr.LexerSharedInputState state)
           
AntlrSchemaExtensionLexer(Reader in)
           
 
Method Summary
protected  void mQUOTE(boolean _createToken)
           
protected  void mQUOTED_STRING(boolean _createToken)
           
protected  void mVALUE(boolean _createToken)
           
protected  void mVALUES(boolean _createToken)
           
protected  void mWHSP(boolean _createToken)
           
 void mXKEY(boolean _createToken)
           
protected  void mXSTRING(boolean _createToken)
           
 void mXVALUES(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

AntlrSchemaExtensionLexer

public AntlrSchemaExtensionLexer(InputStream in)

AntlrSchemaExtensionLexer

public AntlrSchemaExtensionLexer(Reader in)

AntlrSchemaExtensionLexer

public AntlrSchemaExtensionLexer(antlr.InputBuffer ib)

AntlrSchemaExtensionLexer

public AntlrSchemaExtensionLexer(antlr.LexerSharedInputState state)
Method Detail

nextToken

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

mWHSP

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

mQUOTE

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

mXKEY

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

mXSTRING

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

mXVALUES

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

mVALUES

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

mVALUE

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

mQUOTED_STRING

protected final void mQUOTED_STRING(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.