![]() |
Qt 6.x
The Qt SDK
|
#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 2908 of file qqmljsast_p.h.
|
inline |
Definition at line 2913 of file qqmljsast_p.h.
|
inline |
Definition at line 2919 of file qqmljsast_p.h.
|
inline |
Definition at line 2925 of file qqmljsast_p.h.
|
inline |
Definition at line 2931 of file qqmljsast_p.h.
|
overridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 1165 of file qqmljsast.cpp.
References QQmlJS::AST::Node::accept(), exportClause, fromClause, and variableStatementOrDeclaration.
|
inline |
Definition at line 2938 of file qqmljsast_p.h.
Referenced by QV4::Compiler::ScanFunctions::visit().
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 2945 of file qqmljsast_p.h.
Referenced by QV4::Compiler::ScanFunctions::visit().
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 2947 of file qqmljsast_p.h.
References QQmlJS::AST::FromClause::lastSourceLocation().
ExportClause* QQmlJS::AST::ExportDeclaration::exportClause = nullptr |
Definition at line 2952 of file qqmljsast_p.h.
Referenced by accept0(), and QV4::Compiler::ScanFunctions::visit().
bool QQmlJS::AST::ExportDeclaration::exportDefault = false |
Definition at line 2955 of file qqmljsast_p.h.
Referenced by QV4::Compiler::Codegen::visit(), and QV4::Compiler::ScanFunctions::visit().
SourceLocation QQmlJS::AST::ExportDeclaration::exportToken |
Definition at line 2951 of file qqmljsast_p.h.
FromClause* QQmlJS::AST::ExportDeclaration::fromClause = nullptr |
Definition at line 2953 of file qqmljsast_p.h.
Referenced by accept0(), and QV4::Compiler::ScanFunctions::visit().
Definition at line 2954 of file qqmljsast_p.h.
Referenced by accept0(), QV4::Compiler::Codegen::visit(), and QV4::Compiler::ScanFunctions::visit().