ArgumentList Class
(Debugger::QmlJS::AST::ArgumentList)Inherits: | Debugger::QmlJS::AST::Node |
Public Types
enum | anonymous { K } |
Public Functions
ArgumentList(Debugger::QmlJS::AST::ExpressionNode *e) | |
ArgumentList(Debugger::QmlJS::AST::ArgumentList *previous, Debugger::QmlJS::AST::ExpressionNode *e) | |
Debugger::QmlJS::AST::ArgumentList * | 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
ArgumentList::ArgumentList(Debugger::QmlJS::AST::ExpressionNode *e)
Default constructs an instance of ArgumentList.
ArgumentList::ArgumentList(Debugger::QmlJS::AST::ArgumentList *previous, Debugger::QmlJS::AST::ExpressionNode *e)
Default constructs an instance of ArgumentList.