Package net.sourceforge.pmd.cpd
Class AbstractTokenizer
- java.lang.Object
-
- net.sourceforge.pmd.cpd.AbstractTokenizer
-
-
Field Summary
Fields Modifier and Type Field Description protected List<String>
ignorableCharacter
protected List<String>
ignorableStmt
protected char
oneLineCommentChar
protected Character
spanMultipleLinesLineContinuationCharacter
protected boolean
spanMultipleLinesString
protected List<String>
stringToken
-
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
Constructors Constructor Description AbstractTokenizer()
-
-
-
Field Detail
-
oneLineCommentChar
protected char oneLineCommentChar
-
spanMultipleLinesString
protected boolean spanMultipleLinesString
-
spanMultipleLinesLineContinuationCharacter
protected Character spanMultipleLinesLineContinuationCharacter
-
-
Method Detail
-
tokenize
public void tokenize(SourceCode tokens, Tokens tokenEntries)
-
-