public class KeywordMatchGenerator extends Object
Modifier and Type | Field and Description |
---|---|
static String |
IGNORE_CASE |
static String |
USE_STRING |
Constructor and Description |
---|
KeywordMatchGenerator() |
Modifier and Type | Method and Description |
---|---|
void |
addOption(String option) |
protected void |
appendString(String s) |
protected void |
finishScan() |
protected String |
getCurrentChar() |
protected String |
getKwdConstant(String kwd) |
protected String |
getKwdConstantPrefix() |
protected void |
initScan(String methodName) |
static void |
main(String[] args)
Main method
|
void |
scan() |
protected boolean |
upperCaseKeyConstants() |
public static final String IGNORE_CASE
public static final String USE_STRING
protected void initScan(String methodName)
public void scan()
protected void finishScan()
public void addOption(String option)
protected String getKwdConstantPrefix()
protected boolean upperCaseKeyConstants()
protected String getCurrentChar()
protected void appendString(String s)
public static void main(String[] args)