net.sourceforge.pmd.cpd
Class JavaTokenizer
java.lang.Object
extended by net.sourceforge.pmd.cpd.JavaTokenizer
- All Implemented Interfaces:
- Tokenizer
public class JavaTokenizer
- extends java.lang.Object
- implements Tokenizer
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IGNORE_LITERALS
public static final java.lang.String IGNORE_LITERALS
- See Also:
- Constant Field Values
IGNORE_IDENTIFIERS
public static final java.lang.String IGNORE_IDENTIFIERS
- See Also:
- Constant Field Values
JavaTokenizer
public JavaTokenizer()
setProperties
public void setProperties(java.util.Properties properties)
-
-
tokenize
public void tokenize(SourceCode tokens,
Tokens tokenEntries)
- Specified by:
tokenize
in interface Tokenizer
-
setIgnoreLiterals
public void setIgnoreLiterals(boolean ignore)
-
-
setIgnoreIdentifiers
public void setIgnoreIdentifiers(boolean ignore)
-
-
Copyright © 2002-2011 InfoEther. All Rights Reserved.