FunctionDeclaration Class
(Debugger::QmlJS::AST::FunctionDeclaration)Inherits: | Debugger::QmlJS::AST::FunctionExpression |
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 |
- 3 public functions inherited from Debugger::QmlJS::AST::FunctionExpression
- 1 public function inherited from Debugger::QmlJS::AST::ExpressionNode
- 8 public functions inherited from Debugger::QmlJS::AST::Node
Additional Inherited Members
- 2 static public members inherited from Debugger::QmlJS::AST::Node
- 3 static public members inherited from Debugger::QmlJS::Managed
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.