net.sourceforge.pmd.cpd
Class RubyTokenizer

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

public class RubyTokenizer
extends AbstractTokenizer

Tokenizer for Ruby.

Author:
Zev Blut [email protected]

Field Summary
 
Fields inherited from class net.sourceforge.pmd.cpd.AbstractTokenizer
ignorableCharacter, ignorableStmt, oneLineCommentChar, spanMultipleLinesLineContinuationCharacter, spanMultipleLinesString, stringToken
 
Fields inherited from interface net.sourceforge.pmd.cpd.Tokenizer
DEFAULT_SKIP_BLOCKS_PATTERN, IGNORE_ANNOTATIONS, IGNORE_IDENTIFIERS, IGNORE_LITERALS, OPTION_SKIP_BLOCKS, OPTION_SKIP_BLOCKS_PATTERN
 
Constructor Summary
RubyTokenizer()
          Creates a new Ruby tokenizer.
 
Method Summary
 
Methods inherited from class net.sourceforge.pmd.cpd.AbstractTokenizer
tokenize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RubyTokenizer

public RubyTokenizer()
Creates a new Ruby tokenizer.



Copyright © 2002-2015 InfoEther. All Rights Reserved.