TypeId Class

(QmlJS::TypeId)
Inherits: QmlJS::ValueVisitor (protected)

Public Functions

QString operator()(const QmlJS::Value *value)

Reimplemented Protected Functions

virtual void visit(const QmlJS::NullValue *) override
virtual void visit(const QmlJS::UndefinedValue *) override
virtual void visit(const QmlJS::NumberValue *) override
virtual void visit(const QmlJS::BooleanValue *) override
virtual void visit(const QmlJS::StringValue *) override
virtual void visit(const QmlJS::ObjectValue *object) override
virtual void visit(const QmlJS::FunctionValue *object) override
virtual void visit(const QmlJS::ColorValue *) override
virtual void visit(const QmlJS::AnchorLineValue *) override

Member Function Documentation

[override virtual protected] void TypeId::visit(const QmlJS::NullValue *)

[override virtual protected] void TypeId::visit(const QmlJS::UndefinedValue *)

[override virtual protected] void TypeId::visit(const QmlJS::NumberValue *)

[override virtual protected] void TypeId::visit(const QmlJS::BooleanValue *)

[override virtual protected] void TypeId::visit(const QmlJS::StringValue *)

[override virtual protected] void TypeId::visit(const QmlJS::ObjectValue *object)

[override virtual protected] void TypeId::visit(const QmlJS::FunctionValue *object)

[override virtual protected] void TypeId::visit(const QmlJS::ColorValue *)

[override virtual protected] void TypeId::visit(const QmlJS::AnchorLineValue *)

QString TypeId::operator()(const QmlJS::Value *value)