Modifier and Type | Field and Description |
---|---|
static String |
CPD_END |
static String |
CPD_START |
IGNORE_ANNOTATIONS, IGNORE_IDENTIFIERS, IGNORE_LITERALS
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-2014 InfoEther. All Rights Reserved.