Modifier and Type | Field and Description |
---|---|
static String |
CPD_END |
static String |
CPD_START |
static String |
IGNORE_ANNOTATIONS |
static String |
IGNORE_IDENTIFIERS |
static String |
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 IGNORE_LITERALS
public static final String IGNORE_IDENTIFIERS
public static final String IGNORE_ANNOTATIONS
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–2013 InfoEther. All rights reserved.