DEFAULT_SKIP_BLOCKS_PATTERN, IGNORE_ANNOTATIONS, IGNORE_IDENTIFIERS, IGNORE_LITERALS, IGNORE_USINGS, OPTION_SKIP_BLOCKS, OPTION_SKIP_BLOCKS_PATTERN
Constructor and Description |
---|
CPPTokenizer() |
Modifier and Type | Method and Description |
---|---|
void |
setProperties(Properties properties)
Sets the possible options for the C++ tokenizer.
|
void |
tokenize(SourceCode sourceCode,
Tokens tokenEntries) |
public void setProperties(Properties properties)
properties
- the propertiesTokenizer.OPTION_SKIP_BLOCKS
,
Tokenizer.OPTION_SKIP_BLOCKS_PATTERN
public void tokenize(SourceCode sourceCode, Tokens tokenEntries)
Copyright © 2002-2017 PMD. All Rights Reserved.