|
Unicorn XML Toolkit Version 1.00.00 |
|||||||||
� PREV CLASS �� NEXT CLASS | FRAMES��NO FRAMES | |||||||||
SUMMARY: � CONSTR �|� FUNCTION �|�DATA | DETAIL: � CONSTR �|� FUNCTION �|�DATA |
class CCompletionValue: public CValue { public: CCompletionValue(int nForm); CCompletionValue(int nForm, const XValue &pValue); ~CCompletionValue(); public: int GetType(); CCompletion *GetCompletion(); };
The ECMAScript completion value.
CValue, CCompletion
Constructor/Destructor Summary | |
CCompletionValue
(int nForm);
����������Constructs the completion value with the specified form. |
|
CCompletionValue
(int nForm, const XValue &pValue);
����������Constructs the completion value with the specified form and value. |
|
~CCompletionValue
();
����������Destroys the completion value. |
Function Summary | |
int
|
GetType
();
����������Returns type of this value. |
CCompletion�*
|
GetCompletion
();
����������Returns a completion associated with this value. |
Constructor/Destructor Detail |
CCompletionValue(int nForm);
Constructs the completion value with the specified form.
The form of the constructed completion value
must be specified
by
nForm
parameter;
the allowed values are
CCompletion::normal
,
CCompletion::abruptBreak
, and
CCompletion::abruptContinue
.
nForm
- the form of this completion valueCCompletionValue(int nForm, const XValue &pValue);
Constructs the completion value with the specified form and value.
The form of the constructed completion value
must be specified
by
nForm
parameter;
the allowed values are
CCompletion::normal
,
CCompletion::abruptBreak
,
CCompletion::abruptContinue
, and
CCompletion::abruptReturn
.
nForm
- the form of this completion valuepValue
- the value to associate with
this completion value~CCompletionValue();
Destroys the completion value.
Function Detail |
int GetType();
Returns type of this value.
CValue::typeCompletion
)CCompletion *GetCompletion();
Returns a completion associated with this value.
|
Unicorn XML Toolkit Version 1.00.00 |
|||||||||
� PREV CLASS �� NEXT CLASS | FRAMES��NO FRAMES | |||||||||
SUMMARY: � CONSTR �|� FUNCTION �|�DATA | DETAIL: � CONSTR �|� FUNCTION �|�DATA |