Пример #1
0
 public static void addOrReplaceFunction(AbstractFunction fun) {
   // We shouldn't get there unless that function don't exist
   removeFunction(fun.name(), fun.argTypes());
   declare(fun);
 }