org.apache.directory.shared.ldap.schema.syntax
Class AntlrSchemaExtensionLexer
java.lang.Object
antlr.CharScanner
org.apache.directory.shared.ldap.schema.syntax.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.
- Version:
- $Rev$
- Author:
- Apache Directory Project
| Fields inherited from class antlr.CharScanner |
_returnToken, caseSensitive, caseSensitiveLiterals, commitToPath, EOF_CHAR, hashString, inputState, literals, saveConsumedInput, tabsize, text, tokenObjectClass, traceDepth |
|
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 |
_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
AntlrSchemaExtensionLexer
public AntlrSchemaExtensionLexer(java.io.InputStream in)
AntlrSchemaExtensionLexer
public AntlrSchemaExtensionLexer(java.io.Reader in)
AntlrSchemaExtensionLexer
public AntlrSchemaExtensionLexer(antlr.InputBuffer ib)
AntlrSchemaExtensionLexer
public AntlrSchemaExtensionLexer(antlr.LexerSharedInputState state)
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 © 2004-2009 The Apache Software Foundation. All Rights Reserved.