PropertyAssignmentList Class

(QmlJS::QmlJS::AST::PropertyAssignmentList)

Public Types

enum anonymous { K }

Public Functions

PropertyAssignmentList(QmlJS::QmlJS::AST::PropertyAssignment *assignment)
PropertyAssignmentList(QmlJS::QmlJS::AST::PropertyAssignmentList *previous, QmlJS::QmlJS::AST::PropertyAssignment *assignment)
QmlJS::QmlJS::AST::PropertyAssignmentList *finish()

Reimplemented Public Functions

virtual void accept0(QmlJS::QmlJS::AST::Visitor *visitor) override
virtual QmlJS::QmlJS::AST::SourceLocation firstSourceLocation() const override
virtual QmlJS::QmlJS::AST::SourceLocation lastSourceLocation() const override

Additional Inherited Members

Member Type Documentation

enum PropertyAssignmentList::anonymous

Member Function Documentation

PropertyAssignmentList::PropertyAssignmentList(QmlJS::QmlJS::AST::PropertyAssignment *assignment)

Default constructs an instance of PropertyAssignmentList.

PropertyAssignmentList::PropertyAssignmentList(QmlJS::QmlJS::AST::PropertyAssignmentList *previous, QmlJS::QmlJS::AST::PropertyAssignment *assignment)

Default constructs an instance of PropertyAssignmentList.

[override virtual] void PropertyAssignmentList::accept0(QmlJS::QmlJS::AST::Visitor *visitor)

QmlJS::QmlJS::AST::PropertyAssignmentList *PropertyAssignmentList::finish()

[override virtual] QmlJS::QmlJS::AST::SourceLocation PropertyAssignmentList::firstSourceLocation() const

[override virtual] QmlJS::QmlJS::AST::SourceLocation PropertyAssignmentList::lastSourceLocation() const