Пример #1
0
 /**
  * Removes a function from the parser.
  *
  * @return If the function was added earlier, the function class instance is returned. If the
  *     function was not present, <code>null</code> is returned.
  */
 public Object removeFunction(String name) {
   return funTab.remove(name);
 }