net.sourceforge.pmd.cpd
Class CsTokenizer

java.lang.Object
  extended by net.sourceforge.pmd.cpd.CsTokenizer
All Implemented Interfaces:
Tokenizer

public class CsTokenizer
extends Object
implements Tokenizer

This class does a best-guess try-anything tokenization.

Author:
jheintz

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

Constructor Detail

CsTokenizer

public CsTokenizer()
Method Detail

tokenize

public void tokenize(SourceCode sourceCode,
                     Tokens tokenEntries)
Specified by:
tokenize in interface Tokenizer


Copyright © 2002-2012 InfoEther. All Rights Reserved.