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 public class XMLLexer extends XMLLexer
Deprecated.since 7.8.0. UseXMLLexer
directly instead.Backwards compatible bridge. The XMLLexer was moved to align it with other PMD modules. This class will be removed in PMD 8.0.0. UseXMLLexer
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, XMLDeclOpen
-
Fields 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, SKIP
-
-
Constructor Summary
Constructors Constructor Description XMLLexer(org.antlr.v4.runtime.CharStream input)
Deprecated.
-
Method Summary
-
Methods inherited from class net.sourceforge.pmd.lang.xml.ast.XMLLexer
getATN, getChannelNames, getGrammarFileName, getModeNames, getRuleNames, getSerializedATN, getTokenNames, getVocabulary
-
Methods 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, skip
-
Methods 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
-
-