![]() |
Qt 6.x
The Qt SDK
|
#include <qqmljsast_p.h>
Inheritance diagram for QQmlJS::AST::ExportDeclaration:
Collaboration diagram for QQmlJS::AST::ExportDeclaration: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 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.
Here is the call graph for this function:
|
inline |
Definition at line 2938 of file qqmljsast_p.h.
Referenced by QV4::Compiler::ScanFunctions::visit().
Here is the caller graph for this function:
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 2945 of file qqmljsast_p.h.
Referenced by QV4::Compiler::ScanFunctions::visit().
Here is the caller graph for this function:
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 2947 of file qqmljsast_p.h.
References QQmlJS::AST::FromClause::lastSourceLocation().
Here is the call graph for this function:| 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().