FormalParameterList Class
(Debugger::QmlJS::AST::FormalParameterList)Inherits: | Debugger::QmlJS::AST::Node |
Public Types
enum | anonymous { K } |
Public Functions
FormalParameterList(const Debugger::QStringRef &n) | |
FormalParameterList(Debugger::QmlJS::AST::FormalParameterList *previous, const Debugger::QStringRef &n) | |
Debugger::QmlJS::AST::FormalParameterList * | finish() |
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 |
- 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
FormalParameterList::FormalParameterList(const Debugger::QStringRef &n)
Default constructs an instance of FormalParameterList.
FormalParameterList::FormalParameterList(Debugger::QmlJS::AST::FormalParameterList *previous, const Debugger::QStringRef &n)
Default constructs an instance of FormalParameterList.