![]() |
Qt 6.x
The Qt SDK
|
#include <qqmljsast_p.h>
Public Attributes | |
ExpressionNode * | expression |
ArgumentList * | next |
SourceLocation | commaToken |
bool | isSpreadElement = false |
![]() | |
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.
|
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().
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 1297 of file qqmljsast_p.h.
References QQmlJS::AST::Node::lastSourceLocation(), and next.
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().