|  | Qt 6.x
    The Qt SDK | 
#include <qqmljsast_p.h>
 Inheritance diagram for QQmlJS::AST::ESModule:
 Inheritance diagram for QQmlJS::AST::ESModule: Collaboration diagram for QQmlJS::AST::ESModule:
 Collaboration diagram for QQmlJS::AST::ESModule:| Public Attributes | |
| StatementList * | body | 
|  Public Attributes inherited from QQmlJS::AST::Node | |
| int | kind = Kind_Undefined | 
Definition at line 2958 of file qqmljsast_p.h.
| 
 | inline | 
Definition at line 2963 of file qqmljsast_p.h.
| 
 | overridevirtual | 
Implements QQmlJS::AST::Node.
Definition at line 1176 of file qqmljsast.cpp.
References QQmlJS::AST::Node::accept(), and body.
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | inlineoverridevirtual | 
Implements QQmlJS::AST::Node.
Definition at line 2971 of file qqmljsast_p.h.
References QQmlJS::AST::StatementList::firstSourceLocation().
Referenced by QQmlJSImportVisitor::visit().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | inlineoverridevirtual | 
Implements QQmlJS::AST::Node.
Definition at line 2974 of file qqmljsast_p.h.
References QQmlJS::AST::StatementList::lastSourceLocation().
 Here is the call graph for this function:
 Here is the call graph for this function:| StatementList* QQmlJS::AST::ESModule::body | 
Definition at line 2978 of file qqmljsast_p.h.
Referenced by accept0(), and QV4::Compiler::Codegen::generateFromModule().