Package net.sourceforge.pmd.cpd
Class ApexTokenizer
- java.lang.Object
-
- net.sourceforge.pmd.cpd.ApexTokenizer
-
-
Field Summary
Fields Modifier and Type Field Description static StringCASE_SENSITIVEIf the properties isfalse(default), then the case of any token is ignored.-
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 ApexTokenizer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetProperties(Properties properties)voidtokenize(SourceCode sourceCode, Tokens tokenEntries)
-
-
-
Field Detail
-
CASE_SENSITIVE
public static final String CASE_SENSITIVE
If the properties isfalse(default), then the case of any token is ignored.- See Also:
- Constant Field Values
-
-
Method Detail
-
setProperties
public void setProperties(Properties properties)
-
tokenize
public void tokenize(SourceCode sourceCode, Tokens tokenEntries)
-
-