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. |
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.Copyright © 2002–2018 PMD. All rights reserved.