KJS
KJS::Completion Class Reference
#include <completion.h>
Detailed Description
Completion objects are used to convey the return status and value from functions.
- See also:
- FunctionImp
Definition at line 49 of file completion.h.
Public Member Functions | |
| Completion (ComplType c=Normal, JSValue *v=NULL, const Node *t=0) | |
| ComplType | complType () const |
| JSValue * | value () const |
| const Node * | target () const |
| bool | isValueCompletion () const |
Constructor & Destructor Documentation
| KJS::Completion::Completion | ( | ComplType | c = Normal, |
|
| JSValue * | v = NULL, |
|||
| const Node * | t = 0 | |||
| ) | [inline, explicit] |
Definition at line 51 of file completion.h.
Member Function Documentation
| ComplType KJS::Completion::complType | ( | ) | const [inline] |
| JSValue* KJS::Completion::value | ( | ) | const [inline] |
| const Node* KJS::Completion::target | ( | ) | const [inline] |
Returns the node a break or a continue statement targets.
Definition at line 70 of file completion.h.
| bool KJS::Completion::isValueCompletion | ( | ) | const [inline] |
The documentation for this class was generated from the following file:
KDE 4.0 API Reference