Package net.sourceforge.pmd.cpd
Class AbstractTokenizer
- java.lang.Object
-
- net.sourceforge.pmd.cpd.AbstractTokenizer
-
- All Implemented Interfaces:
Tokenizer
@Deprecated public abstract class AbstractTokenizer extends Object implements Tokenizer
Deprecated.Use anAnyTokenizer
instead, it's basically as powerful.- Author:
- Zev Blut zb@ubit.com, Romain PELISSE belaran@gmail.com
-
-
Field Summary
Fields Modifier and Type Field Description protected List<String>
ignorableCharacter
Deprecated.protected List<String>
ignorableStmt
Deprecated.protected char
oneLineCommentChar
Deprecated.protected Character
spanMultipleLinesLineContinuationCharacter
Deprecated.protected boolean
spanMultipleLinesString
Deprecated.protected List<String>
stringToken
Deprecated.-
Fields inherited from interface net.sourceforge.pmd.cpd.Tokenizer
DEFAULT_SKIP_BLOCKS_PATTERN, IGNORE_ANNOTATIONS, IGNORE_IDENTIFIERS, IGNORE_LITERALS, IGNORE_USINGS, OPTION_IGNORE_LITERAL_SEQUENCES, OPTION_SKIP_BLOCKS, OPTION_SKIP_BLOCKS_PATTERN
-
-
Constructor Summary
Constructors Constructor Description AbstractTokenizer()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
tokenize(SourceCode tokens, Tokens tokenEntries)
Deprecated.
-
-
-
Field Detail
-
oneLineCommentChar
protected char oneLineCommentChar
Deprecated.
-
spanMultipleLinesString
protected boolean spanMultipleLinesString
Deprecated.
-
spanMultipleLinesLineContinuationCharacter
protected Character spanMultipleLinesLineContinuationCharacter
Deprecated.
-
-
Method Detail
-
tokenize
public void tokenize(SourceCode tokens, Tokens tokenEntries)
Deprecated.
-
-