Class TSqlCpdLexer
- java.lang.Object
-
- net.sourceforge.pmd.cpd.impl.CpdLexerBase<net.sourceforge.pmd.lang.ast.impl.antlr4.AntlrToken>
-
- net.sourceforge.pmd.cpd.impl.AntlrCpdLexer
-
- net.sourceforge.pmd.lang.tsql.cpd.TSqlCpdLexer
-
- All Implemented Interfaces:
net.sourceforge.pmd.cpd.CpdLexer
public class TSqlCpdLexer extends net.sourceforge.pmd.cpd.impl.AntlrCpdLexer
Note: This class has been called TSqlTokenizer in PMD 6
.
-
-
Constructor Summary
Constructors Constructor Description TSqlCpdLexer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
getImage(net.sourceforge.pmd.lang.ast.impl.antlr4.AntlrToken token)
protected org.antlr.v4.runtime.Lexer
getLexerForSource(org.antlr.v4.runtime.CharStream charStream)
-
-
-
Method Detail
-
getLexerForSource
protected org.antlr.v4.runtime.Lexer getLexerForSource(org.antlr.v4.runtime.CharStream charStream)
- Specified by:
getLexerForSource
in classnet.sourceforge.pmd.cpd.impl.AntlrCpdLexer
-
getImage
protected String getImage(net.sourceforge.pmd.lang.ast.impl.antlr4.AntlrToken token)
- Overrides:
getImage
in classnet.sourceforge.pmd.cpd.impl.CpdLexerBase<net.sourceforge.pmd.lang.ast.impl.antlr4.AntlrToken>
-
-