![]() |
Qt 6.x
The Qt SDK
|
#include <qqmljsast_p.h>
Inheritance diagram for QQmlJS::AST::Program:
Collaboration diagram for QQmlJS::AST::Program:Public Attributes | |
| StatementList * | statements |
Public Attributes inherited from QQmlJS::AST::Node | |
| int | kind = Kind_Undefined |
Definition at line 2544 of file qqmljsast_p.h.
|
inline |
Definition at line 2549 of file qqmljsast_p.h.
|
overridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 1063 of file qqmljsast.cpp.
References QQmlJS::AST::Node::accept(), and statements.
Here is the call graph for this function:
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 2555 of file qqmljsast_p.h.
References QQmlJS::AST::StatementList::firstSourceLocation().
Here is the call graph for this function:
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 2558 of file qqmljsast_p.h.
References QQmlJS::AST::StatementList::lastSourceLocation().
Here is the call graph for this function:| StatementList* QQmlJS::AST::Program::statements |
Definition at line 2562 of file qqmljsast_p.h.
Referenced by accept0(), QV4::Compiler::Codegen::generateFromProgram(), QV4::Compiler::Codegen::program(), and QV4::Compiler::ScanFunctions::visit().