![]() |
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 |
| SourceLocation | spreadToken |
| Public Attributes inherited from QQmlJS::AST::Node | |
| int | kind = Kind_Undefined |
Definition at line 1350 of file qqmljsast_p.h.
|
inline |
Definition at line 1355 of file qqmljsast_p.h.
|
inline |
Definition at line 1359 of file qqmljsast_p.h.
|
overridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 647 of file qqmljsast.cpp.
|
inline |
Definition at line 1379 of file qqmljsast_p.h.
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 1369 of file qqmljsast_p.h.
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 1372 of file qqmljsast_p.h.
| SourceLocation QQmlJS::AST::ArgumentList::commaToken |
Definition at line 1389 of file qqmljsast_p.h.
| ExpressionNode* QQmlJS::AST::ArgumentList::expression |
Definition at line 1387 of file qqmljsast_p.h.
| ArgumentList* QQmlJS::AST::ArgumentList::next |
Definition at line 1388 of file qqmljsast_p.h.
| SourceLocation QQmlJS::AST::ArgumentList::spreadToken |
Definition at line 1390 of file qqmljsast_p.h.