public class EncodingLexer extends antlr.CharScanner implements EncodingParserTokenTypes, antlr.TokenStream
| 限定符和类型 | 字段和说明 |
|---|---|
static antlr.collections.impl.BitSet |
_tokenSet_0 |
_returnToken, caseSensitive, caseSensitiveLiterals, commitToPath, EOF_CHAR, hashString, inputState, literals, saveConsumedInput, tabsize, text, tokenObjectClass, traceDepthDIGIT, EOF, IDENTIFIER, LETTER, META_CONTENT_TYPE, NEWLINE, NULL_TREE_LOOKAHEAD, SPACE, SPACING, XML_ENCODING_DECL| 构造器和说明 |
|---|
EncodingLexer(antlr.InputBuffer ib) |
EncodingLexer(InputStream in) |
EncodingLexer(antlr.LexerSharedInputState state) |
EncodingLexer(Reader in) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
mDIGIT(boolean _createToken) |
protected void |
mIDENTIFIER(boolean _createToken) |
protected void |
mLETTER(boolean _createToken) |
void |
mMETA_CONTENT_TYPE(boolean _createToken) |
protected void |
mNEWLINE(boolean _createToken) |
protected void |
mSPACE(boolean _createToken) |
protected void |
mSPACING(boolean _createToken) |
void |
mXML_ENCODING_DECL(boolean _createToken) |
antlr.Token |
nextToken() |
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, uponEOFpublic EncodingLexer(InputStream in)
public EncodingLexer(Reader in)
public EncodingLexer(antlr.InputBuffer ib)
public EncodingLexer(antlr.LexerSharedInputState state)
public antlr.Token nextToken()
throws antlr.TokenStreamException
nextToken 在接口中 antlr.TokenStreamantlr.TokenStreamExceptionpublic final void mMETA_CONTENT_TYPE(boolean _createToken)
throws antlr.RecognitionException,
antlr.CharStreamException,
antlr.TokenStreamException
antlr.RecognitionExceptionantlr.CharStreamExceptionantlr.TokenStreamExceptionprotected final void mSPACING(boolean _createToken)
throws antlr.RecognitionException,
antlr.CharStreamException,
antlr.TokenStreamException
antlr.RecognitionExceptionantlr.CharStreamExceptionantlr.TokenStreamExceptionprotected final void mLETTER(boolean _createToken)
throws antlr.RecognitionException,
antlr.CharStreamException,
antlr.TokenStreamException
antlr.RecognitionExceptionantlr.CharStreamExceptionantlr.TokenStreamExceptionprotected final void mDIGIT(boolean _createToken)
throws antlr.RecognitionException,
antlr.CharStreamException,
antlr.TokenStreamException
antlr.RecognitionExceptionantlr.CharStreamExceptionantlr.TokenStreamExceptionpublic final void mXML_ENCODING_DECL(boolean _createToken)
throws antlr.RecognitionException,
antlr.CharStreamException,
antlr.TokenStreamException
antlr.RecognitionExceptionantlr.CharStreamExceptionantlr.TokenStreamExceptionprotected final void mIDENTIFIER(boolean _createToken)
throws antlr.RecognitionException,
antlr.CharStreamException,
antlr.TokenStreamException
antlr.RecognitionExceptionantlr.CharStreamExceptionantlr.TokenStreamExceptionprotected final void mNEWLINE(boolean _createToken)
throws antlr.RecognitionException,
antlr.CharStreamException,
antlr.TokenStreamException
antlr.RecognitionExceptionantlr.CharStreamExceptionantlr.TokenStreamExceptionprotected final void mSPACE(boolean _createToken)
throws antlr.RecognitionException,
antlr.CharStreamException,
antlr.TokenStreamException
antlr.RecognitionExceptionantlr.CharStreamExceptionantlr.TokenStreamExceptionCopyright © 2016. All rights reserved.