public void acceptVisitor(Visitor v) {
   v.visitScriptTask(this);
 }