![]() |
Qt 6.x
The Qt SDK
|
#include <qqmljsast_p.h>
Inheritance diagram for QQmlJS::AST::ExportClause:
Collaboration diagram for QQmlJS::AST::ExportClause:Public Attributes | |
| SourceLocation | leftBraceToken |
| SourceLocation | rightBraceToken |
| ExportsList * | exportsList = nullptr |
Public Attributes inherited from QQmlJS::AST::Node | |
| int | kind = Kind_Undefined |
Definition at line 2879 of file qqmljsast_p.h.
|
inline |
Definition at line 2884 of file qqmljsast_p.h.
|
inline |
Definition at line 2889 of file qqmljsast_p.h.
|
overridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 1156 of file qqmljsast.cpp.
References QQmlJS::AST::Node::accept(), and exportsList.
Here is the call graph for this function:
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 2897 of file qqmljsast_p.h.
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 2899 of file qqmljsast_p.h.
| ExportsList* QQmlJS::AST::ExportClause::exportsList = nullptr |
Definition at line 2905 of file qqmljsast_p.h.
Referenced by accept0(), and QV4::Compiler::ScanFunctions::visit().
| SourceLocation QQmlJS::AST::ExportClause::leftBraceToken |
Definition at line 2903 of file qqmljsast_p.h.
| SourceLocation QQmlJS::AST::ExportClause::rightBraceToken |
Definition at line 2904 of file qqmljsast_p.h.