Class antlrSchemaConverterLexer
- java.lang.Object
-
- antlr.CharScanner
-
- org.apache.directory.api.ldap.schema.converter.antlrSchemaConverterLexer
-
- All Implemented Interfaces:
antlr.TokenStream,antlrSchemaTokenTypes
public class antlrSchemaConverterLexer extends antlr.CharScanner implements antlrSchemaTokenTypes, antlr.TokenStream
-
-
Field Summary
Fields Modifier and Type Field Description static antlr.collections.impl.BitSet_tokenSet_0static antlr.collections.impl.BitSet_tokenSet_1static antlr.collections.impl.BitSet_tokenSet_2static antlr.collections.impl.BitSet_tokenSet_3-
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.schema.converter.antlrSchemaTokenTypes
CLOSE_BRACKET, CLOSE_PAREN, DESC, DIGIT, DOLLAR, EOF, IDENTIFIER, LITERAL_ABSTRACT, LITERAL_attributetype, LITERAL_AUXILIARY, LITERAL_COLLECTIVE, LITERAL_directoryOperation, LITERAL_distributedOperation, LITERAL_dSAOperation, LITERAL_END, LITERAL_EQUALITY, LITERAL_MAY, LITERAL_MUST, LITERAL_NAME, LITERAL_objectclass, LITERAL_OBSOLETE, LITERAL_ORDERING, LITERAL_STRUCTURAL, LITERAL_SUBSTR, LITERAL_SUP, LITERAL_USAGE, LITERAL_userApplications, NULL_TREE_LOOKAHEAD, NUMERIC_STRING, NUMERICOID, OPEN_BRACKET, OPEN_PAREN, QUOTE, SYNTAX, WS
-
-
Constructor Summary
Constructors Constructor Description antlrSchemaConverterLexer(antlr.InputBuffer ib)antlrSchemaConverterLexer(antlr.LexerSharedInputState state)antlrSchemaConverterLexer(InputStream in)antlrSchemaConverterLexer(Reader in)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidmCLOSE_BRACKET(boolean _createToken)voidmCLOSE_PAREN(boolean _createToken)voidmDESC(boolean _createToken)voidmDIGIT(boolean _createToken)voidmDOLLAR(boolean _createToken)voidmIDENTIFIER(boolean _createToken)protected voidmNUMERIC_STRING(boolean _createToken)voidmNUMERICOID(boolean _createToken)voidmOPEN_BRACKET(boolean _createToken)voidmOPEN_PAREN(boolean _createToken)voidmQUOTE(boolean _createToken)voidmSYNTAX(boolean _createToken)voidmWS(boolean _createToken)antlr.TokennextToken()-
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
-
-
-
-
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
-
_tokenSet_3
public static final antlr.collections.impl.BitSet _tokenSet_3
-
-
Constructor Detail
-
antlrSchemaConverterLexer
public antlrSchemaConverterLexer(InputStream in)
-
antlrSchemaConverterLexer
public antlrSchemaConverterLexer(Reader in)
-
antlrSchemaConverterLexer
public antlrSchemaConverterLexer(antlr.InputBuffer ib)
-
antlrSchemaConverterLexer
public antlrSchemaConverterLexer(antlr.LexerSharedInputState state)
-
-
Method Detail
-
nextToken
public antlr.Token nextToken() throws antlr.TokenStreamException- Specified by:
nextTokenin interfaceantlr.TokenStream- Throws:
antlr.TokenStreamException
-
mWS
public final void mWS(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException- Throws:
antlr.RecognitionExceptionantlr.CharStreamExceptionantlr.TokenStreamException
-
mQUOTE
public final void mQUOTE(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException- Throws:
antlr.RecognitionExceptionantlr.CharStreamExceptionantlr.TokenStreamException
-
mDIGIT
public final void mDIGIT(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException- Throws:
antlr.RecognitionExceptionantlr.CharStreamExceptionantlr.TokenStreamException
-
mDOLLAR
public final void mDOLLAR(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException- Throws:
antlr.RecognitionExceptionantlr.CharStreamExceptionantlr.TokenStreamException
-
mOPEN_PAREN
public final void mOPEN_PAREN(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException- Throws:
antlr.RecognitionExceptionantlr.CharStreamExceptionantlr.TokenStreamException
-
mCLOSE_PAREN
public final void mCLOSE_PAREN(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException- Throws:
antlr.RecognitionExceptionantlr.CharStreamExceptionantlr.TokenStreamException
-
mOPEN_BRACKET
public final void mOPEN_BRACKET(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException- Throws:
antlr.RecognitionExceptionantlr.CharStreamExceptionantlr.TokenStreamException
-
mCLOSE_BRACKET
public final void mCLOSE_BRACKET(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException- Throws:
antlr.RecognitionExceptionantlr.CharStreamExceptionantlr.TokenStreamException
-
mNUMERIC_STRING
protected final void mNUMERIC_STRING(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException- Throws:
antlr.RecognitionExceptionantlr.CharStreamExceptionantlr.TokenStreamException
-
mNUMERICOID
public final void mNUMERICOID(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException- Throws:
antlr.RecognitionExceptionantlr.CharStreamExceptionantlr.TokenStreamException
-
mIDENTIFIER
public final void mIDENTIFIER(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException- Throws:
antlr.RecognitionExceptionantlr.CharStreamExceptionantlr.TokenStreamException
-
mDESC
public final void mDESC(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException- Throws:
antlr.RecognitionExceptionantlr.CharStreamExceptionantlr.TokenStreamException
-
mSYNTAX
public final void mSYNTAX(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException- Throws:
antlr.RecognitionExceptionantlr.CharStreamExceptionantlr.TokenStreamException
-
-