kjs Library API Documentation

KJS::Completion Class Reference

Completion objects are used to convey the return status and value from functions. Handle for a Completion type. More...

#include <completion.h>

Inheritance diagram for KJS::Completion:

KJS::Value List of all members.

Public Methods

 Completion (ComplType c=Normal, const Value &v=Value(), const Identifier &t=Identifier::null())
ComplType complType () const
Value value () const
Identifier target () const
bool isValueCompletion () const

Detailed Description

Completion objects are used to convey the return status and value from functions. Handle for a Completion type.

See FunctionImp::execute()

See also:
FunctionImp

Definition at line 49 of file completion.h.


The documentation for this class was generated from the following file:
KDE Logo
This file is part of the documentation for kjs Library Version 3.2.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Sun May 16 22:02:38 2004 by doxygen 1.2.15 written by Dimitri van Heesch, © 1997-2003