net.sourceforge.pmd.cpd.Tokenizer
public class ApexTokenizer extends java.lang.Object implements net.sourceforge.pmd.cpd.Tokenizer
Modifier and Type | Field | Description |
---|---|---|
static java.lang.String |
CASE_SENSITIVE |
If the properties is
false (default), then the case of any token
is ignored. |
DEFAULT_SKIP_BLOCKS_PATTERN, IGNORE_ANNOTATIONS, IGNORE_IDENTIFIERS, IGNORE_LITERALS, IGNORE_USINGS, OPTION_SKIP_BLOCKS, OPTION_SKIP_BLOCKS_PATTERN
Constructor | Description |
---|---|
ApexTokenizer() |
Modifier and Type | Method | Description |
---|---|---|
void |
setProperties(java.util.Properties properties) |
|
void |
tokenize(net.sourceforge.pmd.cpd.SourceCode sourceCode,
net.sourceforge.pmd.cpd.Tokens tokenEntries) |
public static final java.lang.String CASE_SENSITIVE
false
(default), then the case of any token
is ignored.public void setProperties(java.util.Properties properties)
public void tokenize(net.sourceforge.pmd.cpd.SourceCode sourceCode, net.sourceforge.pmd.cpd.Tokens tokenEntries)
tokenize
in interface net.sourceforge.pmd.cpd.Tokenizer
Copyright © 2002–2018 PMD. All rights reserved.