![]() |
Qt 6.x
The Qt SDK
|
#include <qqmljsast_p.h>
Inheritance diagram for QQmlJS::AST::ArgumentList:
Collaboration diagram for QQmlJS::AST::ArgumentList:Public Attributes | |
| ExpressionNode * | expression |
| ArgumentList * | next |
| SourceLocation | commaToken |
| bool | isSpreadElement = false |
Public Attributes inherited from QQmlJS::AST::Node | |
| int | kind = Kind_Undefined |
Definition at line 1275 of file qqmljsast_p.h.
|
inline |
Definition at line 1280 of file qqmljsast_p.h.
|
inline |
Definition at line 1284 of file qqmljsast_p.h.
|
overridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 583 of file qqmljsast.cpp.
References QQmlJS::AST::Node::accept(), and it.
Here is the call graph for this function:
|
inline |
Definition at line 1304 of file qqmljsast_p.h.
References next.
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 1294 of file qqmljsast_p.h.
References QQmlJS::AST::Node::firstSourceLocation().
Here is the call graph for this function:
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 1297 of file qqmljsast_p.h.
References QQmlJS::AST::Node::lastSourceLocation(), and next.
Here is the call graph for this function:| SourceLocation QQmlJS::AST::ArgumentList::commaToken |
Definition at line 1314 of file qqmljsast_p.h.
| ExpressionNode* QQmlJS::AST::ArgumentList::expression |
Definition at line 1312 of file qqmljsast_p.h.
| bool QQmlJS::AST::ArgumentList::isSpreadElement = false |
Definition at line 1315 of file qqmljsast_p.h.
| ArgumentList* QQmlJS::AST::ArgumentList::next |
Definition at line 1313 of file qqmljsast_p.h.
Referenced by ArgumentList().