SwitchStatement Class

(Debugger::QmlJS::AST::SwitchStatement)

Public Types

enum anonymous { K }

Public Functions

SwitchStatement(Debugger::QmlJS::AST::ExpressionNode *e, Debugger::QmlJS::AST::CaseBlock *b)

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

Member Function Documentation

SwitchStatement::SwitchStatement(Debugger::QmlJS::AST::ExpressionNode *e, Debugger::QmlJS::AST::CaseBlock *b)

Default constructs an instance of SwitchStatement.

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

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

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