net.sourceforge.pmd.cpd
Class AbstractTokenizer
java.lang.Object
net.sourceforge.pmd.cpd.AbstractTokenizer
- All Implemented Interfaces:
- Tokenizer
public abstract class AbstractTokenizer
- extends java.lang.Object
- implements Tokenizer
- Author:
- Zev Blut [email protected], Romain PELISSE [email protected]
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
stringToken
protected java.util.List<java.lang.String> stringToken
ignorableCharacter
protected java.util.List<java.lang.String> ignorableCharacter
ignorableStmt
protected java.util.List<java.lang.String> ignorableStmt
oneLineCommentChar
protected char oneLineCommentChar
spanMultipleLinesString
protected boolean spanMultipleLinesString
spanMultipleLinesLineContinuationCharacter
protected java.lang.Character spanMultipleLinesLineContinuationCharacter
AbstractTokenizer
public AbstractTokenizer()
tokenize
public void tokenize(SourceCode tokens,
Tokens tokenEntries)
- Specified by:
tokenize
in interface Tokenizer
Copyright © 2002-2015 InfoEther. All Rights Reserved.