org.acm.seguin.pmd.cpd
Class PHPTokenizer

java.lang.Object
  extended by org.acm.seguin.pmd.cpd.PHPTokenizer
All Implemented Interfaces:
Tokenizer

public class PHPTokenizer
extends java.lang.Object
implements Tokenizer


Constructor Summary
PHPTokenizer()
           
 
Method Summary
 void tokenize(SourceCode tokens, Tokens tokenEntries, java.io.Reader input)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PHPTokenizer

public PHPTokenizer()
Method Detail

tokenize

public void tokenize(SourceCode tokens,
                     Tokens tokenEntries,
                     java.io.Reader input)
              throws java.io.IOException
Specified by:
tokenize in interface Tokenizer
Throws:
java.io.IOException