Class ScalaCpdLexer
- java.lang.Object
-
- net.sourceforge.pmd.lang.scala.cpd.ScalaCpdLexer
-
- All Implemented Interfaces:
net.sourceforge.pmd.cpd.CpdLexer
public class ScalaCpdLexer extends Object implements net.sourceforge.pmd.cpd.CpdLexer
Scala Tokenizer class. Uses the Scala Meta Tokenizer, but adapts it for use with generic filteringNote: This class has been called ScalaTokenizer in PMD 6
.
-
-
Constructor Summary
Constructors Constructor Description ScalaCpdLexer(net.sourceforge.pmd.lang.LanguagePropertyBundle bundle)
Create the Tokenizer using properties from the system environment.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
tokenize(net.sourceforge.pmd.lang.document.TextDocument document, net.sourceforge.pmd.cpd.TokenFactory tokenEntries)
-