Class RustCpdLexer
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.rust.cpd.RustCpdLexer
- All Implemented Interfaces:
net.sourceforge.pmd.cpd.CpdLexer
public class RustCpdLexer
extends net.sourceforge.pmd.cpd.impl.AntlrCpdLexer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.antlr.v4.runtime.Lexer
getLexerForSource
(org.antlr.v4.runtime.CharStream charStream) Methods inherited from class net.sourceforge.pmd.cpd.impl.AntlrCpdLexer
makeLexerImpl
Methods inherited from class net.sourceforge.pmd.cpd.impl.CpdLexerBase
filterTokenStream, getImage, processToken, tokenize
-
Constructor Details
-
RustCpdLexer
public RustCpdLexer()
-
-
Method Details
-
getLexerForSource
protected org.antlr.v4.runtime.Lexer getLexerForSource(org.antlr.v4.runtime.CharStream charStream) - Specified by:
getLexerForSource
in classnet.sourceforge.pmd.cpd.impl.AntlrCpdLexer
-