Class GroovyCpdLexer
- java.lang.Object
-
- net.sourceforge.pmd.cpd.impl.CpdLexerBase<GroovyToken>
-
- net.sourceforge.pmd.lang.groovy.cpd.GroovyCpdLexer
-
- All Implemented Interfaces:
net.sourceforge.pmd.cpd.CpdLexer
public class GroovyCpdLexer extends net.sourceforge.pmd.cpd.impl.CpdLexerBase<GroovyToken>
The Groovy TokenizerNote: This class has been called GroovyTokenizer in PMD 6
.
-
-
Constructor Summary
Constructors Constructor Description GroovyCpdLexer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected net.sourceforge.pmd.lang.TokenManager<GroovyToken>
makeLexerImpl(net.sourceforge.pmd.lang.document.TextDocument doc)
-
-
-
Method Detail
-
makeLexerImpl
protected final net.sourceforge.pmd.lang.TokenManager<GroovyToken> makeLexerImpl(net.sourceforge.pmd.lang.document.TextDocument doc) throws IOException
- Specified by:
makeLexerImpl
in classnet.sourceforge.pmd.cpd.impl.CpdLexerBase<GroovyToken>
- Throws:
IOException
-
-