Class ScalaCpdLexer
- java.lang.Object
-
- net.sourceforge.pmd.lang.scala.cpd.ScalaCpdLexer
-
-
Constructor Summary
Constructors Constructor Description ScalaCpdLexer(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(TextDocument document, TokenFactory tokenEntries)
-
-
-
Constructor Detail
-
ScalaCpdLexer
public ScalaCpdLexer(LanguagePropertyBundle bundle)
Create the Tokenizer using properties from the system environment.
-
-
Method Detail
-
tokenize
public void tokenize(TextDocument document, TokenFactory tokenEntries)
-
-