![]() |
Qt 6.x
The Qt SDK
|
#include <qqmljsast_p.h>
Inheritance diagram for QQmlJS::AST::Finally:
Collaboration diagram for QQmlJS::AST::Finally:Public Attributes | |
| Block * | statement |
| SourceLocation | finallyToken |
Public Attributes inherited from QQmlJS::AST::Node | |
| int | kind = Kind_Undefined |
Definition at line 2272 of file qqmljsast_p.h.
|
inline |
Definition at line 2277 of file qqmljsast_p.h.
|
overridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 971 of file qqmljsast.cpp.
References QQmlJS::AST::Node::accept(), and statement.
Here is the call graph for this function:
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 2283 of file qqmljsast_p.h.
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 2286 of file qqmljsast_p.h.
References QQmlJS::AST::Node::lastSourceLocation().
Here is the call graph for this function:| SourceLocation QQmlJS::AST::Finally::finallyToken |
Definition at line 2291 of file qqmljsast_p.h.
| Block* QQmlJS::AST::Finally::statement |
Definition at line 2290 of file qqmljsast_p.h.
Referenced by QV4::Compiler::ControlFlowFinally::~ControlFlowFinally(), accept0(), QQmlJS::Dom::Rewriter::visit(), and QV4::Compiler::Codegen::visit().