ConvertToNumber Class
(QmlJS::ConvertToNumber)Public Functions
ConvertToNumber(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
ConvertToNumber::ConvertToNumber(QmlJS::ValueOwner *valueOwner)
Default constructs an instance of ConvertToNumber.