This commit is contained in:
King_DuckZ 2020-02-17 22:17:06 +01:00
parent 27eff2f0ef
commit 4bc0157dcd
3020 changed files with 129849 additions and 76185 deletions

View file

@ -16,7 +16,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*
* $Id: FunctionError.hpp 475 2008-01-08 18:47:44Z jpcs $
* $Id: FunctionError.hpp 659 2008-10-06 00:11:22Z jpcs $
*/
/*
@ -42,7 +42,7 @@ public:
FunctionError(const VectorOfASTNodes &args, XPath2MemoryManager* memMgr);
ASTNode* staticResolution(StaticContext *context);
virtual ASTNode *staticTyping(StaticContext *context);
virtual ASTNode *staticTypingImpl(StaticContext *context);
Sequence createSequence(DynamicContext* context, int flags=0) const;
virtual PendingUpdateList createUpdateList(DynamicContext *context) const;