FunctionDeclaration Class

(Debugger::QmlJS::AST::FunctionDeclaration)

Public Types

enum anonymous { K }

Public Functions

FunctionDeclaration(const Debugger::QStringRef &n, Debugger::QmlJS::AST::FormalParameterList *f, Debugger::QmlJS::AST::FunctionBody *b)

Reimplemented Public Functions

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

Additional Inherited Members

Member Type Documentation

enum FunctionDeclaration::anonymous

Member Function Documentation

FunctionDeclaration::FunctionDeclaration(const Debugger::QStringRef &n, Debugger::QmlJS::AST::FormalParameterList *f, Debugger::QmlJS::AST::FunctionBody *b)

Default constructs an instance of FunctionDeclaration.

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