PropertyAssignmentList Class

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

Public Types

enum anonymous { K }

Public Functions

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

Reimplemented Public Functions

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

Additional Inherited Members

Member Type Documentation

enum PropertyAssignmentList::anonymous

Member Function Documentation

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

Default constructs an instance of PropertyAssignmentList.

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

Default constructs an instance of PropertyAssignmentList.

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

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

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

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