org.sonar.plugins.python.cpd
Class PythonTokenizer

java.lang.Object
  extended by org.sonar.plugins.python.cpd.PythonTokenizer
All Implemented Interfaces:
net.sourceforge.pmd.cpd.Tokenizer

public class PythonTokenizer
extends Object
implements net.sourceforge.pmd.cpd.Tokenizer


Constructor Summary
PythonTokenizer(Charset charset)
           
 
Method Summary
 void tokenize(net.sourceforge.pmd.cpd.SourceCode source, net.sourceforge.pmd.cpd.Tokens cpdTokens)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PythonTokenizer

public PythonTokenizer(Charset charset)
Method Detail

tokenize

public final void tokenize(net.sourceforge.pmd.cpd.SourceCode source,
                           net.sourceforge.pmd.cpd.Tokens cpdTokens)
Specified by:
tokenize in interface net.sourceforge.pmd.cpd.Tokenizer


Copyright © 2011-2012 SonarSource and Waleri Enns. All Rights Reserved.