LabelledStatement Class

(Debugger::QmlJS::AST::LabelledStatement)

Public Types

enum anonymous { K }

Public Functions

LabelledStatement(const Debugger::QStringRef &l, Debugger::QmlJS::AST::Statement *stmt)

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 LabelledStatement::anonymous

Member Function Documentation

LabelledStatement::LabelledStatement(const Debugger::QStringRef &l, Debugger::QmlJS::AST::Statement *stmt)

Default constructs an instance of LabelledStatement.

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

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

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