![]() |
Qt 6.x
The Qt SDK
|
#include <qqmljsast_p.h>
Public Attributes | |
Statement * | statement |
Catch * | catchExpression |
Finally * | finallyExpression |
SourceLocation | tryToken |
![]() | |
int | kind = Kind_Undefined |
Definition at line 2294 of file qqmljsast_p.h.
Definition at line 2299 of file qqmljsast_p.h.
Definition at line 2303 of file qqmljsast_p.h.
Definition at line 2307 of file qqmljsast_p.h.
|
overridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 950 of file qqmljsast.cpp.
References QQmlJS::AST::Node::accept(), catchExpression, finallyExpression, and statement.
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 2313 of file qqmljsast_p.h.
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 2316 of file qqmljsast_p.h.
References QQmlJS::AST::Node::lastSourceLocation().
Catch* QQmlJS::AST::TryStatement::catchExpression |
Definition at line 2328 of file qqmljsast_p.h.
Referenced by accept0(), QV4::Compiler::Codegen::handleTryCatch(), QV4::Compiler::Codegen::handleTryFinally(), and QQmlJS::Dom::Rewriter::visit().
Finally* QQmlJS::AST::TryStatement::finallyExpression |
Definition at line 2329 of file qqmljsast_p.h.
Referenced by accept0(), QV4::Compiler::Codegen::handleTryFinally(), QV4::Compiler::Codegen::visit(), and QQmlJS::Dom::Rewriter::visit().
Statement* QQmlJS::AST::TryStatement::statement |
Definition at line 2327 of file qqmljsast_p.h.
Referenced by accept0(), QV4::Compiler::Codegen::handleTryCatch(), QV4::Compiler::Codegen::handleTryFinally(), and QQmlJS::Dom::Rewriter::visit().
SourceLocation QQmlJS::AST::TryStatement::tryToken |
Definition at line 2330 of file qqmljsast_p.h.