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 Member Functions

 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.4.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Mon Jun 12 11:32:48 2006 by doxygen 1.4.4 written by Dimitri van Heesch, © 1997-2003