Class XMLLexer
java.lang.Object
org.antlr.v4.runtime.Recognizer<Integer,org.antlr.v4.runtime.atn.LexerATNSimulator>
org.antlr.v4.runtime.Lexer
net.sourceforge.pmd.lang.xml.ast.XMLLexer
net.sourceforge.pmd.lang.xml.antlr4.XMLLexer
- All Implemented Interfaces:
org.antlr.v4.runtime.TokenSource
Deprecated.
Backwards compatible bridge. The XMLLexer was moved to align it with other PMD modules.
This class will be removed in PMD 8.0.0.
Use
XMLLexer directly instead.-
Field Summary
Fields inherited from class net.sourceforge.pmd.lang.xml.ast.XMLLexer
_ATN, _decisionToDFA, _serializedATN, _sharedContextCache, CDATA, channelNames, CharRef, CLOSE, COMMENT, DTD, EntityRef, EQUALS, INSIDE, modeNames, Name, OPEN, PI, PROC_INSTR, ruleNames, S, SEA_WS, SLASH, SLASH_CLOSE, SPECIAL_CLOSE, STRING, TEXT, tokenNames, VOCABULARY, XMLDeclOpenFields inherited from class org.antlr.v4.runtime.Lexer
_channel, _factory, _hitEOF, _input, _mode, _modeStack, _text, _token, _tokenFactorySourcePair, _tokenStartCharIndex, _tokenStartCharPositionInLine, _tokenStartLine, _type, DEFAULT_MODE, DEFAULT_TOKEN_CHANNEL, HIDDEN, MAX_CHAR_VALUE, MIN_CHAR_VALUE, MORE, SKIPFields inherited from class org.antlr.v4.runtime.Recognizer
_interp, EOF -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.sourceforge.pmd.lang.xml.ast.XMLLexer
getATN, getChannelNames, getGrammarFileName, getModeNames, getRuleNames, getSerializedATN, getTokenNames, getVocabularyMethods inherited from class org.antlr.v4.runtime.Lexer
emit, emit, emitEOF, getAllTokens, getChannel, getCharErrorDisplay, getCharIndex, getCharPositionInLine, getErrorDisplay, getErrorDisplay, getInputStream, getLine, getSourceName, getText, getToken, getTokenFactory, getType, mode, more, nextToken, notifyListeners, popMode, pushMode, recover, recover, reset, setChannel, setCharPositionInLine, setInputStream, setLine, setText, setToken, setTokenFactory, setType, skipMethods inherited from class org.antlr.v4.runtime.Recognizer
action, addErrorListener, getErrorHeader, getErrorListenerDispatch, getErrorListeners, getInterpreter, getParseInfo, getRuleIndexMap, getState, getTokenErrorDisplay, getTokenType, getTokenTypeMap, precpred, removeErrorListener, removeErrorListeners, sempred, setInterpreter, setState
-
Constructor Details
-
XMLLexer
public XMLLexer(org.antlr.v4.runtime.CharStream input) Deprecated.
-
XMLLexerdirectly instead.