| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
IGNORE_IDENTIFIERS |
static java.lang.String |
IGNORE_LITERALS |
| Constructor and Description |
|---|
JavaTokenizer() |
| Modifier and Type | Method and Description |
|---|---|
void |
setIgnoreIdentifiers(boolean ignore) |
void |
setIgnoreLiterals(boolean ignore) |
void |
setProperties(java.util.Properties properties) |
void |
tokenize(SourceCode tokens,
Tokens tokenEntries) |
public static final java.lang.String IGNORE_LITERALS
public static final java.lang.String IGNORE_IDENTIFIERS
public void setProperties(java.util.Properties properties)
public void tokenize(SourceCode tokens, Tokens tokenEntries)
public void setIgnoreLiterals(boolean ignore)
public void setIgnoreIdentifiers(boolean ignore)