![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qqmljsast_p.h>
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 1341 of file qqmljsast_p.h.
|
inline |
Definition at line 1346 of file qqmljsast_p.h.
|
inline |
Definition at line 1350 of file qqmljsast_p.h.
|
overridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 586 of file qqmljsast.cpp.
|
inline |
Definition at line 1370 of file qqmljsast_p.h.
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 1360 of file qqmljsast_p.h.
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 1363 of file qqmljsast_p.h.
SourceLocation QQmlJS::AST::ArgumentList::commaToken |
Definition at line 1380 of file qqmljsast_p.h.
ExpressionNode* QQmlJS::AST::ArgumentList::expression |
Definition at line 1378 of file qqmljsast_p.h.
bool QQmlJS::AST::ArgumentList::isSpreadElement = false |
Definition at line 1381 of file qqmljsast_p.h.
ArgumentList* QQmlJS::AST::ArgumentList::next |
Definition at line 1379 of file qqmljsast_p.h.