Modifier and Type | Field and 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 and Description |
---|
ApexTokenizer() |
Modifier and Type | Method and Description |
---|---|
void |
setProperties(java.util.Properties properties) |
void |
tokenize(SourceCode sourceCode,
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(SourceCode sourceCode, Tokens tokenEntries)
Copyright © 2002–2017 PMD. All rights reserved.