}
}
}
public Expression compile(Executable exec, Declaration decl) throws XPathException {
ApplyImports inst = new ApplyImports();
inst.setActualParameters(getWithParamInstructions(exec, decl, false, inst),
getWithParamInstructions(exec, decl, true, inst));
return inst;
}