![]() |
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 | |
SourceLocation | exportToken |
ExportClause * | exportClause = nullptr |
FromClause * | fromClause = nullptr |
Node * | variableStatementOrDeclaration = nullptr |
bool | exportDefault = false |
Public Attributes inherited from QQmlJS::AST::Node | |
int | kind = Kind_Undefined |
Definition at line 2977 of file qqmljsast_p.h.
|
inline |
Definition at line 2982 of file qqmljsast_p.h.
|
inline |
Definition at line 2988 of file qqmljsast_p.h.
|
inline |
Definition at line 2994 of file qqmljsast_p.h.
|
inline |
Definition at line 3000 of file qqmljsast_p.h.
|
overridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 1161 of file qqmljsast.cpp.
|
inline |
Definition at line 3007 of file qqmljsast_p.h.
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 3014 of file qqmljsast_p.h.
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 3016 of file qqmljsast_p.h.
ExportClause* QQmlJS::AST::ExportDeclaration::exportClause = nullptr |
Definition at line 3021 of file qqmljsast_p.h.
bool QQmlJS::AST::ExportDeclaration::exportDefault = false |
Definition at line 3024 of file qqmljsast_p.h.
SourceLocation QQmlJS::AST::ExportDeclaration::exportToken |
Definition at line 3020 of file qqmljsast_p.h.
FromClause* QQmlJS::AST::ExportDeclaration::fromClause = nullptr |
Definition at line 3022 of file qqmljsast_p.h.
Node* QQmlJS::AST::ExportDeclaration::variableStatementOrDeclaration = nullptr |
Definition at line 3023 of file qqmljsast_p.h.