Modifier and Type | Field and Description |
---|---|
static String |
CPD_END |
static String |
CPD_START |
DEFAULT_SKIP_BLOCKS_PATTERN, IGNORE_ANNOTATIONS, IGNORE_IDENTIFIERS, IGNORE_LITERALS, IGNORE_USINGS, OPTION_SKIP_BLOCKS, OPTION_SKIP_BLOCKS_PATTERN
Constructor and Description |
---|
JavaTokenizer() |
Modifier and Type | Method and Description |
---|---|
void |
setIgnoreAnnotations(boolean ignoreAnnotations) |
void |
setIgnoreIdentifiers(boolean ignore) |
void |
setIgnoreLiterals(boolean ignore) |
void |
setProperties(Properties properties) |
void |
tokenize(SourceCode sourceCode,
Tokens tokenEntries) |
public static final String CPD_START
public static final String CPD_END
public void setProperties(Properties properties)
public void tokenize(SourceCode sourceCode, Tokens tokenEntries)
public void setIgnoreLiterals(boolean ignore)
public void setIgnoreIdentifiers(boolean ignore)
public void setIgnoreAnnotations(boolean ignoreAnnotations)
Copyright © 2002-2015 InfoEther. All Rights Reserved.