![]() |
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 |
![]() | |
int | kind = Kind_Undefined |
Definition at line 2970 of file qqmljsast_p.h.
|
inline |
Definition at line 2975 of file qqmljsast_p.h.
|
inline |
Definition at line 2981 of file qqmljsast_p.h.
|
inline |
Definition at line 2987 of file qqmljsast_p.h.
|
inline |
Definition at line 2993 of file qqmljsast_p.h.
|
overridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 1158 of file qqmljsast.cpp.
|
inline |
Definition at line 3000 of file qqmljsast_p.h.
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 3007 of file qqmljsast_p.h.
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 3009 of file qqmljsast_p.h.
ExportClause* QQmlJS::AST::ExportDeclaration::exportClause = nullptr |
Definition at line 3014 of file qqmljsast_p.h.
bool QQmlJS::AST::ExportDeclaration::exportDefault = false |
Definition at line 3017 of file qqmljsast_p.h.
SourceLocation QQmlJS::AST::ExportDeclaration::exportToken |
Definition at line 3013 of file qqmljsast_p.h.
FromClause* QQmlJS::AST::ExportDeclaration::fromClause = nullptr |
Definition at line 3015 of file qqmljsast_p.h.
Node* QQmlJS::AST::ExportDeclaration::variableStatementOrDeclaration = nullptr |
Definition at line 3016 of file qqmljsast_p.h.