FunctionBody Class

(Debugger::QmlJS::AST::FunctionBody)

Public Types

enum anonymous { K }

Public Functions

FunctionBody(Debugger::QmlJS::AST::SourceElements *elts)

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

Member Function Documentation

FunctionBody::FunctionBody(Debugger::QmlJS::AST::SourceElements *elts)

Default constructs an instance of FunctionBody.

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

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

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