Package net.sourceforge.pmd.cpd.impl
Class AntlrCpdLexer
- All Implemented Interfaces:
CpdLexer
Generic implementation of a
CpdLexer useful to any Antlr grammar.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract org.antlr.v4.runtime.LexergetLexerForSource(org.antlr.v4.runtime.CharStream charStream) protected final TokenManager<AntlrToken>Methods inherited from class net.sourceforge.pmd.cpd.impl.CpdLexerBase
filterTokenStream, getImage, processToken, tokenize
-
Constructor Details
-
AntlrCpdLexer
public AntlrCpdLexer()
-
-
Method Details
-
makeLexerImpl
- Specified by:
makeLexerImplin classCpdLexerBase<AntlrToken>- Throws:
IOException
-
getLexerForSource
protected abstract org.antlr.v4.runtime.Lexer getLexerForSource(org.antlr.v4.runtime.CharStream charStream)
-