![]() |
Qt 6.x
The Qt SDK
|
#include <qqmljsast_p.h>
Public Attributes | |
PatternElement * | patternElement |
Block * | statement |
SourceLocation | catchToken |
SourceLocation | lparenToken |
SourceLocation | identifierToken |
SourceLocation | rparenToken |
![]() | |
int | kind = Kind_Undefined |
Definition at line 2246 of file qqmljsast_p.h.
|
inline |
Definition at line 2251 of file qqmljsast_p.h.
|
overridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 961 of file qqmljsast.cpp.
References QQmlJS::AST::Node::accept(), patternElement, and statement.
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 2257 of file qqmljsast_p.h.
Referenced by QQmlJSImportVisitor::visit().
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 2260 of file qqmljsast_p.h.
References QQmlJS::AST::Node::lastSourceLocation().
SourceLocation QQmlJS::AST::Catch::catchToken |
Definition at line 2266 of file qqmljsast_p.h.
Referenced by QQmlJS::Dom::Rewriter::visit().
SourceLocation QQmlJS::AST::Catch::identifierToken |
Definition at line 2268 of file qqmljsast_p.h.
Referenced by QQmlJS::Dom::Rewriter::visit(), and QV4::Compiler::ScanFunctions::visit().
SourceLocation QQmlJS::AST::Catch::lparenToken |
Definition at line 2267 of file qqmljsast_p.h.
Referenced by QQmlJS::Dom::Rewriter::visit().
PatternElement* QQmlJS::AST::Catch::patternElement |
Definition at line 2264 of file qqmljsast_p.h.
Referenced by QV4::Compiler::ControlFlowCatch::~ControlFlowCatch(), accept0(), QV4::Compiler::ScanFunctions::visit(), and QQmlJSImportVisitor::visit().
SourceLocation QQmlJS::AST::Catch::rparenToken |
Definition at line 2269 of file qqmljsast_p.h.
Block* QQmlJS::AST::Catch::statement |
Definition at line 2265 of file qqmljsast_p.h.
Referenced by QV4::Compiler::ControlFlowCatch::~ControlFlowCatch(), accept0(), QQmlJS::Dom::Rewriter::visit(), and QV4::Compiler::ScanFunctions::visit().