![]() |
Qt 6.x
The Qt SDK
|
#include <qqmljsast_p.h>
Public Attributes | |
Node * | statement = nullptr |
StatementList * | next |
![]() | |
int | kind = Kind_Undefined |
Definition at line 1644 of file qqmljsast_p.h.
|
inline |
Definition at line 1650 of file qqmljsast_p.h.
|
overridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 733 of file qqmljsast.cpp.
References QQmlJS::AST::Node::accept(), and it.
|
inline |
Definition at line 1654 of file qqmljsast_p.h.
|
inline |
Definition at line 1670 of file qqmljsast_p.h.
References next.
Referenced by QmlIR::JSCodeGen::generateJSCodeForFunctionsAndBindings(), and QQmlJSFunctionInitializer::run().
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 1662 of file qqmljsast_p.h.
Referenced by QQmlJS::AST::Program::firstSourceLocation(), and QQmlJS::AST::ESModule::firstSourceLocation().
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 1665 of file qqmljsast_p.h.
References QQmlJS::AST::lastListElement().
Referenced by QQmlJS::AST::CaseClause::lastSourceLocation(), QQmlJS::AST::DefaultClause::lastSourceLocation(), QQmlJS::AST::Program::lastSourceLocation(), and QQmlJS::AST::ESModule::lastSourceLocation().
StatementList* QQmlJS::AST::StatementList::next |
Definition at line 1679 of file qqmljsast_p.h.
Referenced by append(), and QQmlJS::Dom::Rewriter::visit().
Definition at line 1678 of file qqmljsast_p.h.
Referenced by QV4::Compiler::Codegen::defineFunction().