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. Use XMLLexer 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. Use XMLLexer directly instead.
  • Constructor Details

    • XMLLexer

      public XMLLexer(org.antlr.v4.runtime.CharStream input)
      Deprecated.