ConvertToObject Class
(QmlJS::ConvertToObject)Public Functions
ConvertToObject(QmlJS::ValueOwner *valueOwner) | |
const QmlJS::Value * | operator()(const QmlJS::Value *value) |
Protected Functions
const QmlJS::Value * | switchResult(const QmlJS::Value *value) |
void | visit(const QmlJS::NullValue *) |
void | visit(const QmlJS::UndefinedValue *) |
void | visit(const QmlJS::NumberValue *) |
void | visit(const QmlJS::BooleanValue *) |
void | visit(const QmlJS::StringValue *) |
void | visit(const QmlJS::ObjectValue *) |
void | visit(const QmlJS::FunctionValue *) |
Member Function Documentation
ConvertToObject::ConvertToObject(QmlJS::ValueOwner *valueOwner)
Default constructs an instance of ConvertToObject.