![]() |
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 2980 of file qqmljsast_p.h.
|
inline |
Definition at line 2985 of file qqmljsast_p.h.
|
inline |
Definition at line 2991 of file qqmljsast_p.h.
|
inline |
Definition at line 2997 of file qqmljsast_p.h.
|
inline |
Definition at line 3003 of file qqmljsast_p.h.
|
overridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 1161 of file qqmljsast.cpp.
|
inline |
Definition at line 3010 of file qqmljsast_p.h.
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 3017 of file qqmljsast_p.h.
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 3019 of file qqmljsast_p.h.
| ExportClause* QQmlJS::AST::ExportDeclaration::exportClause = nullptr |
Definition at line 3024 of file qqmljsast_p.h.
| bool QQmlJS::AST::ExportDeclaration::exportDefault = false |
Definition at line 3027 of file qqmljsast_p.h.
| SourceLocation QQmlJS::AST::ExportDeclaration::exportToken |
Definition at line 3023 of file qqmljsast_p.h.
| FromClause* QQmlJS::AST::ExportDeclaration::fromClause = nullptr |
Definition at line 3025 of file qqmljsast_p.h.
Definition at line 3026 of file qqmljsast_p.h.