StatementList Class

(Debugger::QmlJS::AST::StatementList)

Public Types

enum anonymous { K }

Public Functions

StatementList(Debugger::QmlJS::AST::Statement *stmt)
StatementList(Debugger::QmlJS::AST::StatementList *previous, Debugger::QmlJS::AST::Statement *stmt)
Debugger::QmlJS::AST::StatementList *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 StatementList::anonymous

Member Function Documentation

StatementList::StatementList(Debugger::QmlJS::AST::Statement *stmt)

Default constructs an instance of StatementList.

StatementList::StatementList(Debugger::QmlJS::AST::StatementList *previous, Debugger::QmlJS::AST::Statement *stmt)

Default constructs an instance of StatementList.

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

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

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

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