net.sourceforge.pmd.cpd
Class SwiftTokenizer

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

public class SwiftTokenizer
extends Object
implements Tokenizer

The Swift Tokenizer


Field Summary
 
Fields inherited from interface net.sourceforge.pmd.cpd.Tokenizer
DEFAULT_SKIP_BLOCKS_PATTERN, IGNORE_ANNOTATIONS, IGNORE_IDENTIFIERS, IGNORE_LITERALS, IGNORE_USINGS, OPTION_SKIP_BLOCKS, OPTION_SKIP_BLOCKS_PATTERN
 
Constructor Summary
SwiftTokenizer()
           
 
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

SwiftTokenizer

public SwiftTokenizer()
Method Detail

tokenize

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


Copyright © 2002-2016 InfoEther. All Rights Reserved.