119120121122123124125126127
} } public Expression compile(Executable exec) throws XPathException { ContinueInstr call = new ContinueInstr (null); call.setParameters(getWithParamInstructions(exec, false, call)); return call; }