Esempio n. 1
0
 /*
  * Add one variable name.
  */
 protected void addVariableName(String s) {
   variableNames.put(s.toLowerCase(), s);
 }
Esempio n. 2
0
 /*
  * Add one class name.
  */
 protected void addClassName(String s) {
   classNames.put(s.toLowerCase(), s);
 }