Class AntlrTriggerSpecificationLexer
- java.lang.Object
-
- antlr.CharScanner
-
- org.apache.directory.api.ldap.trigger.AntlrTriggerSpecificationLexer
-
- All Implemented Interfaces:
antlr.TokenStream,AntlrTriggerSpecificationParserTokenTypes
- Direct Known Subclasses:
ReusableAntlrTriggerSpecificationLexer
public class AntlrTriggerSpecificationLexer extends antlr.CharScanner implements AntlrTriggerSpecificationParserTokenTypes, antlr.TokenStream
The parser's primary lexer.- Author:
- Apache Directory Project
-
-
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_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.trigger.AntlrTriggerSpecificationParserTokenTypes
ALPHA, CLOSE_CURLY, CLOSE_PARAN, COMMENT, DOT, EOF, ID_add, ID_AFTER, ID_attributes, ID_CALL, ID_delete, ID_deletedEntry, ID_deleteoldrdn, ID_entry, ID_languageScheme, ID_ldapContext, ID_modification, ID_modify, ID_modifyDN, ID_modifyDNExport, ID_modifyDNImport, ID_modifyDNRename, ID_name, ID_newDN, ID_newEntry, ID_newrdn, ID_newSuperior, ID_object, ID_oldEntry, ID_oldRDN, ID_oldSuperiorDN, ID_operationPrincipal, ID_scope_base, ID_scope_one, ID_scope_subtree, ID_search_scope, ID_searchContext, IDENTIFIER, NULL_TREE_LOOKAHEAD, OPEN_CURLY, OPEN_PARAN, SAFEUTF8CHAR, SEMI, SEP, SP, UTF8String
-
-
Constructor Summary
Constructors Constructor Description AntlrTriggerSpecificationLexer(antlr.InputBuffer ib)AntlrTriggerSpecificationLexer(antlr.LexerSharedInputState state)AntlrTriggerSpecificationLexer(InputStream in)AntlrTriggerSpecificationLexer(Reader in)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidmALPHA(boolean _createToken)voidmCLOSE_CURLY(boolean _createToken)voidmCLOSE_PARAN(boolean _createToken)voidmCOMMENT(boolean _createToken)voidmDOT(boolean _createToken)voidmIDENTIFIER(boolean _createToken)voidmOPEN_CURLY(boolean _createToken)voidmOPEN_PARAN(boolean _createToken)protected voidmSAFEUTF8CHAR(boolean _createToken)voidmSEMI(boolean _createToken)voidmSEP(boolean _createToken)voidmSP(boolean _createToken)voidmUTF8String(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
-
-
-
-
Constructor Detail
-
AntlrTriggerSpecificationLexer
public AntlrTriggerSpecificationLexer(InputStream in)
-
AntlrTriggerSpecificationLexer
public AntlrTriggerSpecificationLexer(Reader in)
-
AntlrTriggerSpecificationLexer
public AntlrTriggerSpecificationLexer(antlr.InputBuffer ib)
-
AntlrTriggerSpecificationLexer
public AntlrTriggerSpecificationLexer(antlr.LexerSharedInputState state)
-
-
Method Detail
-
nextToken
public antlr.Token nextToken() throws antlr.TokenStreamException- Specified by:
nextTokenin interfaceantlr.TokenStream- Throws:
antlr.TokenStreamException
-
mOPEN_PARAN
public final void mOPEN_PARAN(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException- Throws:
antlr.RecognitionExceptionantlr.CharStreamExceptionantlr.TokenStreamException
-
mCLOSE_PARAN
public final void mCLOSE_PARAN(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException- Throws:
antlr.RecognitionExceptionantlr.CharStreamExceptionantlr.TokenStreamException
-
mOPEN_CURLY
public final void mOPEN_CURLY(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException- Throws:
antlr.RecognitionExceptionantlr.CharStreamExceptionantlr.TokenStreamException
-
mCLOSE_CURLY
public final void mCLOSE_CURLY(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException- Throws:
antlr.RecognitionExceptionantlr.CharStreamExceptionantlr.TokenStreamException
-
mSEMI
public final void mSEMI(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException- Throws:
antlr.RecognitionExceptionantlr.CharStreamExceptionantlr.TokenStreamException
-
mSEP
public final void mSEP(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException- Throws:
antlr.RecognitionExceptionantlr.CharStreamExceptionantlr.TokenStreamException
-
mSP
public final void mSP(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException- Throws:
antlr.RecognitionExceptionantlr.CharStreamExceptionantlr.TokenStreamException
-
mDOT
public final void mDOT(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException- Throws:
antlr.RecognitionExceptionantlr.CharStreamExceptionantlr.TokenStreamException
-
mUTF8String
public final void mUTF8String(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException- Throws:
antlr.RecognitionExceptionantlr.CharStreamExceptionantlr.TokenStreamException
-
mSAFEUTF8CHAR
protected final void mSAFEUTF8CHAR(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException- Throws:
antlr.RecognitionExceptionantlr.CharStreamExceptionantlr.TokenStreamException
-
mCOMMENT
public final void mCOMMENT(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
-
mALPHA
protected final void mALPHA(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException- Throws:
antlr.RecognitionExceptionantlr.CharStreamExceptionantlr.TokenStreamException
-
-