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

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

public class AntlrSchemaQdstringLexer
extends antlr.CharScanner
implements AntlrSchemaQdstringTokenTypes, 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
           
 
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.AntlrSchemaQdstringTokenTypes
EOF, LPAR, NULL_TREE_LOOKAHEAD, QDSTRING, QUOTE, RPAR, WHSP
 
Constructor Summary
AntlrSchemaQdstringLexer(antlr.InputBuffer ib)
           
AntlrSchemaQdstringLexer(InputStream in)
           
AntlrSchemaQdstringLexer(antlr.LexerSharedInputState state)
           
AntlrSchemaQdstringLexer(Reader in)
           
 
Method Summary
 void mLPAR(boolean _createToken)
           
 void mQDSTRING(boolean _createToken)
           
 void mQUOTE(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
Constructor Detail

AntlrSchemaQdstringLexer

public AntlrSchemaQdstringLexer(InputStream in)

AntlrSchemaQdstringLexer

public AntlrSchemaQdstringLexer(Reader in)

AntlrSchemaQdstringLexer

public AntlrSchemaQdstringLexer(antlr.InputBuffer ib)

AntlrSchemaQdstringLexer

public AntlrSchemaQdstringLexer(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

mQUOTE

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

mQDSTRING

public final void mQDSTRING(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.